Uses of Class
net.ogdf.ogml.FontStretchType

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

Uses of FontStretchType in net.ogdf.ogml
 

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

Methods in net.ogdf.ogml that return FontStretchType
static FontStretchType FontStretchType.get(int value)
          Returns the 'Font Stretch Type' literal with the specified integer value.
static FontStretchType FontStretchType.get(String literal)
          Returns the 'Font Stretch Type' literal with the specified literal value.
static FontStretchType FontStretchType.getByName(String name)
          Returns the 'Font Stretch Type' literal with the specified name.
 FontStretchType DocumentRoot.getFontStretch()
          Returns the value of the 'Font Stretch' attribute.
 FontStretchType FontType.getStretch()
          Returns the value of the 'Stretch' attribute.
static FontStretchType FontStretchType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static FontStretchType[] FontStretchType.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 FontStretchType
 void DocumentRoot.setFontStretch(FontStretchType value)
          Sets the value of the 'Font Stretch' attribute.
 void FontType.setStretch(FontStretchType value)
          Sets the value of the 'Stretch' attribute.
 

Uses of FontStretchType in net.ogdf.ogml.impl
 

Fields in net.ogdf.ogml.impl declared as FontStretchType
protected static FontStretchType DocumentRootImpl.FONT_STRETCH_EDEFAULT
          The default value of the 'Font Stretch' attribute.
protected  FontStretchType FontTypeImpl.stretch
          The cached value of the 'Stretch' attribute.
protected static FontStretchType FontTypeImpl.STRETCH_EDEFAULT
          The default value of the 'Stretch' attribute.
 

Methods in net.ogdf.ogml.impl that return FontStretchType
 FontStretchType OgmlFactoryImpl.createFontStretchTypeFromString(EDataType eDataType, String initialValue)
           
 FontStretchType OgmlFactoryImpl.createFontStretchTypeObjectFromString(EDataType eDataType, String initialValue)
           
 FontStretchType DocumentRootImpl.getFontStretch()
           
 FontStretchType FontTypeImpl.getStretch()
           
 

Methods in net.ogdf.ogml.impl with parameters of type FontStretchType
 void DocumentRootImpl.setFontStretch(FontStretchType newFontStretch)
           
 void FontTypeImpl.setStretch(FontStretchType newStretch)