net.ogdf.ogml
Interface FontType

All Superinterfaces:
EObject, Notifier
All Known Implementing Classes:
FontTypeImpl

public interface FontType
extends EObject

A representation of the model object 'Font Type'.

The following features are supported:

See Also:
OgmlPackage.getFontType()
Rating red
Generated:
This code was automatically generated.
Model element:
extendedMetaData="name='font.type'
kind='empty'"

Method Summary
 String getColor()
          Returns the value of the 'Color' attribute.
 String getFamily()
          Returns the value of the 'Family' attribute.
 BigInteger getSize()
          Returns the value of the 'Size' attribute.
 FontStretchType getStretch()
          Returns the value of the 'Stretch' attribute.
 FontStyleType getStyle()
          Returns the value of the 'Style' attribute.
 FontVariantType getVariant()
          Returns the value of the 'Variant' attribute.
 FontWeightType getWeight()
          Returns the value of the 'Weight' attribute.
 boolean isSetStretch()
          Returns whether the value of the 'Stretch' attribute is set.
 boolean isSetStyle()
          Returns whether the value of the 'Style' attribute is set.
 boolean isSetVariant()
          Returns whether the value of the 'Variant' attribute is set.
 boolean isSetWeight()
          Returns whether the value of the 'Weight' attribute is set.
 void setColor(String value)
          Sets the value of the 'Color' attribute.
 void setFamily(String value)
          Sets the value of the 'Family' attribute.
 void setSize(BigInteger value)
          Sets the value of the 'Size' attribute.
 void setStretch(FontStretchType value)
          Sets the value of the 'Stretch' attribute.
 void setStyle(FontStyleType value)
          Sets the value of the 'Style' attribute.
 void setVariant(FontVariantType value)
          Sets the value of the 'Variant' attribute.
 void setWeight(FontWeightType value)
          Sets the value of the 'Weight' attribute.
 void unsetStretch()
          Unsets the value of the 'Stretch' attribute.
 void unsetStyle()
          Unsets the value of the 'Style' attribute.
 void unsetVariant()
          Unsets the value of the 'Variant' attribute.
 void unsetWeight()
          Unsets the value of the 'Weight' attribute.
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getColor

String getColor()
Returns the value of the 'Color' attribute.

If the meaning of the 'Color' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Color' attribute.
See Also:
setColor(String), OgmlPackage.getFontType_Color()
Generated:
This code was automatically generated.
Model element:
dataType=org.eclipse.emf.ecore.xml.type.String
required=true
extendedMetaData="kind='attribute'
name='color'
namespace='##targetNamespace'"

setColor

void setColor(String value)
Sets the value of the 'Color' attribute.

Parameters:
value - the new value of the 'Color' attribute.
See Also:
getColor()
Generated:
This code was automatically generated.

getFamily

String getFamily()
Returns the value of the 'Family' attribute.

If the meaning of the 'Family' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Family' attribute.
See Also:
setFamily(String), OgmlPackage.getFontType_Family()
Generated:
This code was automatically generated.
Model element:
dataType=org.eclipse.emf.ecore.xml.type.String
extendedMetaData="kind='attribute'
name='family'
namespace='##targetNamespace'"

setFamily

void setFamily(String value)
Sets the value of the 'Family' attribute.

Parameters:
value - the new value of the 'Family' attribute.
See Also:
getFamily()
Generated:
This code was automatically generated.

getSize

BigInteger getSize()
Returns the value of the 'Size' attribute.

If the meaning of the 'Size' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Size' attribute.
See Also:
setSize(BigInteger), OgmlPackage.getFontType_Size()
Generated:
This code was automatically generated.
Model element:
dataType=org.eclipse.emf.ecore.xml.type.Integer
extendedMetaData="kind='attribute'
name='size'
namespace='##targetNamespace'"

setSize

void setSize(BigInteger value)
Sets the value of the 'Size' attribute.

Parameters:
value - the new value of the 'Size' attribute.
See Also:
getSize()
Generated:
This code was automatically generated.

getStretch

FontStretchType getStretch()
Returns the value of the 'Stretch' attribute. The literals are from the enumeration FontStretchType.

If the meaning of the 'Stretch' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Stretch' attribute.
See Also:
FontStretchType, isSetStretch(), unsetStretch(), setStretch(FontStretchType), OgmlPackage.getFontType_Stretch()
Generated:
This code was automatically generated.
Model element:
unsettable=true
extendedMetaData="kind='attribute'
name='stretch'
namespace='##targetNamespace'"

