Package apple.uikit

Class UIListContentImageProperties

    • Constructor Detail

      • UIListContentImageProperties

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

      • accessInstanceVariablesDirectly

        public static boolean accessInstanceVariablesDirectly()
      • accessibilityIgnoresInvertColors

        public boolean accessibilityIgnoresInvertColors()
        Prevents the image from inverting its colors when the accessibility setting is enabled.
      • 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()
      • copyWithZone

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

        public double cornerRadius()
        The preferred corner radius (using a continuous corner curve) for the image. Default is 0. If the image is too small to fit the requested radius, the corner curve and radius will be adjusted to fit.
      • 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)
      • maximumSize

        public CGSize maximumSize()
        Enforces a maximum size for the image. The default value is CGSizeZero. A zero width or height means the size is unconstrained on that dimension. If the image exceeds this size on either dimension, its size will be reduced proportionately (maintaining aspect ratio).
      • new_objc

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

        public UIImageSymbolConfiguration preferredSymbolConfiguration()
        The symbol configuration to use.
      • reservedLayoutSize

        public CGSize reservedLayoutSize()
        The layout size that is reserved for the image, inside which the image will be centered. The default value is CGSizeZero. The reservedLayoutSize width & height only affect the space reserved for the image and its positioning; they do not affect the image's size. A zero width or height means the default behavior is used for that dimension: * Symbol images will be centered inside a standard width/height that is scaled with the content size category. * Non-symbol images will use a reservedLayoutSize equal to the actual size of the displayed image. Use the UIListContentImageStandardDimension constant for the width and/or height to force the standard symbol image value to be used for that dimension, regardless of the image. This property is used to horizontally align images across adjacent content views (even when the actual image widths may vary slightly), and/or to ensure a consistent height is reserved for different images across different content views (so that the content view heights are consistent even when the actual image heights may vary slightly). The reservedLayoutSize.width is ignored by content views at Accessibility Dynamic Type sizes, and the reservedLayoutSize.height is ignored when using the special Accessibility Dynamic Type layout where text wraps around the image.
      • resolveClassMethod

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

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

        public UIColor resolvedTintColorForTintColor​(UIColor tintColor)
        Returns the resolved image tint color for the specified tint color of the view, based on the `tintColor` and `tintColorTransformer`.
      • setAccessibilityIgnoresInvertColors

        public void setAccessibilityIgnoresInvertColors​(boolean value)
        Prevents the image from inverting its colors when the accessibility setting is enabled.
      • setCornerRadius

        public void setCornerRadius​(double value)
        The preferred corner radius (using a continuous corner curve) for the image. Default is 0. If the image is too small to fit the requested radius, the corner curve and radius will be adjusted to fit.
      • setMaximumSize

        public void setMaximumSize​(CGSize value)
        Enforces a maximum size for the image. The default value is CGSizeZero. A zero width or height means the size is unconstrained on that dimension. If the image exceeds this size on either dimension, its size will be reduced proportionately (maintaining aspect ratio).
      • setPreferredSymbolConfiguration

        public void setPreferredSymbolConfiguration​(UIImageSymbolConfiguration value)
        The symbol configuration to use.
      • setReservedLayoutSize

        public void setReservedLayoutSize​(CGSize value)
        The layout size that is reserved for the image, inside which the image will be centered. The default value is CGSizeZero. The reservedLayoutSize width & height only affect the space reserved for the image and its positioning; they do not affect the image's size. A zero width or height means the default behavior is used for that dimension: * Symbol images will be centered inside a standard width/height that is scaled with the content size category. * Non-symbol images will use a reservedLayoutSize equal to the actual size of the displayed image. Use the UIListContentImageStandardDimension constant for the width and/or height to force the standard symbol image value to be used for that dimension, regardless of the image. This property is used to horizontally align images across adjacent content views (even when the actual image widths may vary slightly), and/or to ensure a consistent height is reserved for different images across different content views (so that the content view heights are consistent even when the actual image heights may vary slightly). The reservedLayoutSize.width is ignored by content views at Accessibility Dynamic Type sizes, and the reservedLayoutSize.height is ignored when using the special Accessibility Dynamic Type layout where text wraps around the image.
      • setTintColor

        public void setTintColor​(UIColor value)
        The tintColor to apply to the image view. Nil will use the image view's normal inherited tintColor.
      • setVersion_static

        public static void setVersion_static​(long aVersion)
      • superclass_static

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

        public static boolean supportsSecureCoding()
      • _supportsSecureCoding

        public boolean _supportsSecureCoding()
        Description copied from interface: NSSecureCoding
        This property must return YES on all classes that allow secure coding. Subclasses of classes that adopt NSSecureCoding and override initWithCoder: must also override this method and return YES. The Secure Coding Guide should be consulted when writing methods that decode data.
        Specified by:
        _supportsSecureCoding in interface NSSecureCoding
      • tintColor

        public UIColor tintColor()
        The tintColor to apply to the image view. Nil will use the image view's normal inherited tintColor.
      • version_static

        public static long version_static()