Uses of Class
de.cau.cs.kieler.kiml.graphviz.dot.GraphType

Packages that use GraphType
de.cau.cs.kieler.kiml.graphviz.dot   
de.cau.cs.kieler.kiml.graphviz.dot.impl   
 

Uses of GraphType in de.cau.cs.kieler.kiml.graphviz.dot
 

Fields in de.cau.cs.kieler.kiml.graphviz.dot with type parameters of type GraphType
static List<GraphType> GraphType.VALUES
          A public read-only list of all the 'Graph Type' enumerators.
 

Methods in de.cau.cs.kieler.kiml.graphviz.dot that return GraphType
static GraphType GraphType.get(int value)
          Returns the 'Graph Type' literal with the specified integer value.
static GraphType GraphType.get(String literal)
          Returns the 'Graph Type' literal with the specified literal value.
static GraphType GraphType.getByName(String name)
          Returns the 'Graph Type' literal with the specified name.
 GraphType Graph.getType()
          Returns the value of the 'Type' attribute.
static GraphType GraphType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static GraphType[] GraphType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in de.cau.cs.kieler.kiml.graphviz.dot with parameters of type GraphType
 void Graph.setType(GraphType value)
          Sets the value of the 'Type' attribute.
 

Uses of GraphType in de.cau.cs.kieler.kiml.graphviz.dot.impl
 

Fields in de.cau.cs.kieler.kiml.graphviz.dot.impl declared as GraphType
protected  GraphType GraphImpl.type
          The cached value of the 'Type' attribute.
protected static GraphType GraphImpl.TYPE_EDEFAULT
          The default value of the 'Type' attribute.
 

Methods in de.cau.cs.kieler.kiml.graphviz.dot.impl that return GraphType
 GraphType DotFactoryImpl.createGraphTypeFromString(EDataType eDataType, String initialValue)
           
 GraphType GraphImpl.getType()
           
 

Methods in de.cau.cs.kieler.kiml.graphviz.dot.impl with parameters of type GraphType
 void GraphImpl.setType(GraphType newType)