|
|||||||||
| 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
public abstract class Shape
The shape. A continuous set of points connected using a specific rule.
| Constructor Summary | |
|---|---|
Shape()
|
|
| Method Summary | |
|---|---|
abstract PointF |
getCenter()
Gets the shape's center. |
abstract ShapeSegment[] |
getSegments()
Gets the shape segments. |
abstract boolean |
hasSegments()
Gets a value indicating whether shape has segments. |
| Methods inherited from class com.aspose.imaging.ObjectWithBounds |
|---|
getBounds, getBounds, getBounds, transform |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Shape()
| Method Detail |
|---|
public abstract PointF getCenter()
Gets the shape's center.
Value: The shape's center.
public abstract ShapeSegment[] getSegments()
Gets the shape segments.
Value: The shape segments.
public abstract boolean hasSegments()
Gets a value indicating whether shape has segments.
Value:True if shape has segments; otherwise, false.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||