com.aspose.imaging.interfaces
Interface IOrderedShape

All Known Implementing Classes:
ArcShape, BezierShape, CurveShape, PolygonShape

public interface IOrderedShape

Represents an ordered shape. An ordered shape is a continuous set of points having a start point and end point. The continuous set of points connected using a specific rule.


Method Summary
 PointF getEndPoint()
           
 PointF getStartPoint()
           
 boolean isClosed()
           
 void isClosed(boolean value)
           
 void reverse()
           
 

Method Detail

getEndPoint

PointF getEndPoint()

getStartPoint

PointF getStartPoint()

isClosed

boolean isClosed()

isClosed

void isClosed(boolean value)

reverse

void reverse()