Package org.robovm.apple.coregraphics
Class CGPDFObject
java.lang.Object
org.robovm.rt.bro.NativeObject
org.robovm.apple.coregraphics.CGPDFObject
public class CGPDFObject extends NativeObject
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCGPDFObject.CGPDFObjectPtrNested classes/interfaces inherited from class org.robovm.rt.bro.NativeObject
NativeObject.Marshaler -
Constructor Summary
Constructors Modifier Constructor Description protectedCGPDFObject() -
Method Summary
Modifier and Type Method Description CGPDFArrayarrayValue()booleanbooleanValue()CGPDFDictionarydictionaryValue()doubledoubleValue()CGPDFObjectTypegetType()booleanisNull()longlongValue()StringnameValue()CGPDFStreamstreamValue()StringstringValue()
-
Constructor Details
-
CGPDFObject
protected CGPDFObject()
-
-
Method Details
-
isNull
public boolean isNull() -
booleanValue
public boolean booleanValue() -
longValue
public long longValue() -
doubleValue
public double doubleValue() -
nameValue
-
stringValue
-
arrayValue
-
dictionaryValue
-
streamValue
-
getType
-