Uses of Class
ws.schild.jave.filters.helpers.FadeDirection
-
Packages that use FadeDirection Package Description ws.schild.jave.filtergraphs ws.schild.jave.filters ws.schild.jave.filters.helpers -
-
Uses of FadeDirection in ws.schild.jave.filtergraphs
Methods in ws.schild.jave.filtergraphs that return types with arguments of type FadeDirection Modifier and Type Method Description static java.util.EnumSet<FadeDirection>TrimFadeAndWatermark. fadesFromIndex(java.lang.Integer i, java.lang.Integer size)Method parameters in ws.schild.jave.filtergraphs with type arguments of type FadeDirection Modifier and Type Method Description static FilterChainTrimFadeAndWatermark. filterChainForTrimInfo(TrimAndWatermark.TrimInfo info, java.util.EnumSet<FadeDirection> fades, java.lang.Double fadeDuration) -
Uses of FadeDirection in ws.schild.jave.filters
Constructors in ws.schild.jave.filters with parameters of type FadeDirection Constructor Description FadeFilter(FadeDirection dir, java.lang.Double startTimeSeconds, java.lang.Double durationSeconds)Standard usage - fase in or out at some time for some duration. -
Uses of FadeDirection in ws.schild.jave.filters.helpers
Methods in ws.schild.jave.filters.helpers that return FadeDirection Modifier and Type Method Description static FadeDirectionFadeDirection. valueOf(java.lang.String name)Returns 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.
-