Class CGImageSourceOptions

    • Constructor Detail

      • CGImageSourceOptions

        public CGImageSourceOptions()
    • Method Detail

      • has

        public boolean has​(CFString key)
      • get

        public <T extends org.robovm.rt.bro.NativeObject> T get​(CFString key,
                                                                java.lang.Class<T> type)
      • getTypeIdentifierHint

        public java.lang.String getTypeIdentifierHint()
        Since:
        Available in iOS 4.0 and later.
      • setTypeIdentifierHint

        public CGImageSourceOptions setTypeIdentifierHint​(java.lang.String typeIdentifierHint)
        Since:
        Available in iOS 4.0 and later.
      • shouldCache

        public boolean shouldCache()
        Since:
        Available in iOS 4.0 and later.
      • setShouldCache

        public CGImageSourceOptions setShouldCache​(boolean shouldCache)
        Since:
        Available in iOS 4.0 and later.
      • shouldCacheImmediately

        public boolean shouldCacheImmediately()
        Since:
        Available in iOS 7.0 and later.
      • setShouldCacheImmediately

        public CGImageSourceOptions setShouldCacheImmediately​(boolean shouldCacheImmediately)
        Since:
        Available in iOS 7.0 and later.
      • shouldAllowFloat

        public boolean shouldAllowFloat()
        Since:
        Available in iOS 4.0 and later.
      • setShouldAllowFloat

        public CGImageSourceOptions setShouldAllowFloat​(boolean shouldAllowFloat)
        Since:
        Available in iOS 4.0 and later.
      • shouldCreateThumbnailFromImageIfAbsent

        public boolean shouldCreateThumbnailFromImageIfAbsent()
        Since:
        Available in iOS 4.0 and later.
      • setShouldCreateThumbnailFromImageIfAbsent

        public CGImageSourceOptions setShouldCreateThumbnailFromImageIfAbsent​(boolean shouldCreateThumbnailFromImageIfAbsent)
        Since:
        Available in iOS 4.0 and later.
      • getThumbnailMaxPixelSize

        public long getThumbnailMaxPixelSize()
        Since:
        Available in iOS 4.0 and later.
      • setThumbnailMaxPixelSize

        public CGImageSourceOptions setThumbnailMaxPixelSize​(long thumbnailMaxPixelSize)
        Since:
        Available in iOS 4.0 and later.
      • shouldCreateThumbnailWithTransform

        public boolean shouldCreateThumbnailWithTransform()
        Since:
        Available in iOS 4.0 and later.
      • setShouldCreateThumbnailWithTransform

        public CGImageSourceOptions setShouldCreateThumbnailWithTransform​(boolean shouldCreateThumbnailWithTransform)
        Since:
        Available in iOS 4.0 and later.
      • 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.