aspose.pdf
Class UnclosedShape

java.lang.Object
  extended by aspose.pdf.Shape
      extended by aspose.pdf.UnclosedShape
Direct Known Subclasses:
Arc, Curve, Line

public abstract class UnclosedShape
extends Shape

Defines a shape that can be unclosed. For example, Arc, Curve, Line.


Constructor Summary
UnclosedShape()
           
 
Method Summary
abstract  float[] getEndPosition()
          Return the last point of unclosed shape.
abstract  float[] getStartPosition()
          Return the first point of unclosed shape.
 
Methods inherited from class aspose.pdf.Shape
getGraphInfo, getID, setGraphInfo, setID
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UnclosedShape

public UnclosedShape()
Method Detail

getStartPosition

public abstract float[] getStartPosition()
Return the first point of unclosed shape.


getEndPosition

public abstract float[] getEndPosition()
Return the last point of unclosed shape.