public final class

AreaRendererEndType

extends Object
implements Serializable
java.lang.Object
   ↳ org.jfree.chart.renderer.AreaRendererEndType

Class Overview

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

Summary

Fields
public static final AreaRendererEndType LEVEL The area is levelled at the first or last value.
public static final AreaRendererEndType TAPER The area tapers from the first or last value down to zero.
public static final AreaRendererEndType TRUNCATE The area is truncated at the first or last value.
Public Methods
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.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

public static final AreaRendererEndType LEVEL

The area is levelled at the first or last value.

public static final AreaRendererEndType TAPER

The area tapers from the first or last value down to zero.

public static final AreaRendererEndType TRUNCATE

The area is truncated at the first or last value.

Public Methods

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.

public String toString ()

Returns a string representing the object.

Returns
  • The string.