Package org.robovm.apple.coregraphics
Class CGPDFPage
java.lang.Object
org.robovm.rt.bro.NativeObject
org.robovm.apple.corefoundation.CFType
org.robovm.apple.coregraphics.CGPDFPage
- All Implemented Interfaces:
AutoCloseable
public class CGPDFPage extends CFType
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCGPDFPage.CGPDFPagePtrNested classes/interfaces inherited from class org.robovm.apple.corefoundation.CFType
CFType.AsListMarshaler, CFType.CFTypePtr, CFType.Marshaler, CFType.NoRetainMarshaler -
Constructor Summary
Constructors Modifier Constructor Description protectedCGPDFPage() -
Method Summary
Modifier and Type Method Description CGRectgetBoxRect(CGPDFBox box)static longgetClassTypeID()CGPDFDictionarygetDictionary()CGPDFDocumentgetDocument()CGAffineTransformgetDrawingTransform(CGPDFBox box, CGRect rect, int rotate, boolean preserveAspectRatio)longgetPageNumber()intgetRotationAngle()Methods inherited from class org.robovm.apple.corefoundation.CFType
autorelease, close, dispose, dispose, doDispose, equalsTo, finalize, getAllocator, getDescription, getRetainCount, getTypeID, getTypeIDDescription, hash, makeCollectable, release, release, retain, retain, show, toString
-
Constructor Details
-
CGPDFPage
protected CGPDFPage()
-
-
Method Details
-
getDocument
-
getPageNumber
public long getPageNumber() -
getBoxRect
-
getRotationAngle
public int getRotationAngle() -
getDrawingTransform
public CGAffineTransform getDrawingTransform(CGPDFBox box, CGRect rect, int rotate, boolean preserveAspectRatio) -
getDictionary
-
getClassTypeID
public static long getClassTypeID()
-