|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectlt.monarch.chart.engine.SimpleChartEntity
public class SimpleChartEntity extends java.lang.Object implements ChartEntity
Default simple implementation of the ChartEntity interface.
| Constructor and Description |
|---|
SimpleChartEntity()
Constructs a new SimpleChartEntity with the null strings
as description, short description and null parent entity. |
SimpleChartEntity(java.lang.String description)
Constructs a new SimpleChartEntity with the specified
description, null string as short description and null parent entity. |
SimpleChartEntity(java.lang.String description,
ChartEntity parentEntity)
Constructs a new SimpleChartEntity with the specified
description, parent entity and null string as short description. |
SimpleChartEntity(java.lang.String description,
java.lang.String shortDescription,
ChartEntity parentEntity)
Constructs a new SimpleChartEntity with the specified
description, short description and parent entity. |
| Modifier and Type | Method and Description |
|---|---|
void |
fillEntitySheet(java.util.Properties id)
Fills in the property sheet of the entity. |
java.lang.String |
getDescription()
Returns a description of the chart entity. |
ChartEntity |
getParentEntity()
Returns the parent chart entity. |
java.lang.String |
getShortDescription()
Returns a short description of the chart entity. |
void |
setDescription(java.lang.String description)
Sets the description for the entity. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SimpleChartEntity()
SimpleChartEntity with the null strings
as description, short description and null parent entity.
public SimpleChartEntity(java.lang.String description)
SimpleChartEntity with the specified
description, null string as short description and null parent entity.
description - the entity description
public SimpleChartEntity(java.lang.String description,
ChartEntity parentEntity)
SimpleChartEntity with the specified
description, parent entity and null string as short description.
description - the entity descriptionparentEntity - the parent entity
public SimpleChartEntity(java.lang.String description,
java.lang.String shortDescription,
ChartEntity parentEntity)
SimpleChartEntity with the specified
description, short description and parent entity.
description - the entity descriptionshortDescription - the short entity descriptionparentEntity - the parent entity| Method Detail |
|---|
public void fillEntitySheet(java.util.Properties id)
"description"
property into the property sheet. The value of the property is a description
of the entity.
fillEntitySheet in interface ChartEntityid - the property sheetChartEntity.fillEntitySheet(java.util.Properties)public void setDescription(java.lang.String description)
description - the description of the entitypublic java.lang.String getDescription()
getDescription in interface ChartEntityChartEntity.getDescription()public ChartEntity getParentEntity()
getParentEntity in interface ChartEntityChartEntity.getParentEntity()public java.lang.String getShortDescription()
getShortDescription in interface ChartEntityChartEntity.getShortDescription()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||