net.ogdf.ogml
Interface TextType

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

public interface TextType
extends EObject

A representation of the model object 'Text Type'.

The following features are supported:

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

Method Summary
 AlignmentType getAlignment()
          Returns the value of the 'Alignment' attribute.
 DecorationType getDecoration()
          Returns the value of the 'Decoration' attribute.
 BigInteger getRotation()
          Returns the value of the 'Rotation' attribute.
 TransformType getTransform()
          Returns the value of the 'Transform' attribute.
 boolean isSetAlignment()
          Returns whether the value of the 'Alignment' attribute is set.
 boolean isSetDecoration()
          Returns whether the value of the 'Decoration' attribute is set.
 boolean isSetTransform()
          Returns whether the value of the 'Transform' attribute is set.
 void setAlignment(AlignmentType value)
          Sets the value of the 'Alignment' attribute.
 void setDecoration(DecorationType value)
          Sets the value of the 'Decoration' attribute.
 void setRotation(BigInteger value)
          Sets the value of the 'Rotation' attribute.
 void setTransform(TransformType value)
          Sets the value of the 'Transform' attribute.
 void unsetAlignment()
          Unsets the value of the 'Alignment' attribute.
 void unsetDecoration()
          Unsets the value of the 'Decoration' attribute.
 void unsetTransform()
          Unsets the value of the 'Transform' 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

getAlignment

AlignmentType getAlignment()
Returns the value of the 'Alignment' attribute. The literals are from the enumeration AlignmentType.

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

Returns:
the value of the 'Alignment' attribute.
See Also:
AlignmentType, isSetAlignment(), unsetAlignment(), setAlignment(AlignmentType), OgmlPackage.getTextType_Alignment()
Generated:
This code was automatically generated.
Model element:
unsettable=true
extendedMetaData="kind='attribute'
name='alignment'
namespace='##targetNamespace'"

setAlignment

void setAlignment(AlignmentType value)
Sets the value of the 'Alignment' attribute.

Parameters:
value - the new value of the 'Alignment' attribute.
See Also:
AlignmentType, isSetAlignment(), unsetAlignment(), getAlignment()
Generated:
This code was automatically generated.

unsetAlignment

void unsetAlignment()
Unsets the value of the 'Alignment' attribute.

See Also:
isSetAlignment(), getAlignment(), setAlignment(AlignmentType)
Generated:
This code was automatically generated.

isSetAlignment

boolean isSetAlignment()
Returns whether the value of the 'Alignment' attribute is set.

Returns:
whether the value of the 'Alignment' attribute is set.
See Also:
unsetAlignment(), getAlignment(), setAlignment(AlignmentType)
Generated:
This code was automatically generated.

getDecoration

DecorationType getDecoration()
Returns the value of the 'Decoration' attribute. The literals are from the enumeration DecorationType.

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

Returns:
the value of the 'Decoration' attribute.
See Also:
DecorationType, isSetDecoration(), unsetDecoration(), setDecoration(DecorationType), OgmlPackage.getTextType_Decoration()
Generated:
This code was automatically generated.
Model element:
unsettable=true
extendedMetaData="kind='attribute'
name='decoration'
namespace='##targetNamespace'"

setDecoration

void setDecoration(DecorationType value)
Sets the value of the 'Decoration' attribute.

Parameters:
value - the new value of the 'Decoration' attribute.
See Also:
DecorationType, isSetDecoration(), unsetDecoration(), getDecoration()
Generated:
This code was automatically generated.

unsetDecoration

void unsetDecoration()
Unsets the value of the 'Decoration' attribute.

See Also:
isSetDecoration(), getDecoration(), setDecoration(DecorationType)
Generated:
This code was automatically generated.

isSetDecoration

boolean isSetDecoration()
Returns whether the value of the 'Decoration' attribute is set.

Returns:
whether the value of the 'Decoration' attribute is set.
See Also:
unsetDecoration(), getDecoration(), setDecoration(DecorationType)
Generated:
This code was automatically generated.

getRotation

BigInteger getRotation()
Returns the value of the 'Rotation' attribute.

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

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

setRotation

void setRotation(BigInteger value)
Sets the value of the 'Rotation' attribute.

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

getTransform

TransformType getTransform()
Returns the value of the 'Transform' attribute. The literals are from the enumeration TransformType.

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

Returns:
the value of the 'Transform' attribute.
See Also:
TransformType, isSetTransform(), unsetTransform(), setTransform(TransformType), OgmlPackage.getTextType_Transform()
Generated:
This code was automatically generated.
Model element:
unsettable=true
extendedMetaData="kind='attribute'
name='transform'
namespace='##targetNamespace'"

setTransform

void setTransform(TransformType value)
Sets the value of the 'Transform' attribute.

Parameters:
value - the new value of the 'Transform' attribute.
See Also:
TransformType, isSetTransform(), unsetTransform(), getTransform()
Generated:
This code was automatically generated.

unsetTransform

void unsetTransform()
Unsets the value of the 'Transform' attribute.

See Also:
isSetTransform(), getTransform(), setTransform(TransformType)
Generated:
This code was automatically generated.

isSetTransform

boolean isSetTransform()
Returns whether the value of the 'Transform' attribute is set.

Returns:
whether the value of the 'Transform' attribute is set.
See Also:
unsetTransform(), getTransform(), setTransform(TransformType)
Generated:
This code was automatically generated.