Class GraphObjectDescriptor

java.lang.Object
de.grogra.imp.GraphDescriptor
de.grogra.graph.object.impl.GraphObjectDescriptor
All Implemented Interfaces:
Manageable

public class GraphObjectDescriptor extends GraphDescriptor
  • Field Details

  • Constructor Details

    • GraphObjectDescriptor

      public GraphObjectDescriptor(GraphObject graphObject)
    • GraphObjectDescriptor

      public GraphObjectDescriptor()
  • Method Details

    • getGraph

      public Graph getGraph(View view)
      Description copied from class: GraphDescriptor
      Returns the graph described by this descriptor, given the context view.
      Specified by:
      getGraph in class GraphDescriptor
      Parameters:
      view - the context for the graph
      Returns:
      graph corresponding to this descriptor
    • getManageableType

      public ManageableType getManageableType()
    • getGraphObject

      public GraphObject getGraphObject()
    • setGraphObject

      public void setGraphObject(GraphObject value)