Package apple.photos

Class PHImageRequestOptions

    • Constructor Detail

      • PHImageRequestOptions

        protected PHImageRequestOptions​(org.moe.natj.general.Pointer peer)
    • Method Detail

      • accessInstanceVariablesDirectly

        public static boolean accessInstanceVariablesDirectly()
      • allocWithZone

        public static java.lang.Object allocWithZone​(org.moe.natj.general.ptr.VoidPtr zone)
      • automaticallyNotifiesObserversForKey

        public static boolean automaticallyNotifiesObserversForKey​(java.lang.String key)
      • cancelPreviousPerformRequestsWithTarget

        public static void cancelPreviousPerformRequestsWithTarget​(java.lang.Object aTarget)
      • cancelPreviousPerformRequestsWithTargetSelectorObject

        public static void cancelPreviousPerformRequestsWithTargetSelectorObject​(java.lang.Object aTarget,
                                                                                 org.moe.natj.objc.SEL aSelector,
                                                                                 java.lang.Object anArgument)
      • classFallbacksForKeyedArchiver

        public static NSArray<java.lang.String> classFallbacksForKeyedArchiver()
      • classForKeyedUnarchiver

        public static org.moe.natj.objc.Class classForKeyedUnarchiver()
      • debugDescription_static

        public static java.lang.String debugDescription_static()
      • description_static

        public static java.lang.String description_static()
      • hash_static

        public static long hash_static()
      • instanceMethodSignatureForSelector

        public static NSMethodSignature instanceMethodSignatureForSelector​(org.moe.natj.objc.SEL aSelector)
      • instancesRespondToSelector

        public static boolean instancesRespondToSelector​(org.moe.natj.objc.SEL aSelector)
      • isSubclassOfClass

        public static boolean isSubclassOfClass​(org.moe.natj.objc.Class aClass)
      • keyPathsForValuesAffectingValueForKey

        public static NSSet<java.lang.String> keyPathsForValuesAffectingValueForKey​(java.lang.String key)
      • new_objc

        public static java.lang.Object new_objc()
      • resolveClassMethod

        public static boolean resolveClassMethod​(org.moe.natj.objc.SEL sel)
      • resolveInstanceMethod

        public static boolean resolveInstanceMethod​(org.moe.natj.objc.SEL sel)
      • superclass_static

        public static org.moe.natj.objc.Class superclass_static()
      • copyWithZone

        public java.lang.Object copyWithZone​(org.moe.natj.general.ptr.VoidPtr zone)
        Specified by:
        copyWithZone in interface NSCopying
      • deliveryMode

        public long deliveryMode()
        delivery mode. Defaults to PHImageRequestOptionsDeliveryModeOpportunistic
      • isNetworkAccessAllowed

        public boolean isNetworkAccessAllowed()
        if necessary will download the image from iCloud (client can monitor or cancel using progressHandler). Defaults to NO (see start/stopCachingImagesForAssets)
      • setNetworkAccessAllowed

        public void setNetworkAccessAllowed​(boolean value)
        if necessary will download the image from iCloud (client can monitor or cancel using progressHandler). Defaults to NO (see start/stopCachingImagesForAssets)
      • isSynchronous

        public boolean isSynchronous()
        return only a single result, blocking until available (or failure). Defaults to NO
      • setSynchronous

        public void setSynchronous​(boolean value)
        return only a single result, blocking until available (or failure). Defaults to NO
      • normalizedCropRect

        public CGRect normalizedCropRect()
        specify crop rectangle in unit coordinates of the original image, such as a face. Defaults to CGRectZero (not applicable)
      • progressHandler

        public PHImageRequestOptions.Block_progressHandler_ret progressHandler()
        provide caller a way to be told how much progress has been made prior to delivering the data when it comes from iCloud. Defaults to nil, shall be set by caller
      • resizeMode

        public long resizeMode()
        resize mode. Does not apply when size is PHImageManagerMaximumSize. Defaults to PHImageRequestOptionsResizeModeFast
      • setDeliveryMode

        public void setDeliveryMode​(long value)
        delivery mode. Defaults to PHImageRequestOptionsDeliveryModeOpportunistic
      • setNormalizedCropRect

        public void setNormalizedCropRect​(CGRect value)
        specify crop rectangle in unit coordinates of the original image, such as a face. Defaults to CGRectZero (not applicable)
      • setProgressHandler

        public void setProgressHandler​(PHImageRequestOptions.Block_setProgressHandler value)
        provide caller a way to be told how much progress has been made prior to delivering the data when it comes from iCloud. Defaults to nil, shall be set by caller
      • setResizeMode

        public void setResizeMode​(long value)
        resize mode. Does not apply when size is PHImageManagerMaximumSize. Defaults to PHImageRequestOptionsResizeModeFast
      • setVersion

        public void setVersion​(long value)
        version
      • version

        public long version()
        version