|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectlt.monarch.chart.chart2D.axis.Axis2D.AxisLabelEntity
public class Axis2D.AxisLabelEntity extends java.lang.Object implements ChartEntity
The axis label entry chart entity.
| Constructor and Description |
|---|
Axis2D.AxisLabelEntity(Axis2D parentEntity,
AxisLabel axisLabelEntry)
Constructs a new AxisLabelEntity with the specified parent chart entity. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o)
Indicates whether some other object is equal to this axis label entry entity. |
void |
fillEntitySheet(java.util.Properties id)
Fills in the property sheet of the entity. |
AxisLabel |
getAxisLabelEntry()
Gets axis label entry of the entity |
java.lang.String |
getDescription()
Gets a description of the axis label entry entity. |
ChartEntity |
getParentEntity()
Gets the parent entity. |
java.lang.String |
getShortDescription()
Gets a short description of the axis label entry entity. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Axis2D.AxisLabelEntity(Axis2D parentEntity,
AxisLabel axisLabelEntry)
AxisLabelEntity with the specified parent chart entity.
parentEntity - the parent chart entity - axisaxisLabelEntry - axis label entry| Method Detail |
|---|
public boolean equals(java.lang.Object o)
equals in class java.lang.Objecto - the reference object with which to comparepublic java.lang.String getDescription()
getDescription in interface ChartEntitypublic java.lang.String getShortDescription()
null.
getShortDescription in interface ChartEntitypublic ChartEntity getParentEntity()
getParentEntity in interface ChartEntitypublic AxisLabel getAxisLabelEntry()
public void fillEntitySheet(java.util.Properties id)
fillEntitySheet in interface ChartEntityid - property sheet
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||