|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Ellipse object instance interface.
Method Summary | |
Point |
getCenter()
Returns the value of attribute center. |
double |
getEndAngle()
Returns the value of attribute endAngle. |
double |
getRadiusX()
Returns the value of attribute radiusX. |
double |
getRadiusY()
Returns the value of attribute radiusY. |
double |
getRotation()
Returns the value of attribute rotation. |
double |
getStartAngle()
Returns the value of attribute startAngle. |
void |
setCenter(Point newValue)
Sets the value of center attribute. |
void |
setEndAngle(double newValue)
Sets the value of endAngle attribute. |
void |
setRadiusX(double newValue)
Sets the value of radiusX attribute. |
void |
setRadiusY(double newValue)
Sets the value of radiusY attribute. |
void |
setRotation(double newValue)
Sets the value of rotation attribute. |
void |
setStartAngle(double newValue)
Sets the value of startAngle attribute. |
Methods inherited from interface org.omg.uml.diagraminterchange.DiagramElement |
getContainer, getProperty, getReference, isVisible, setContainer, setVisible |
Methods inherited from interface javax.jmi.reflect.RefObject |
refClass, refDelete, refImmediateComposite, refIsInstanceOf, refOutermostComposite |
Methods inherited from interface javax.jmi.reflect.RefFeatured |
refGetValue, refGetValue, refInvokeOperation, refInvokeOperation, refSetValue, refSetValue |
Methods inherited from interface javax.jmi.reflect.RefBaseObject |
equals, hashCode, refImmediatePackage, refMetaObject, refMofId, refOutermostPackage, refVerifyConstraints |
Method Detail |
public Point getCenter()
public void setCenter(Point newValue)
getCenter()
for description
on the attribute.
newValue
- New value to be set.public double getRadiusX()
public void setRadiusX(double newValue)
getRadiusX()
for description
on the attribute.
newValue
- New value to be set.public double getRadiusY()
public void setRadiusY(double newValue)
getRadiusY()
for description
on the attribute.
newValue
- New value to be set.public double getRotation()
public void setRotation(double newValue)
getRotation()
for description
on the attribute.
newValue
- New value to be set.public double getStartAngle()
public void setStartAngle(double newValue)
getStartAngle()
for
description on the attribute.
newValue
- New value to be set.public double getEndAngle()
public void setEndAngle(double newValue)
getEndAngle()
for description
on the attribute.
newValue
- New value to be set.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |