public class AxisEntity extends ChartEntity
Axis
belonging to a
chart.Constructor and Description |
---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
getArea, getImageMapAreaTag, getShapeCoords, getShapeType, getToolTipText, getURLText, setArea, setToolTipText, setURLText
public AxisEntity(Shape area, Axis axis)
area
- the area (null
not permitted).axis
- the axis (null
not permitted).public AxisEntity(Shape area, Axis axis, String toolTipText)
area
- the area (null
not permitted).axis
- the axis (null
not permitted).toolTipText
- the tool tip text (null
permitted).public AxisEntity(Shape area, Axis axis, String toolTipText, String urlText)
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).public Axis getAxis()
null
).public String toString()
toString
in class ChartEntity
public boolean equals(Object obj)
equals
in class ChartEntity
obj
- the object to test against (null
permitted).public int hashCode()
hashCode
in class ChartEntity
public Object clone() throws CloneNotSupportedException
clone
in interface org.jfree.util.PublicCloneable
clone
in class ChartEntity
CloneNotSupportedException
- if there is a problem cloning the
entity.Jas4pp 1.5 © Java Analysis Studio for Particle Physics