Package org.robovm.apple.coregraphics
Class CGPDFScanner
java.lang.Object
org.robovm.rt.bro.NativeObject
org.robovm.apple.coregraphics.CGPDFScanner
public class CGPDFScanner extends NativeObject
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCGPDFScanner.CGPDFScannerPtrNested classes/interfaces inherited from class org.robovm.rt.bro.NativeObject
NativeObject.Marshaler -
Constructor Summary
Constructors Modifier Constructor Description protectedCGPDFScanner() -
Method Summary
Modifier and Type Method Description static CGPDFScannercreate(CGPDFContentStream cs, CGPDFOperatorTable table)CGPDFContentStreamgetContentStream()CGPDFArraypopArray()booleanpopBoolean()CGPDFDictionarypopDictionary()doublepopDouble()longpopLong()StringpopName()CGPDFObjectpopObject()CGPDFStreampopStream()CGPDFStringpopString()booleanscan()
-
Constructor Details
-
CGPDFScanner
protected CGPDFScanner()
-
-
Method Details
-
create
- Since:
- Available in iOS 2.0 and later.
-
popObject
- Since:
- Available in iOS 2.0 and later.
-
popBoolean
public boolean popBoolean()- Since:
- Available in iOS 2.0 and later.
-
popLong
public long popLong()- Since:
- Available in iOS 2.0 and later.
-
popDouble
public double popDouble()- Since:
- Available in iOS 2.0 and later.
-
popName
- Since:
- Available in iOS 2.0 and later.
-
popString
- Since:
- Available in iOS 2.0 and later.
-
popArray
- Since:
- Available in iOS 2.0 and later.
-
popDictionary
- Since:
- Available in iOS 2.0 and later.
-
popStream
- Since:
- Available in iOS 2.0 and later.
-
scan
public boolean scan() -
getContentStream
-