org.jfree.chart.renderer

Class AreaRendererEndType

Implemented Interfaces:
Serializable

public final class AreaRendererEndType
extends java.lang.Object
implements Serializable

An enumeration of the 'end types' for an area renderer.

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 o)
Returns true if this object is equal to the specified object, and false otherwise.
String
toString()
Returns a string representing the object.

Field Details

LEVEL

public static final AreaRendererEndType LEVEL
The area is levelled at the first or last value.

TAPER

public static final AreaRendererEndType TAPER
The area tapers from the first or last value down to zero.

TRUNCATE

public static final AreaRendererEndType TRUNCATE
The area is truncated at the first or last value.

Method Details

equals

public boolean equals(Object o)
Returns true if this object is equal to the specified object, and false otherwise.
Parameters:
o - the other object.
Returns:
A boolean.

toString

public String toString()
Returns a string representing the object.
Returns:
The string.