org.omg.uml.diagraminterchange
Interface EllipseClass

All Superinterfaces:
javax.jmi.reflect.RefBaseObject, javax.jmi.reflect.RefClass, javax.jmi.reflect.RefFeatured

public interface EllipseClass
extends javax.jmi.reflect.RefClass

Ellipse class proxy interface.


Method Summary
 Ellipse createEllipse()
          The default factory operation used to create an instance object.
 Ellipse createEllipse(boolean isVisible, Point center, double radiusX, double radiusY, double rotation, double startAngle, double endAngle)
          Creates an instance object having attributes initialized by the passed values.
 
Methods inherited from interface javax.jmi.reflect.RefClass
refAllOfClass, refAllOfType, refCreateInstance, refCreateStruct, refCreateStruct, refGetEnum, refGetEnum
 
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

createEllipse

public Ellipse createEllipse()
The default factory operation used to create an instance object.

Returns:
The created instance object.

createEllipse

public Ellipse createEllipse(boolean isVisible,
                             Point center,
                             double radiusX,
                             double radiusY,
                             double rotation,
                             double startAngle,
                             double endAngle)
Creates an instance object having attributes initialized by the passed values.

Parameters:
isVisible -
center -
radiusX -
radiusY -
rotation -
startAngle -
endAngle -
Returns:
The created instance object.