com.aspose.imaging
Class ShapeSegment

java.lang.Object
  extended by com.aspose.imaging.ShapeSegment
Direct Known Subclasses:
LineSegment

public abstract class ShapeSegment
extends java.lang.Object

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

ShapeSegment

public ShapeSegment()
Method Detail

getEndPoint

public abstract PointF getEndPoint()

Gets the ending point.

Value: The ending point.


getStartPoint

public abstract PointF getStartPoint()

Gets the starting point.

Value: The starting point.