|
|||||||||
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
com.aspose.imaging.shapes.PieShape
public class PieShape
Represents a pie shape.
Constructor Summary | |
---|---|
PieShape()
Initializes a new instance of the PieShape class. |
|
PieShape(RectangleF rectangle,
float startAngle,
float sweepAngle)
Initializes a new instance of the PieShape class. |
Method Summary | |
---|---|
ShapeSegment[] |
getSegments()
Gets the shape segments. |
float |
getStartAngle()
Gets the start angle. |
float |
getSweepAngle()
Gets the sweep angle. |
void |
setStartAngle(float value)
Sets the start angle. |
void |
setSweepAngle(float value)
Sets the sweep angle. |
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 PieShape()
Initializes a new instance of the PieShape
class.
public PieShape(RectangleF rectangle, float startAngle, float sweepAngle)
Initializes a new instance of the PieShape
class.
rectangle
- The rectangle.startAngle
- The start angle.sweepAngle
- The sweep angle.Method Detail |
---|
public ShapeSegment[] getSegments()
Gets the shape segments.
Value: The shape segments.
getSegments
in class EllipseShape
public float getStartAngle()
Gets the start angle.
Value: The start angle.
public float getSweepAngle()
Gets the sweep angle.
Value: The sweep angle.
public void setStartAngle(float value)
Sets the start angle.
Value: The start angle.
public void setSweepAngle(float value)
Sets the sweep angle.
Value: The sweep angle.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |