de.cau.cs.kieler.kev.mapping
Interface Rotate

All Superinterfaces:
Animation, EObject, Notifier
All Known Implementing Classes:
RotateImpl

public interface Rotate
extends Animation

A representation of the model object 'Rotate'.

The following features are supported:

See Also:
MappingPackage.getRotate()
Rating red
Generated:
This code was automatically generated.
Model element

Method Summary
 String getAnchorPoint()
          Returns the value of the 'Anchor Point' attribute.
 String getAngleRange()
          Returns the value of the 'Angle Range' attribute.
 void setAnchorPoint(String value)
          Sets the value of the 'Anchor Point' attribute.
 void setAngleRange(String value)
          Sets the value of the 'Angle Range' attribute.
 
Methods inherited from interface de.cau.cs.kieler.kev.mapping.Animation
apply, getAccessID, getInput, getKey, initialize, isClonedElement, setAccessID, setInput, setKey
 
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

getAngleRange

String getAngleRange()
Returns the value of the 'Angle Range' attribute.

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

Returns:
the value of the 'Angle Range' attribute.
See Also:
setAngleRange(String), MappingPackage.getRotate_AngleRange()
Generated:
This code was automatically generated.
Model element

setAngleRange

void setAngleRange(String value)
Sets the value of the 'Angle Range' attribute.

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

getAnchorPoint

String getAnchorPoint()
Returns the value of the 'Anchor Point' attribute.

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

Returns:
the value of the 'Anchor Point' attribute.
See Also:
setAnchorPoint(String), MappingPackage.getRotate_AnchorPoint()
Generated:
This code was automatically generated.
Model element

setAnchorPoint

void setAnchorPoint(String value)
Sets the value of the 'Anchor Point' attribute.

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