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 ScalingOptionScalingOption. ACTUAL_SIZEDo not scale the shape.static ScalingOptionScalingOption. SCALE_FREEScale the shape to fit exactly within the available space.static ScalingOptionScalingOption. SCALE_PRESERVEScale the shape to fit within the available space, but preserve the aspect ratio.static ScalingOptionScalingOption. SCALE_PRESERVE_REDUCEScale 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 ScalingOptionScalingOption. fixed(double scaleFactor)Create an option to scale by a fixed scale factor.
-