Uses of Class
net.ogdf.ogml.FontVariantType

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

Uses of FontVariantType in net.ogdf.ogml
 

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

Methods in net.ogdf.ogml that return FontVariantType
static FontVariantType FontVariantType.get(int value)
          Returns the 'Font Variant Type' literal with the specified integer value.
static FontVariantType FontVariantType.get(String literal)
          Returns the 'Font Variant Type' literal with the specified literal value.
static FontVariantType FontVariantType.getByName(String name)
          Returns the 'Font Variant Type' literal with the specified name.
 FontVariantType DocumentRoot.getFontVariant()
          Returns the value of the 'Font Variant' attribute.
 FontVariantType FontType.getVariant()
          Returns the value of the 'Variant' attribute.
static FontVariantType FontVariantType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static FontVariantType[] FontVariantType.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 FontVariantType
 void DocumentRoot.setFontVariant(FontVariantType value)
          Sets the value of the 'Font Variant' attribute.
 void FontType.setVariant(FontVariantType value)
          Sets the value of the 'Variant' attribute.
 

Uses of FontVariantType in net.ogdf.ogml.impl
 

Fields in net.ogdf.ogml.impl declared as FontVariantType
protected static FontVariantType DocumentRootImpl.FONT_VARIANT_EDEFAULT
          The default value of the 'Font Variant' attribute.
protected  FontVariantType FontTypeImpl.variant
          The cached value of the 'Variant' attribute.
protected static FontVariantType FontTypeImpl.VARIANT_EDEFAULT
          The default value of the 'Variant' attribute.
 

Methods in net.ogdf.ogml.impl that return FontVariantType
 FontVariantType OgmlFactoryImpl.createFontVariantTypeFromString(EDataType eDataType, String initialValue)
           
 FontVariantType OgmlFactoryImpl.createFontVariantTypeObjectFromString(EDataType eDataType, String initialValue)
           
 FontVariantType DocumentRootImpl.getFontVariant()
           
 FontVariantType FontTypeImpl.getVariant()
           
 

Methods in net.ogdf.ogml.impl with parameters of type FontVariantType
 void DocumentRootImpl.setFontVariant(FontVariantType newFontVariant)
           
 void FontTypeImpl.setVariant(FontVariantType newVariant)