org.jfree.chart.renderer
public final class AreaRendererEndType extends Object implements Serializable
| Field Summary | |
|---|---|
| static AreaRendererEndType | LEVEL
The area is levelled at the first or last value. |
| static AreaRendererEndType | TAPER
The area tapers from the first or last value down to zero. |
| static AreaRendererEndType | TRUNCATE
The area is truncated at the first or last value. |
| Method Summary | |
|---|---|
| boolean | equals(Object obj)
Returns true if this object is equal to the specified
object, and false otherwise.
|
| String | toString()
Returns a string representing the object.
|
true if this object is equal to the specified
object, and false otherwise.
Parameters: obj the object (null permitted).
Returns: A boolean.
Returns: The string.