Uses of Class
net.ogdf.ogml.FontStyleType

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

Uses of FontStyleType in net.ogdf.ogml
 

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

Methods in net.ogdf.ogml that return FontStyleType
static FontStyleType FontStyleType.get(int value)
          Returns the 'Font Style Type' literal with the specified integer value.
static FontStyleType FontStyleType.get(String literal)
          Returns the 'Font Style Type' literal with the specified literal value.
static FontStyleType FontStyleType.getByName(String name)
          Returns the 'Font Style Type' literal with the specified name.
 FontStyleType DocumentRoot.getFontStyle()
          Returns the value of the 'Font Style' attribute.
 FontStyleType FontType.getStyle()
          Returns the value of the 'Style' attribute.
static FontStyleType FontStyleType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static FontStyleType[] FontStyleType.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 FontStyleType
 void DocumentRoot.setFontStyle(FontStyleType value)
          Sets the value of the 'Font Style' attribute.
 void FontType.setStyle(FontStyleType value)
          Sets the value of the 'Style' attribute.
 

Uses of FontStyleType in net.ogdf.ogml.impl
 

Fields in net.ogdf.ogml.impl declared as FontStyleType
protected static FontStyleType DocumentRootImpl.FONT_STYLE_EDEFAULT
          The default value of the 'Font Style' attribute.
protected  FontStyleType FontTypeImpl.style
          The cached value of the 'Style' attribute.
protected static FontStyleType FontTypeImpl.STYLE_EDEFAULT
          The default value of the 'Style' attribute.
 

Methods in net.ogdf.ogml.impl that return FontStyleType
 FontStyleType OgmlFactoryImpl.createFontStyleTypeFromString(EDataType eDataType, String initialValue)
           
 FontStyleType OgmlFactoryImpl.createFontStyleTypeObjectFromString(EDataType eDataType, String initialValue)
           
 FontStyleType DocumentRootImpl.getFontStyle()
           
 FontStyleType FontTypeImpl.getStyle()
           
 

Methods in net.ogdf.ogml.impl with parameters of type FontStyleType
 void DocumentRootImpl.setFontStyle(FontStyleType newFontStyle)
           
 void FontTypeImpl.setStyle(FontStyleType newStyle)