|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectlt.monarch.chart.engine.AbstractLegend.LegendEntryEntity
public class AbstractLegend.LegendEntryEntity extends java.lang.Object implements ChartEntity
The legend entry chart entity.
| Constructor and Description |
|---|
AbstractLegend.LegendEntryEntity(ChartEntity parentEntity,
LegendEntry legendEntry)
Constructs a new LegendEntryEntity 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 legend entry entity. |
void |
fillEntitySheet(java.util.Properties id)
Fills in the property sheet of the entity. |
java.lang.String |
getDescription()
Gets a description of the legend entry entity. |
LegendEntry |
getLegendEntry()
Gets legend entry of the entity |
ChartEntity |
getParentEntity()
Gets the parent entity. |
java.lang.String |
getShortDescription()
Gets a short description of the legend entry entity. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractLegend.LegendEntryEntity(ChartEntity parentEntity,
LegendEntry legendEntry)
LegendEntryEntity with the specified parent chart entity.
parentEntity - the parent chart entitylegendEntry - legend 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 LegendEntry getLegendEntry()
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 | ||||||||