Class ScaleMaxHeight

java.lang.Object
net.sourceforge.plantuml.ScaleMaxHeight
All Implemented Interfaces:
Scale

public class ScaleMaxHeight extends Object implements Scale
  • Constructor Details

    • ScaleMaxHeight

      public ScaleMaxHeight(double maxHeight)
  • Method Details

    • getScaleInternal

      public double getScaleInternal(double width, double height)
    • getScale

      public final double getScale(double width, double height)
      Specified by:
      getScale in interface Scale