Uses of Class
net.ogdf.ogml.FontWeightType

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

Uses of FontWeightType in net.ogdf.ogml
 

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

Methods in net.ogdf.ogml that return FontWeightType
static FontWeightType FontWeightType.get(int value)
          Returns the 'Font Weight Type' literal with the specified integer value.
static FontWeightType FontWeightType.get(String literal)
          Returns the 'Font Weight Type' literal with the specified literal value.
static FontWeightType FontWeightType.getByName(String name)
          Returns the 'Font Weight Type' literal with the specified name.
 FontWeightType DocumentRoot.getFontWeight()
          Returns the value of the 'Font Weight' attribute.
 FontWeightType FontType.getWeight()
          Returns the value of the 'Weight' attribute.
static FontWeightType FontWeightType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static FontWeightType[] FontWeightType.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 FontWeightType
 void DocumentRoot.setFontWeight(FontWeightType value)
          Sets the value of the 'Font Weight' attribute.
 void FontType.setWeight(FontWeightType value)
          Sets the value of the 'Weight' attribute.
 

Uses of FontWeightType in net.ogdf.ogml.impl
 

Fields in net.ogdf.ogml.impl declared as FontWeightType
protected static FontWeightType DocumentRootImpl.FONT_WEIGHT_EDEFAULT
          The default value of the 'Font Weight' attribute.
protected  FontWeightType FontTypeImpl.weight
          The cached value of the 'Weight' attribute.
protected static FontWeightType FontTypeImpl.WEIGHT_EDEFAULT
          The default value of the 'Weight' attribute.
 

Methods in net.ogdf.ogml.impl that return FontWeightType
 FontWeightType OgmlFactoryImpl.createFontWeightTypeFromString(EDataType eDataType, String initialValue)
           
 FontWeightType OgmlFactoryImpl.createFontWeightTypeObjectFromString(EDataType eDataType, String initialValue)
           
 FontWeightType DocumentRootImpl.getFontWeight()
           
 FontWeightType FontTypeImpl.getWeight()
           
 

Methods in net.ogdf.ogml.impl with parameters of type FontWeightType
 void DocumentRootImpl.setFontWeight(FontWeightType newFontWeight)
           
 void FontTypeImpl.setWeight(FontWeightType newWeight)