Uses of Class
org.praxislive.video.utils.ResizeMode.Type
-
Packages that use ResizeMode.Type Package Description org.praxislive.video.utils -
-
Uses of ResizeMode.Type in org.praxislive.video.utils
Methods in org.praxislive.video.utils that return ResizeMode.Type Modifier and Type Method Description ResizeMode.Type
ResizeMode. getType()
static ResizeMode.Type
ResizeMode.Type. valueOf(String name)
Returns the enum constant of this type with the specified name.static ResizeMode.Type[]
ResizeMode.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.praxislive.video.utils with parameters of type ResizeMode.Type Constructor Description ResizeMode(ResizeMode.Type type, double hAlign, double vAlign)
-