Uses of Class
org.graphdrawing.graphml.GraphEdgedefaultType

Packages that use GraphEdgedefaultType
org.graphdrawing.graphml   
org.graphdrawing.graphml.impl   
 

Uses of GraphEdgedefaultType in org.graphdrawing.graphml
 

Fields in org.graphdrawing.graphml with type parameters of type GraphEdgedefaultType
static List<GraphEdgedefaultType> GraphEdgedefaultType.VALUES
          A public read-only list of all the 'Graph Edgedefault Type' enumerators.
 

Methods in org.graphdrawing.graphml that return GraphEdgedefaultType
static GraphEdgedefaultType GraphEdgedefaultType.get(int value)
          Returns the 'Graph Edgedefault Type' literal with the specified integer value.
static GraphEdgedefaultType GraphEdgedefaultType.get(String literal)
          Returns the 'Graph Edgedefault Type' literal with the specified literal value.
static GraphEdgedefaultType GraphEdgedefaultType.getByName(String name)
          Returns the 'Graph Edgedefault Type' literal with the specified name.
 GraphEdgedefaultType GraphType.getEdgedefault()
          Returns the value of the 'Edgedefault' attribute.
static GraphEdgedefaultType GraphEdgedefaultType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static GraphEdgedefaultType[] GraphEdgedefaultType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.graphdrawing.graphml with parameters of type GraphEdgedefaultType
 void GraphType.setEdgedefault(GraphEdgedefaultType value)
          Sets the value of the 'Edgedefault' attribute.
 

Uses of GraphEdgedefaultType in org.graphdrawing.graphml.impl
 

Fields in org.graphdrawing.graphml.impl declared as GraphEdgedefaultType
protected  GraphEdgedefaultType GraphTypeImpl.edgedefault
          The cached value of the 'Edgedefault' attribute.
protected static GraphEdgedefaultType GraphTypeImpl.EDGEDEFAULT_EDEFAULT
          The default value of the 'Edgedefault' attribute.
 

Methods in org.graphdrawing.graphml.impl that return GraphEdgedefaultType
 GraphEdgedefaultType GraphMLFactoryImpl.createGraphEdgedefaultTypeFromString(EDataType eDataType, String initialValue)
           
 GraphEdgedefaultType GraphMLFactoryImpl.createGraphEdgedefaultTypeObjectFromString(EDataType eDataType, String initialValue)
           
 GraphEdgedefaultType GraphTypeImpl.getEdgedefault()
           
 

Methods in org.graphdrawing.graphml.impl with parameters of type GraphEdgedefaultType
 void GraphTypeImpl.setEdgedefault(GraphEdgedefaultType newEdgedefault)