lt.monarch.chart.chart2D.axis
Class Axis2D.AxisLabelEntity

java.lang.Object
  extended by lt.monarch.chart.chart2D.axis.Axis2D.AxisLabelEntity
All Implemented Interfaces:
ChartEntity
Enclosing class:
Axis2D

public class Axis2D.AxisLabelEntity
extends java.lang.Object
implements ChartEntity

The axis label entry chart entity.


Constructor Summary
Constructor and Description
Axis2D.AxisLabelEntity(Axis2D parentEntity, AxisLabel axisLabelEntry)
          Constructs a new AxisLabelEntity with the specified parent chart entity.
 
Method Summary
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

Axis2D.AxisLabelEntity

public Axis2D.AxisLabelEntity(Axis2D parentEntity,
                              AxisLabel axisLabelEntry)
Constructs a new AxisLabelEntity with the specified parent chart entity.

Parameters:
parentEntity - the parent chart entity - axis
axisLabelEntry - axis label entry
Method Detail

equals

public boolean equals(java.lang.Object o)
Indicates whether some other object is equal to this axis label entry entity.

Overrides:
equals in class java.lang.Object
Parameters:
o - the reference object with which to compare
Returns:
true if this object is the same as the o argument; false otherwise

getDescription

public java.lang.String getDescription()
Gets a description of the axis label entry entity. Returns description of the parent entity.

Specified by:
getDescription in interface ChartEntity
Returns:
description of the axis entry entity

getShortDescription

public java.lang.String getShortDescription()
Gets a short description of the axis label entry entity. Returns null.

Specified by:
getShortDescription in interface ChartEntity
Returns:
short description of the axis label entry entity

getParentEntity

public ChartEntity getParentEntity()
Gets the parent entity.

Specified by:
getParentEntity in interface ChartEntity
Returns:
the parent entity

getAxisLabelEntry

public AxisLabel getAxisLabelEntry()
Gets axis label entry of the entity

Returns:
legend entry

fillEntitySheet

public void fillEntitySheet(java.util.Properties id)
Fills in the property sheet of the entity.

Specified by:
fillEntitySheet in interface ChartEntity
Parameters:
id - property sheet