Uses of Class
net.ogdf.ogml.TransformType

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

Uses of TransformType in net.ogdf.ogml
 

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

Methods in net.ogdf.ogml that return TransformType
static TransformType TransformType.get(int value)
          Returns the 'Transform Type' literal with the specified integer value.
static TransformType TransformType.get(String literal)
          Returns the 'Transform Type' literal with the specified literal value.
static TransformType TransformType.getByName(String name)
          Returns the 'Transform Type' literal with the specified name.
 TransformType TextType.getTransform()
          Returns the value of the 'Transform' attribute.
static TransformType TransformType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TransformType[] TransformType.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 TransformType
 void TextType.setTransform(TransformType value)
          Sets the value of the 'Transform' attribute.
 

Uses of TransformType in net.ogdf.ogml.impl
 

Fields in net.ogdf.ogml.impl declared as TransformType
protected  TransformType TextTypeImpl.transform
          The cached value of the 'Transform' attribute.
protected static TransformType TextTypeImpl.TRANSFORM_EDEFAULT
          The default value of the 'Transform' attribute.
 

Methods in net.ogdf.ogml.impl that return TransformType
 TransformType OgmlFactoryImpl.createTransformTypeFromString(EDataType eDataType, String initialValue)
           
 TransformType OgmlFactoryImpl.createTransformTypeObjectFromString(EDataType eDataType, String initialValue)
           
 TransformType TextTypeImpl.getTransform()
           
 

Methods in net.ogdf.ogml.impl with parameters of type TransformType
 void TextTypeImpl.setTransform(TransformType newTransform)