Package net.sourceforge.plantuml
Class ScaleWidthAndHeight
java.lang.Object
net.sourceforge.plantuml.ScaleWidthAndHeight
- All Implemented Interfaces:
Scale
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal double
getScale
(double width, double height) double
getScaleInternal
(double width, double height) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
ScaleWidthAndHeight
public ScaleWidthAndHeight(double maxWidth, double maxHeight)
-
-
Method Details