Class AVTextStyleRule

    • Constructor Detail

      • AVTextStyleRule

        protected AVTextStyleRule​(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()
      • propertyListForTextStyleRules

        public static java.lang.Object propertyListForTextStyleRules​(NSArray<? extends AVTextStyleRule> textStyleRules)
        propertyListForTextStyleRules: Converts an NSArray of AVTextStyleRules into a serializable property list that can be used for persistent storage. For serialization utilities, see NSPropertyList.h.
        Parameters:
        textStyleRules - An array of AVTextStyleRules.
        Returns:
        A serializable property list.
      • resolveClassMethod

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

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

        public static void setVersion_static​(long aVersion)
      • superclass_static

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

        public static AVTextStyleRule textStyleRuleWithTextMarkupAttributes​(NSDictionary<java.lang.String,​?> textMarkupAttributes)
        textStyleRuleWithTextMarkupAttributes: Creates an instance of AVTextStyleRule with the specified text markup attributes. Equivalent to invoking +textStyleRuleWithTextMarkupAttributes:textSelector: with a value of nil for textSelector.
        Parameters:
        textMarkupAttributes - An NSDictionary with keys representing text style attributes that are specifiable in text markup. Eligible keys are defined in .
        Returns:
        An instance of AVTextStyleRule
      • textStyleRuleWithTextMarkupAttributesTextSelector

        public static AVTextStyleRule textStyleRuleWithTextMarkupAttributesTextSelector​(NSDictionary<java.lang.String,​?> textMarkupAttributes,
                                                                                        java.lang.String textSelector)
        textStyleRuleWithTextMarkupAttributes:textSelector: Creates an instance of AVTextStyleRule with the specified text markup attributes and an identifier for the range or ranges of text to which the attributes should be applied.
        Parameters:
        textMarkupAttributes - An NSDictionary with keys representing text style attributes that are specifiable in text markup. Eligible keys are defined in .
        textSelector - An identifier for the range or ranges of text to which the attributes should be applied. Eligible identifiers are determined by the format and content of the legible media. A value of nil indicates that the textMarkupAttributes should be applied as default styles for all text unless overridden by content markup or other applicable text selectors.
        Returns:
        An instance of AVTextStyleRule
      • textStyleRulesFromPropertyList

        public static NSArray<? extends AVTextStyleRule> textStyleRulesFromPropertyList​(java.lang.Object plist)
        textStyleRulesFromPropertyList: Converts a property list into an NSArray of AVTextStyleRules.
        Parameters:
        plist - A property list, normally obtained previously via an invocation of +propertyListForTextStyleRules:.
        Returns:
        An NSArray of AVTextStyleRules
      • version_static

        public static long version_static()
      • copyWithZone

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

        public AVTextStyleRule initWithTextMarkupAttributes​(NSDictionary<java.lang.String,​?> textMarkupAttributes)
        initWithTextMarkupAttributes: Creates an instance of AVTextStyleRule with the specified text markup attributes. Equivalent to invoking -initWithTextMarkupAttributes:textSelector: with a value of nil for textSelector.
        Parameters:
        textMarkupAttributes - An NSDictionary with keys representing text style attributes that are specifiable in text markup. Eligible keys are defined in .
        Returns:
        An instance of AVTextStyleRule
      • initWithTextMarkupAttributesTextSelector

        public AVTextStyleRule initWithTextMarkupAttributesTextSelector​(NSDictionary<java.lang.String,​?> textMarkupAttributes,
                                                                        java.lang.String textSelector)
        initWithTextMarkupAttributes:textSelector: Creates an instance of AVTextStyleRule with the specified text markup attributes and an identifier for the range or ranges of text to which the attributes should be applied.
        Parameters:
        textMarkupAttributes - An NSDictionary with keys representing text style attributes that are specifiable in text markup. Eligible keys are defined in .
        textSelector - An identifier for the range or ranges of text to which the attributes should be applied. Eligible identifiers are determined by the format and content of the legible media. A value of nil indicates that the textMarkupAttributes should be applied as default styles for all text unless overridden by content markup or other applicable text selectors.
        Returns:
        An instance of AVTextStyleRule
      • textMarkupAttributes

        public NSDictionary<java.lang.String,​?> textMarkupAttributes()
        [@property] textMarkupAttributes An NSDictionary with keys representing text style attributes that are specifiable in text markup. Eligible keys and the expected types of their corresponding values are defined in .
      • textSelector

        public java.lang.String textSelector()
        [@property] textSelector A string that identifies the range or ranges of text to which the attributes should be applied. A value of nil indicates that the textMarkupAttributes should be applied as default styles for all text unless overridden by content markup or other applicable text selectors. [@dicussion] The syntax of text selectors is determined by the format of the legible media. Eligible selectors may be determined by the content of the legible media (e.g. CSS selectors that are valid for a specific WebVTT document).