Uses of Class
net.ogdf.ogml.ShapeType

Packages that use ShapeType
net.ogdf.ogml   
net.ogdf.ogml.impl   
 

Uses of ShapeType in net.ogdf.ogml
 

Fields in net.ogdf.ogml with type parameters of type ShapeType
static List<ShapeType> ShapeType.VALUES
          A public read-only list of all the 'Shape Type' enumerators.
 

Methods in net.ogdf.ogml that return ShapeType
static ShapeType ShapeType.get(int value)
          Returns the 'Shape Type' literal with the specified integer value.
static ShapeType ShapeType.get(String literal)
          Returns the 'Shape Type' literal with the specified literal value.
static ShapeType ShapeType.getByName(String name)
          Returns the 'Shape Type' literal with the specified name.
 ShapeType ShapeType1.getType()
          Returns the value of the 'Type' attribute.
static ShapeType ShapeType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ShapeType[] ShapeType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in net.ogdf.ogml with parameters of type ShapeType
 void ShapeType1.setType(ShapeType value)
          Sets the value of the 'Type' attribute.
 

Uses of ShapeType in net.ogdf.ogml.impl
 

Fields in net.ogdf.ogml.impl declared as ShapeType
protected  ShapeType ShapeType1Impl.type
          The cached value of the 'Type' attribute.
protected static ShapeType ShapeType1Impl.TYPE_EDEFAULT
          The default value of the 'Type' attribute.
 

Methods in net.ogdf.ogml.impl that return ShapeType
 ShapeType OgmlFactoryImpl.createShapeTypeFromString(EDataType eDataType, String initialValue)
           
 ShapeType OgmlFactoryImpl.createShapeTypeObjectFromString(EDataType eDataType, String initialValue)
           
 ShapeType ShapeType1Impl.getType()
           
 

Methods in net.ogdf.ogml.impl with parameters of type ShapeType
 void ShapeType1Impl.setType(ShapeType newType)