Class CGImageSourceOptions

java.lang.Object
org.robovm.apple.corefoundation.CFDictionaryWrapper
org.robovm.apple.imageio.CGImageSourceOptions

public class CGImageSourceOptions
extends CFDictionaryWrapper
  • Constructor Details

    • CGImageSourceOptions

      public CGImageSourceOptions()
  • Method Details

    • has

      public boolean has​(CFString key)
    • get

      public <T extends NativeObject> T get​(CFString key, Class<T> type)
    • set

      public CGImageSourceOptions set​(CFString key, NativeObject value)
    • getTypeIdentifierHint

      public String getTypeIdentifierHint()
    • setTypeIdentifierHint

      public CGImageSourceOptions setTypeIdentifierHint​(String typeIdentifierHint)
    • shouldCache

      public boolean shouldCache()
    • setShouldCache

      public CGImageSourceOptions setShouldCache​(boolean shouldCache)
    • shouldCacheImmediately

      public boolean shouldCacheImmediately()
    • setShouldCacheImmediately

      public CGImageSourceOptions setShouldCacheImmediately​(boolean shouldCacheImmediately)
    • shouldAllowFloat

      public boolean shouldAllowFloat()
    • setShouldAllowFloat

      public CGImageSourceOptions setShouldAllowFloat​(boolean shouldAllowFloat)
    • shouldCreateThumbnailFromImageIfAbsent

      public boolean shouldCreateThumbnailFromImageIfAbsent()
    • setShouldCreateThumbnailFromImageIfAbsent

      public CGImageSourceOptions setShouldCreateThumbnailFromImageIfAbsent​(boolean shouldCreateThumbnailFromImageIfAbsent)
    • getThumbnailMaxPixelSize

      public long getThumbnailMaxPixelSize()
    • setThumbnailMaxPixelSize

      public CGImageSourceOptions setThumbnailMaxPixelSize​(long thumbnailMaxPixelSize)
    • shouldCreateThumbnailWithTransform

      public boolean shouldCreateThumbnailWithTransform()
    • setShouldCreateThumbnailWithTransform

      public CGImageSourceOptions setShouldCreateThumbnailWithTransform​(boolean shouldCreateThumbnailWithTransform)
    • getSubsampleFactor

      public int getSubsampleFactor()
      Since:
      Available in iOS 9.0 and later.
    • setSubsampleFactor

      public CGImageSourceOptions setSubsampleFactor​(int subsampleFactor)
      Since:
      Available in iOS 9.0 and later.