|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectaspose.pdf.Shape
aspose.pdf.UnclosedShape
public abstract class UnclosedShape
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 |
|---|
public UnclosedShape()
| Method Detail |
|---|
public abstract float[] getStartPosition()
public abstract float[] getEndPosition()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||