net.sourceforge.plantuml.ugraphic
Class MinMaxMutable

java.lang.Object
  extended by net.sourceforge.plantuml.ugraphic.MinMaxMutable

public class MinMaxMutable
extends Object


Method Summary
 void addPoint(double x, double y)
           
static MinMaxMutable fromMax(double maxX, double maxY)
           
 Dimension2D getDimension()
           
static MinMaxMutable getEmpty(boolean initToZero)
           
 double getMaxX()
           
 double getMaxY()
           
 double getMinX()
           
 double getMinY()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getEmpty

public static MinMaxMutable getEmpty(boolean initToZero)

addPoint

public void addPoint(double x,
                     double y)

fromMax

public static MinMaxMutable fromMax(double maxX,
                                    double maxY)

getMaxX

public final double getMaxX()

getMaxY

public final double getMaxY()

getMinX

public final double getMinX()

getMinY

public final double getMinY()

getDimension

public Dimension2D getDimension()


Copyright © 2013. All Rights Reserved.