|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
M - type of presentation data set which can be hold by this diagramV - type of visual data set which can be hold by this diagrampublic interface IDiagram<M extends IPresentationDataSet<? extends IPresentationElement<? extends IElement>>,V extends IVisualDataSet<? extends IVisualElement<? extends IPresentationElement<? extends IElement>>,M>>
An interface which describes a single diagram.
IDiagram contains model and view which are displayed in editor as a diagram. Each editor can extend this
interface to define specific behavior and properties.
IPresentationDataSet,
IVisualDataSet| Method Summary | |
|---|---|
List<IDataSet<? extends IElement>> |
getDataSets()
Gets list containing presentation and visual data sets in such order. |
Legend |
getLegend()
Returns legend model for this diagram. |
M |
getModel()
Gets model which is base for this diagram. |
String |
getName()
Returns diagram name. |
| Method Detail |
|---|
M getModel()
List<IDataSet<? extends IElement>> getDataSets()
String getName()
getModel().getName() method.
Legend getLegend()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||