|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IDiagramSettings
Diagram settings.
| Method Summary | |
|---|---|
String |
getDefaultLayoutManagerClass()
Gets the qualified name of diagram's layout manager class. |
String |
getDisplayName()
Returns diagram display name. |
String |
getEditorId()
Returns the id of editor this diagram is displayed in. |
boolean |
isShowLegend()
Whether the diagram legend should be displayed. |
boolean |
needsInitialLayout()
Whether the diagram needs to be initial laid out. |
void |
setDefaultLayoutManagerClass(String layoutManagerClass)
Sets layout manager class which model should be opened with by default. |
void |
setDisplayName(String displayName)
Sets diagram display name. |
void |
setEditorId(String id)
Sets the id of editor this diagram is displayed in. |
void |
setNeedsInitialLayout(boolean in)
Sets the flag indicating whether the diagram needs to be initial laid out. |
void |
setShowLegend(boolean showLegend)
Sets the flag indicating whether diagram legend should be displayed. |
| Methods inherited from interface pl.edu.agh.cast.data.model.property.IPropertyChangeProvider |
|---|
addPropertyChangeListener, removePropertyChangeListener |
| Method Detail |
|---|
boolean isShowLegend()
true if diagram legend should be displayedvoid setShowLegend(boolean showLegend)
showLegend - flag indicating whether diagram legend should be displayedString getDisplayName()
void setDisplayName(String displayName)
displayName - diagram display name.boolean needsInitialLayout()
true if diagram needs to be initial laid outvoid setNeedsInitialLayout(boolean in)
in - flag indicating whether the diagram needs to be initial laid outString getEditorId()
void setEditorId(String id)
id - the id of editor this diagram is displayed inString getDefaultLayoutManagerClass()
LayoutManager class namevoid setDefaultLayoutManagerClass(String layoutManagerClass)
layoutManagerClass - LayoutManager class name
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||