Class CHHapticEvent

  • All Implemented Interfaces:
    NSObject

    public class CHHapticEvent
    extends NSObject
    CHHapticEvent The description of a single haptic/audio event, plus optional Event parameters which modify the event. CHHapticEvents have a relative time property to allow specifying the time relationship between events in a pattern.
    • Constructor Detail

      • CHHapticEvent

        protected CHHapticEvent​(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()
      • duration

        public double duration()
        [@property] duration The duration for this event. Units are seconds. If unset (0.0), Continuous event types will have no fixed end.
      • eventParameters

        public NSArray<? extends CHHapticEventParameter> eventParameters()
        [@property] eventParameters NSArray of Event parameters. Can be empty.
      • hash_static

        public static long hash_static()
      • initWithAudioResourceIDParametersRelativeTime

        public CHHapticEvent initWithAudioResourceIDParametersRelativeTime​(long resID,
                                                                           NSArray<? extends CHHapticEventParameter> eventParams,
                                                                           double time)
        initWithAudioResourceID:parameters:relativeTime Initialize a new CHHapticEvent using a previously-loaded audio resource.
        Parameters:
        resID - A previously-registered audio resource ID (see `CHHapticEngine(registerAudioResource:options:error)`).
        eventParams - An NSArray of Event parameters. Can be empty.
        time - The relative time for this event versus the other events in the CHHapticPattern.
      • initWithAudioResourceIDParametersRelativeTimeDuration

        public CHHapticEvent initWithAudioResourceIDParametersRelativeTimeDuration​(long resID,
                                                                                   NSArray<? extends CHHapticEventParameter> eventParams,
                                                                                   double time,
                                                                                   double duration)
        initWithAudioResourceID:parameters:relativeTime:duration Initialize a new CHHapticEvent using a previously-loaded audio resource. If the specified duration is less than the duration of the audio resource, its playback will be truncated. If it is greater, its playback will be padded with silence. If zero, it will be ignored.
        Parameters:
        resID - A previously-registered audio resource ID (see `CHHapticEngine(registerAudioResource:options:error)`).
        eventParams - An NSArray of Event parameters. Can be empty.
        time - The relative time for this event versus the other events in the CHHapticPattern.
        duration - The duration of this event in seconds.
      • initWithEventTypeParametersRelativeTime

        public CHHapticEvent initWithEventTypeParametersRelativeTime​(java.lang.String type,
                                                                     NSArray<? extends CHHapticEventParameter> eventParams,
                                                                     double time)
        initWithEventType:parameters:relativeTime Initialize a new CHHapticEvent. This can only be used to create Transient event types (which do not require a duration).
        Parameters:
        type - The type of event.
        eventParams - An NSArray of Event parameters. Can be empty.
        time - The relative time for this event versus the other events in the CHHapticPattern.
      • initWithEventTypeParametersRelativeTimeDuration

        public CHHapticEvent initWithEventTypeParametersRelativeTimeDuration​(java.lang.String type,
                                                                             NSArray<? extends CHHapticEventParameter> eventParams,
                                                                             double time,
                                                                             double duration)
        initWithEventType:parameters:relativeTime:duration Initialize a new CHHapticEvent, providing a duration.
        Parameters:
        type - The type of event.
        eventParams - An NSArray of Event parameters. Can be empty.
        time - The relative time for this event versus the other events in the CHHapticPattern.
        duration - For Continuous event types, the length of time before the event playback begins its release. For Transient event types, the logical length of the event (used to determine pattern end and loop points).
      • 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()
      • relativeTime

        public double relativeTime()
        [@property] relativeTime The relative time for this event versus the start time of the pattern. Units are seconds.
      • resolveClassMethod

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

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

        public void setDuration​(double value)
        [@property] duration The duration for this event. Units are seconds. If unset (0.0), Continuous event types will have no fixed end.
      • setRelativeTime

        public void setRelativeTime​(double value)
        [@property] relativeTime The relative time for this event versus the start time of the pattern. Units are seconds.
      • setVersion_static

        public static void setVersion_static​(long aVersion)
      • superclass_static

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

        public java.lang.String type()
        [@property] type The type of event.
      • version_static

        public static long version_static()