Package ca.phon.app.opgraph.editor
Class NodeEditorSettings
java.lang.Object
ca.phon.app.opgraph.editor.NodeEditorSettings
Basic node editor settings.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns theOpgraphEditorModel
implementation used by the graph.boolean
Returnstrue
if this graph was generated instead of created in the editor.void
setGenerated
(boolean generated) void
setModelType
(String modelType)
-
Constructor Details
-
NodeEditorSettings
public NodeEditorSettings()
-
-
Method Details
-
getModelType
Returns theOpgraphEditorModel
implementation used by the graph.- Returns:
- editor model type
-
setModelType
-
isGenerated
public boolean isGenerated()Returnstrue
if this graph was generated instead of created in the editor. Some methods may handle 'dynamic' graphs differently.- Returns:
- boolean
-
setGenerated
public void setGenerated(boolean generated)
-