Uses of Class
de.julielab.jcore.ae.jsbd.postprocessingfilters.PostprocessingFilter.Mode
-
Packages that use PostprocessingFilter.Mode Package Description de.julielab.jcore.ae.jsbd.postprocessingfilters -
-
Uses of PostprocessingFilter.Mode in de.julielab.jcore.ae.jsbd.postprocessingfilters
Methods in de.julielab.jcore.ae.jsbd.postprocessingfilters that return PostprocessingFilter.Mode Modifier and Type Method Description static PostprocessingFilter.ModePostprocessingFilter.Mode. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static PostprocessingFilter.Mode[]PostprocessingFilter.Mode. values()Returns an array containing the constants of this enum type, in the order they are declared.
-