public abstract class ShapeSegment extends Object
Represents a shape segment. A segment is a line or curve connecting two points.
ShapeSegment()
abstract PointF
getEndPoint()
getStartPoint()
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ShapeSegment()
public abstract PointF getStartPoint()
Gets the starting point.
public abstract PointF getEndPoint()
Gets the ending point.
Copyright (c) 2008-2016 Aspose Pty Ltd. All Rights Reserved.