Uses of Class
org.violetlib.types.ScalingOption
-
-
Uses of ScalingOption in org.violetlib.types
Fields in org.violetlib.types declared as ScalingOption Modifier and Type Field and Description static ScalingOption
ScalingOption. ACTUAL_SIZE
Do not scale the shape.static ScalingOption
ScalingOption. SCALE_FREE
Scale the shape to fit exactly within the available space.static ScalingOption
ScalingOption. SCALE_PRESERVE
Scale the shape to fit within the available space, but preserve the aspect ratio.static ScalingOption
ScalingOption. SCALE_PRESERVE_REDUCE
Scale the shape to fit within the available space, but preserve the aspect ratio and do not enlarge the shape.Methods in org.violetlib.types that return ScalingOption Modifier and Type Method and Description static ScalingOption
ScalingOption. fixed(double scaleFactor)
Create an option to scale by a fixed scale factor.
-