Class NodeEditorSettings
java.lang.Object
ca.phon.app.opgraph.editor.NodeEditorSettings
Basic node editor settings.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns theOpgraphEditorModelimplementation used by the graph.booleanReturnstrueif this graph was generated instead of created in the editor.voidsetGenerated(boolean generated) voidsetModelType(String modelType)
-
Constructor Details
-
NodeEditorSettings
public NodeEditorSettings()
-
-
Method Details
-
getModelType
Returns theOpgraphEditorModelimplementation used by the graph.- Returns:
- editor model type
-
setModelType
-
isGenerated
public boolean isGenerated()Returnstrueif 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)
-