Package org.robovm.apple.imageio
Class CGImageSourceOptions
java.lang.Object
org.robovm.apple.corefoundation.CFDictionaryWrapper
org.robovm.apple.imageio.CGImageSourceOptions
public class CGImageSourceOptions extends CFDictionaryWrapper
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCGImageSourceOptions.AsListMarshalerstatic classCGImageSourceOptions.Keysstatic classCGImageSourceOptions.Marshaler -
Field Summary
-
Constructor Summary
Constructors Constructor Description CGImageSourceOptions() -
Method Summary
Methods inherited from class org.robovm.apple.corefoundation.CFDictionaryWrapper
getDictionary, toString
-
Constructor Details
-
CGImageSourceOptions
public CGImageSourceOptions()
-
-
Method Details
-
has
-
get
-
set
-
getTypeIdentifierHint
-
setTypeIdentifierHint
-
shouldCache
public boolean shouldCache() -
setShouldCache
-
shouldCacheImmediately
public boolean shouldCacheImmediately() -
setShouldCacheImmediately
-
shouldAllowFloat
public boolean shouldAllowFloat() -
setShouldAllowFloat
-
shouldCreateThumbnailFromImageIfAbsent
public boolean shouldCreateThumbnailFromImageIfAbsent() -
setShouldCreateThumbnailFromImageIfAbsent
public CGImageSourceOptions setShouldCreateThumbnailFromImageIfAbsent(boolean shouldCreateThumbnailFromImageIfAbsent) -
getThumbnailMaxPixelSize
public long getThumbnailMaxPixelSize() -
setThumbnailMaxPixelSize
-
shouldCreateThumbnailWithTransform
public boolean shouldCreateThumbnailWithTransform() -
setShouldCreateThumbnailWithTransform
public CGImageSourceOptions setShouldCreateThumbnailWithTransform(boolean shouldCreateThumbnailWithTransform) -
getSubsampleFactor
public int getSubsampleFactor()- Since:
- Available in iOS 9.0 and later.
-
setSubsampleFactor
- Since:
- Available in iOS 9.0 and later.
-