|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.imaging.ObjectWithBounds
com.aspose.imaging.Shape
com.aspose.imaging.shapes.RectangleProjectedShape
com.aspose.imaging.shapes.RectangleShape
com.aspose.imaging.shapes.EllipseShape
public class EllipseShape
Represents an ellipse shape.
Constructor Summary | |
---|---|
EllipseShape()
Initializes a new instance of the EllipseShape class. |
|
EllipseShape(RectangleF rectangle)
Initializes a new instance of the EllipseShape class. |
Method Summary | |
---|---|
ShapeSegment[] |
getSegments()
Gets the shape segments. |
Methods inherited from class com.aspose.imaging.shapes.RectangleProjectedShape |
---|
getBounds, getBounds, getBounds, getCenter, getLeftBottom, getLeftTop, getRectangleHeight, getRectangleWidth, getRightBottom, getRightTop, hasSegments, transform |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EllipseShape()
Initializes a new instance of the EllipseShape
class.
public EllipseShape(RectangleF rectangle)
Initializes a new instance of the EllipseShape
class.
rectangle
- The rectangle.Method Detail |
---|
public ShapeSegment[] getSegments()
Gets the shape segments.
Value: The shape segments.
getSegments
in class RectangleShape
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |