Package org.robovm.apple.coregraphics
Class CGPDFContextOutputIntent
java.lang.Object
org.robovm.apple.corefoundation.CFDictionaryWrapper
org.robovm.apple.coregraphics.CGPDFContextOutputIntent
public class CGPDFContextOutputIntent extends CFDictionaryWrapper
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCGPDFContextOutputIntent.AsListMarshalerstatic classCGPDFContextOutputIntent.Keysstatic classCGPDFContextOutputIntent.Marshaler -
Field Summary
Fields inherited from class org.robovm.apple.corefoundation.CFDictionaryWrapper
data -
Constructor Summary
Constructors Constructor Description CGPDFContextOutputIntent() -
Method Summary
Modifier and Type Method Description <T extends NativeObject>
Tget(CFString key, Class<T> type)CGColorSpacegetDestinationOutputProfile()StringgetInfo()StringgetOutputCondition()StringgetOutputConditionIdentifier()StringgetOutputIntentSubtype()StringgetRegistryName()booleanhas(CFString key)CGPDFContextOutputIntentset(CFString key, NativeObject value)CGPDFContextOutputIntentsetDestinationOutputProfile(CGColorSpace destinationOutputProfile)CGPDFContextOutputIntentsetInfo(String info)CGPDFContextOutputIntentsetOutputCondition(String outputCondition)CGPDFContextOutputIntentsetOutputConditionIdentifier(String outputConditionIdentifier)CGPDFContextOutputIntentsetOutputIntentSubtype(String outputIntentSubtype)CGPDFContextOutputIntentsetRegistryName(String registryName)Methods inherited from class org.robovm.apple.corefoundation.CFDictionaryWrapper
getDictionary, toString
-
Constructor Details
-
CGPDFContextOutputIntent
public CGPDFContextOutputIntent()
-
-
Method Details
-
has
-
get
-
set
-
getOutputIntentSubtype
- Since:
- Available in iOS 14.0 and later.
-
setOutputIntentSubtype
- Since:
- Available in iOS 14.0 and later.
-
getOutputConditionIdentifier
- Since:
- Available in iOS 14.0 and later.
-
setOutputConditionIdentifier
- Since:
- Available in iOS 14.0 and later.
-
getOutputCondition
- Since:
- Available in iOS 14.0 and later.
-
setOutputCondition
- Since:
- Available in iOS 14.0 and later.
-
getRegistryName
- Since:
- Available in iOS 14.0 and later.
-
setRegistryName
- Since:
- Available in iOS 14.0 and later.
-
getInfo
- Since:
- Available in iOS 14.0 and later.
-
setInfo
- Since:
- Available in iOS 14.0 and later.
-
getDestinationOutputProfile
- Since:
- Available in iOS 14.0 and later.
-
setDestinationOutputProfile
- Since:
- Available in iOS 14.0 and later.
-