org.jfree.chart.entity
public class AxisEntity extends ChartEntity
Since: 1.0.13
Constructor Summary | |
---|---|
AxisEntity(Shape area, Axis axis)
Creates a new axis entity.
| |
AxisEntity(Shape area, Axis axis, String toolTipText)
Creates a new axis entity.
| |
AxisEntity(Shape area, Axis axis, String toolTipText, String urlText)
Creates a new axis entity.
|
Method Summary | |
---|---|
Object | clone()
Returns a clone of the entity.
|
boolean | equals(Object obj)
Tests the entity for equality with an arbitrary object.
|
Axis | getAxis()
Returns the axis that occupies the entity area.
|
int | hashCode()
Returns a hash code for this instance.
|
String | toString()
Returns a string representation of the chart entity, useful for
debugging.
|
Parameters: area the area (null
not permitted). axis the axis (null
not permitted).
Parameters: area the area (null
not permitted). axis the axis (null
not permitted). toolTipText the tool tip text (null
permitted).
Parameters: area the area (null
not permitted). axis the axis (null
not permitted). toolTipText the tool tip text (null
permitted). urlText the URL text for HTML image maps (null
permitted).
Returns: A clone.
Throws: CloneNotSupportedException if there is a problem cloning the entity.
Parameters: obj the object to test against (null
permitted).
Returns: A boolean.
Returns: The axis (never null
).
Returns: A hash code.
Returns: A string.