com.jeffpalm.graph.dot
Class Graph.Default

java.lang.Object
  extended by com.jeffpalm.graph.dot.DotObject
      extended by com.jeffpalm.graph.dot.Graph
          extended by com.jeffpalm.graph.dot.Graph.Default
All Implemented Interfaces:
HasProperties
Enclosing class:
Graph

public static class Graph.Default
extends Graph


Nested Class Summary
 
Nested classes/interfaces inherited from class com.jeffpalm.graph.dot.Graph
Graph.Default
 
Constructor Summary
Graph.Default()
           
Graph.Default(java.lang.String id)
           
 
Method Summary
 Types.Graph getType()
           
 
Methods inherited from class com.jeffpalm.graph.dot.Graph
addNode, connect, connect, getEdges, getEdges, getEdges, getId, getInEdges, getInEdges, getNode, getNodes, getOutEdges, getOutEdges, isStrict, numEdges, numNodes, setId, setStrict
 
Methods inherited from class com.jeffpalm.graph.dot.DotObject
getProperties, set, set, set, set, set, set, set, set
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Graph.Default

public Graph.Default(java.lang.String id)

Graph.Default

public Graph.Default()
Method Detail

getType

public Types.Graph getType()
Specified by:
getType in class Graph