org.jfree.chart.plot
Class DatasetRenderingOrder

java.lang.Object
  extended byorg.jfree.chart.plot.DatasetRenderingOrder
All Implemented Interfaces:
java.io.Serializable

public final class DatasetRenderingOrder
extends java.lang.Object
implements java.io.Serializable

Used to indicate the rendering order for datasets in a CategoryPlot or an XYPlot.

Author:
David Gilbert
See Also:
Serialized Form

Field Summary
static DatasetRenderingOrder REVERSE
          The reverse order renders the primary dataset first.
static DatasetRenderingOrder STANDARD
          The standard order is to render the primary dataset last.
 
Method Summary
 boolean equals(java.lang.Object o)
          Returns true if this object is equal to the specified object, and false otherwise.
 java.lang.String toString()
          Returns a string representing the object.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

STANDARD

public static final DatasetRenderingOrder STANDARD
The standard order is to render the primary dataset last.


REVERSE

public static final DatasetRenderingOrder REVERSE
The reverse order renders the primary dataset first.

Method Detail

toString

public java.lang.String toString()
Returns a string representing the object.

Returns:
The string.

equals

public boolean equals(java.lang.Object o)
Returns true if this object is equal to the specified object, and false otherwise.

Parameters:
o - the other object.
Returns:
A boolean.