Class MinMaxDouble

java.lang.Object
net.sourceforge.plantuml.golem.MinMaxDouble

public class MinMaxDouble extends java.lang.Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    double
     
    double
     
    double
     
    double
     
    double
     
    double
     
    void
    manage(double x, double y)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • MinMaxDouble

      public MinMaxDouble()
  • Method Details

    • manage

      public void manage(double x, double y)
    • getMinX

      public double getMinX()
    • getMinY

      public double getMinY()
    • getMaxX

      public double getMaxX()
    • getMaxY

      public double getMaxY()
    • getWidth

      public double getWidth()
    • getHeight

      public double getHeight()