org.jfree.chart.renderer

Class AreaRendererEndType

public final class AreaRendererEndType extends Object implements Serializable

An enumeration of the 'end types' for an area renderer.
Field Summary
static AreaRendererEndTypeLEVEL
The area is levelled at the first or last value.
static AreaRendererEndTypeTAPER
The area tapers from the first or last value down to zero.
static AreaRendererEndTypeTRUNCATE
The area is truncated at the first or last value.
Method Summary
booleanequals(Object obj)
Returns true if this object is equal to the specified object, and false otherwise.
StringtoString()
Returns a string representing the object.

Field Detail

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 Detail

equals

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

Parameters: obj the object (null permitted).

Returns: A boolean.

toString

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

Returns: The string.

Copyright © 2000-2009 by Object Refinery Limited. All Rights Reserved.