Uses of Enum
ws.schild.jave.filters.helpers.FadeDirection
Packages that use FadeDirection
Package
Description
-
Uses of FadeDirection in ws.schild.jave.filtergraphs
Methods in ws.schild.jave.filtergraphs that return types with arguments of type FadeDirectionModifier and TypeMethodDescriptionstatic EnumSet<FadeDirection> TrimFadeAndWatermark.fadesFromIndex(Integer i, Integer size) Method parameters in ws.schild.jave.filtergraphs with type arguments of type FadeDirectionModifier and TypeMethodDescriptionstatic FilterChainTrimFadeAndWatermark.filterChainForTrimInfo(TrimAndWatermark.TrimInfo info, EnumSet<FadeDirection> fades, Double fadeDuration) -
Uses of FadeDirection in ws.schild.jave.filters
Constructors in ws.schild.jave.filters with parameters of type FadeDirectionModifierConstructorDescriptionFadeFilter(FadeDirection dir, Double startTimeSeconds, Double durationSeconds) Standard usage - fase in or out at some time for some duration. -
Uses of FadeDirection in ws.schild.jave.filters.helpers
Subclasses with type arguments of type FadeDirection in ws.schild.jave.filters.helpersMethods in ws.schild.jave.filters.helpers that return FadeDirectionModifier and TypeMethodDescriptionstatic FadeDirectionReturns the enum constant of this type with the specified name.static FadeDirection[]FadeDirection.values()Returns an array containing the constants of this enum type, in the order they are declared.