|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.imaging.ShapeSegment
public abstract class ShapeSegment
Represents a shape segment. A segment is a line or curve connecting two points.
Constructor Summary | |
---|---|
ShapeSegment()
|
Method Summary | |
---|---|
abstract PointF |
getEndPoint()
Gets the ending point. |
abstract PointF |
getStartPoint()
Gets the starting point. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ShapeSegment()
Method Detail |
---|
public abstract PointF getEndPoint()
Gets the ending point.
Value: The ending point.
public abstract PointF getStartPoint()
Gets the starting point.
Value: The starting point.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |