|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jfree.chart.entity.ChartEntity
org.jfree.chart.entity.AxisEntity
public class AxisEntity
A class that captures information about an Axis of a chart.
| Constructor Summary | |
|---|---|
AxisEntity(java.awt.Shape area,
Axis axis)
Creates a new axis entity. |
|
AxisEntity(java.awt.Shape area,
Axis axis,
java.lang.String toolTipText)
Creates a new axis entity. |
|
AxisEntity(java.awt.Shape area,
Axis axis,
java.lang.String toolTipText,
java.lang.String urlText)
Creates a new axis entity. |
|
| Method Summary | |
|---|---|
java.lang.Object |
clone()
Returns a clone of the entity. |
boolean |
equals(java.lang.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. |
java.lang.String |
toString()
Returns a string representation of the chart entity, useful for debugging. |
| Methods inherited from class org.jfree.chart.entity.ChartEntity |
|---|
getArea, getImageMapAreaTag, getShapeCoords, getShapeType, getToolTipText, getURLText, setArea, setToolTipText, setURLText |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public AxisEntity(java.awt.Shape area,
Axis axis)
area - the area (null not permitted).axis - the axis (null not permitted).
public AxisEntity(java.awt.Shape area,
Axis axis,
java.lang.String toolTipText)
area - the area (null not permitted).axis - the axis (null not permitted).toolTipText - the tool tip text (null permitted).
public AxisEntity(java.awt.Shape area,
Axis axis,
java.lang.String toolTipText,
java.lang.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).| Method Detail |
|---|
public Axis getAxis()
null).public java.lang.String toString()
toString in class ChartEntitypublic boolean equals(java.lang.Object obj)
equals in class ChartEntityobj - the object to test against (null permitted).
public int hashCode()
hashCode in class ChartEntity
public java.lang.Object clone()
throws java.lang.CloneNotSupportedException
clone in interface org.jfree.util.PublicCloneableclone in class ChartEntityjava.lang.CloneNotSupportedException - if there is a problem cloning the
entity.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||