Uses of Class
net.ogdf.ogml.DecorationType

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

Uses of DecorationType in net.ogdf.ogml
 

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

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

Uses of DecorationType in net.ogdf.ogml.impl
 

Fields in net.ogdf.ogml.impl declared as DecorationType
protected  DecorationType TextTypeImpl.decoration
          The cached value of the 'Decoration' attribute.
protected static DecorationType TextTypeImpl.DECORATION_EDEFAULT
          The default value of the 'Decoration' attribute.
 

Methods in net.ogdf.ogml.impl that return DecorationType
 DecorationType OgmlFactoryImpl.createDecorationTypeFromString(EDataType eDataType, String initialValue)
           
 DecorationType OgmlFactoryImpl.createDecorationTypeObjectFromString(EDataType eDataType, String initialValue)
           
 DecorationType TextTypeImpl.getDecoration()
           
 

Methods in net.ogdf.ogml.impl with parameters of type DecorationType
 void TextTypeImpl.setDecoration(DecorationType newDecoration)