|
Modelers | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Ellipse
A representation of the model object 'Ellipse'.
The following features are supported:
DiagramInterchangePackage.getEllipse()
Field Summary | |
---|---|
static java.lang.String |
copyright
|
Method Summary | |
---|---|
org.eclipse.draw2d.geometry.Point |
getCenter()
Returns the value of the 'Center' attribute |
double |
getEndAngle()
Returns the value of the 'End Angle' attribute |
double |
getRadiusX()
Returns the value of the 'Radius X' attribute |
double |
getRadiusY()
Returns the value of the 'Radius Y' attribute |
double |
getRotation()
Returns the value of the 'Rotation' attribute |
double |
getStartAngle()
Returns the value of the 'Start Angle' attribute |
void |
setCenter(org.eclipse.draw2d.geometry.Point value)
Sets the value of the ' Center ' attribute.
|
void |
setEndAngle(double value)
Sets the value of the ' End Angle ' attribute |
void |
setRadiusX(double value)
Sets the value of the ' Radius X ' attribute |
void |
setRadiusY(double value)
Sets the value of the ' Radius Y ' attribute |
void |
setRotation(double value)
Sets the value of the ' Rotation ' attribute |
void |
setStartAngle(double value)
Sets the value of the ' Start Angle ' attribute |
Methods inherited from interface org.topcased.modeler.di.model.DiagramElement |
---|
getContainer, getProperty, getReference, isVisible, setContainer, setVisible |
Methods inherited from interface org.eclipse.emf.ecore.EModelElement |
---|
getEAnnotation, getEAnnotations |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Field Detail |
---|
static final java.lang.String copyright
Method Detail |
---|
org.eclipse.draw2d.geometry.Point getCenter()
If the meaning of the 'Center' attribute isn't clear, there really should be more of a description here...
setCenter(Point)
,
DiagramInterchangePackage.getEllipse_Center()
void setCenter(org.eclipse.draw2d.geometry.Point value)
Center
' attribute.
value
- the new value of the 'Center' attribute.getCenter()
double getRadiusX()
If the meaning of the 'Radius X' attribute isn't clear, there really should be more of a description here...
setRadiusX(double)
,
DiagramInterchangePackage.getEllipse_RadiusX()
void setRadiusX(double value)
Radius X
' attribute.
value
- the new value of the 'Radius X' attribute.getRadiusX()
double getRadiusY()
If the meaning of the 'Radius Y' attribute isn't clear, there really should be more of a description here...
setRadiusY(double)
,
DiagramInterchangePackage.getEllipse_RadiusY()
void setRadiusY(double value)
Radius Y
' attribute.
value
- the new value of the 'Radius Y' attribute.getRadiusY()
double getRotation()
If the meaning of the 'Rotation' attribute isn't clear, there really should be more of a description here...
setRotation(double)
,
DiagramInterchangePackage.getEllipse_Rotation()
void setRotation(double value)
Rotation
' attribute.
value
- the new value of the 'Rotation' attribute.getRotation()
double getStartAngle()
If the meaning of the 'Start Angle' attribute isn't clear, there really should be more of a description here...
setStartAngle(double)
,
DiagramInterchangePackage.getEllipse_StartAngle()
void setStartAngle(double value)
Start Angle
' attribute.
value
- the new value of the 'Start Angle' attribute.getStartAngle()
double getEndAngle()
If the meaning of the 'End Angle' attribute isn't clear, there really should be more of a description here...
setEndAngle(double)
,
DiagramInterchangePackage.getEllipse_EndAngle()
void setEndAngle(double value)
End Angle
' attribute.
value
- the new value of the 'End Angle' attribute.getEndAngle()
|
Modelers | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright (c) 2005 TOPCASED Contributors 2005 - 2007. All rights reserved.