setStretch

void setStretch(FontStretchType value)
Sets the value of the 'Stretch' attribute.

Parameters:
value - the new value of the 'Stretch' attribute.
See Also:
FontStretchType, isSetStretch(), unsetStretch(), getStretch()
Generated:
This code was automatically generated.

unsetStretch

void unsetStretch()
Unsets the value of the 'Stretch' attribute.

See Also:
isSetStretch(), getStretch(), setStretch(FontStretchType)
Generated:
This code was automatically generated.

isSetStretch

boolean isSetStretch()
Returns whether the value of the 'Stretch' attribute is set.

Returns:
whether the value of the 'Stretch' attribute is set.
See Also:
unsetStretch(), getStretch(), setStretch(FontStretchType)
Generated:
This code was automatically generated.

getStyle

FontStyleType getStyle()
Returns the value of the 'Style' attribute. The literals are from the enumeration FontStyleType.

If the meaning of the 'Style' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Style' attribute.
See Also:
FontStyleType, isSetStyle(), unsetStyle(), setStyle(FontStyleType), OgmlPackage.getFontType_Style()
Generated:
This code was automatically generated.
Model element:
unsettable=true
extendedMetaData="kind='attribute'
name='style'
namespace='##targetNamespace'"

setStyle

void setStyle(FontStyleType value)
Sets the value of the 'Style' attribute.

Parameters:
value - the new value of the 'Style' attribute.
See Also:
FontStyleType, isSetStyle(), unsetStyle(), getStyle()
Generated:
This code was automatically generated.

unsetStyle

void unsetStyle()
Unsets the value of the 'Style' attribute.

See Also:
isSetStyle(), getStyle(), setStyle(FontStyleType)
Generated:
This code was automatically generated.

isSetStyle

boolean isSetStyle()
Returns whether the value of the 'Style' attribute is set.

Returns:
whether the value of the 'Style' attribute is set.
See Also:
unsetStyle(), getStyle(), setStyle(FontStyleType)
Generated:
This code was automatically generated.

getVariant

FontVariantType getVariant()
Returns the value of the 'Variant' attribute. The literals are from the enumeration FontVariantType.

If the meaning of the 'Variant' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Variant' attribute.
See Also:
FontVariantType, isSetVariant(), unsetVariant(), setVariant(FontVariantType), OgmlPackage.getFontType_Variant()
Generated:
This code was automatically generated.
Model element:
unsettable=true
extendedMetaData="kind='attribute'
name='variant'
namespace='##targetNamespace'"

setVariant

void setVariant(FontVariantType value)
Sets the value of the 'Variant' attribute.

Parameters:
value - the new value of the 'Variant' attribute.
See Also:
FontVariantType, isSetVariant(), unsetVariant(), getVariant()
Generated:
This code was automatically generated.

unsetVariant

void unsetVariant()
Unsets the value of the 'Variant' attribute.

See Also:
isSetVariant(), getVariant(), setVariant(FontVariantType)
Generated:
This code was automatically generated.

isSetVariant

boolean isSetVariant()
Returns whether the value of the 'Variant' attribute is set.

Returns:
whether the value of the 'Variant' attribute is set.
See Also:
unsetVariant(), getVariant(), setVariant(FontVariantType)
Generated:
This code was automatically generated.

getWeight

FontWeightType getWeight()
Returns the value of the 'Weight' attribute. The literals are from the enumeration FontWeightType.

If the meaning of the 'Weight' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Weight' attribute.
See Also:
FontWeightType, isSetWeight(), unsetWeight(), setWeight(FontWeightType), OgmlPackage.getFontType_Weight()
Generated:
This code was automatically generated.
Model element:
unsettable=true
extendedMetaData="kind='attribute'
name='weight'
namespace='##targetNamespace'"

setWeight

void setWeight(FontWeightType value)
Sets the value of the 'Weight' attribute.

Parameters:
value - the new value of the 'Weight' attribute.
See Also:
FontWeightType, isSetWeight(), unsetWeight(), getWeight()
Generated:
This code was automatically generated.

unsetWeight

void unsetWeight()
Unsets the value of the 'Weight' attribute.

See Also:
isSetWeight(), getWeight(), setWeight(FontWeightType)
Generated:
This code was automatically generated.

isSetWeight

boolean isSetWeight()
Returns whether the value of the 'Weight' attribute is set.

Returns:
whether the value of the 'Weight' attribute is set.
See Also:
unsetWeight(), getWeight(), setWeight(FontWeightType)
Generated:
This code was automatically generated.