Class NodeEditorSettings

java.lang.Object
ca.phon.app.opgraph.editor.NodeEditorSettings

public class NodeEditorSettings extends Object
Basic node editor settings.
  • Constructor Details

    • NodeEditorSettings

      public NodeEditorSettings()
  • Method Details

    • getModelType

      public String getModelType()
      Returns the OpgraphEditorModel implementation used by the graph.
      Returns:
      editor model type
    • setModelType

      public void setModelType(String modelType)
    • isGenerated

      public boolean isGenerated()
      Returns true 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)