|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.aspose.imaging.ShapeSegment
com.aspose.imaging.shapesegments.LineSegment
public class LineSegment
Represents a segment leading derectly from a specific point to the next point.
| Constructor Summary | |
|---|---|
LineSegment(PointF startPoint,
PointF endPoint)
Initializes a new instance of the LineSegment class. |
|
| Method Summary | |
|---|---|
PointF |
getEndPoint()
Gets the ending point. |
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 LineSegment(PointF startPoint,
PointF endPoint)
Initializes a new instance of the LineSegment class.
startPoint - The start point.endPoint - The end point.| Method Detail |
|---|
public PointF getEndPoint()
Gets the ending point.
Value: The ending point.
getEndPoint in class ShapeSegmentpublic PointF getStartPoint()
Gets the starting point.
Value: The starting point.
getStartPoint in class ShapeSegment
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||