|
Gnostice PDFOne
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.gnostice.pdfone.PdfPageElement
com.gnostice.pdfone.PdfPagePathElement
This class represents a shape page element.
PdfProDocument.getPageElements(int, int)
Field Summary |
Fields inherited from class com.gnostice.pdfone.PdfPageElement |
ELEMENT_TYPE_ALL, ELEMENT_TYPE_COMPOSITE, ELEMENT_TYPE_IMAGE, ELEMENT_TYPE_INLINE_IMAGE, ELEMENT_TYPE_PATH, ELEMENT_TYPE_TEXT |
Method Summary | |
Shape |
getPath()
Returns shape of the path element. |
boolean |
isEvenOddWindingRule()
|
boolean |
isFill()
Returns whether the shape is filled. |
boolean |
isStroke()
Returns whether the shape is stroked. |
String |
toString()
|
Methods inherited from class com.gnostice.pdfone.PdfPageElement |
getBoundingRect, getElementType, getFillColor, getGraphicsState, getPageNum, getStrokeColor, getTransformationMatrix, getX, getY, isAtPoint, isAtRect |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
public Shape getPath()
public boolean isFill()
public boolean isStroke()
public boolean isEvenOddWindingRule()
public String toString()
toString
in class PdfPageElement
|
Pro. Ed. v5.0.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |