Uses of Class
net.ogdf.ogml.PatternType

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

Uses of PatternType in net.ogdf.ogml
 

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

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

Uses of PatternType in net.ogdf.ogml.impl
 

Fields in net.ogdf.ogml.impl declared as PatternType
protected  PatternType FillTypeImpl.pattern
          The cached value of the 'Pattern' attribute.
protected static PatternType DocumentRootImpl.PATTERN_EDEFAULT
          The default value of the 'Pattern' attribute.
protected static PatternType FillTypeImpl.PATTERN_EDEFAULT
          The default value of the 'Pattern' attribute.
 

Methods in net.ogdf.ogml.impl that return PatternType
 PatternType OgmlFactoryImpl.createPatternTypeFromString(EDataType eDataType, String initialValue)
           
 PatternType OgmlFactoryImpl.createPatternTypeObjectFromString(EDataType eDataType, String initialValue)
           
 PatternType DocumentRootImpl.getPattern()
           
 PatternType FillTypeImpl.getPattern()
           
 

Methods in net.ogdf.ogml.impl with parameters of type PatternType
 void DocumentRootImpl.setPattern(PatternType newPattern)
           
 void FillTypeImpl.setPattern(PatternType newPattern)