:: com :: sun :: star :: drawing ::

service EllipseShape
Description
This service is for an ellipse or circle shape.

Included Services
Shape
This abstract service specifies the general characteristics of all Shape s.
LineProperties
This is a set of properties to describe the style for rendering a Line.
FillProperties
This is a set of properties to describe the style for rendering an area.
Text
This abstract service specifies the general characteristics of an optional text inside a Shape .
ShadowProperties
This is a set of properties to describe the style for rendering a shadow.
RotationDescriptor
This abstract service specifies the general characteristics of an optional rotation and shearing for a Shape .
Properties' Summary
CircleKind This is the kind of circle.
CircleStartAngle If the kind specifies an open circle, this is the start angle.
CircleEndAngle If the kind specifies an open circle, this is the end angle.
Properties' Details
CircleKind
CircleKind CircleKind;
Description
This is the kind of circle.
CircleStartAngle
long CircleStartAngle;
Description
If the kind specifies an open circle, this is the start angle.
CircleEndAngle
long CircleEndAngle;
Description
If the kind specifies an open circle, this is the end angle.

 
Top of Page