net.sourceforge.plantuml.golem
Class MinMax

java.lang.Object
  extended by net.sourceforge.plantuml.golem.MinMax

public class MinMax
extends Object


Constructor Summary
MinMax()
           
 
Method Summary
 int getHeight()
           
 int getMinX()
           
 int getMinY()
           
 int getWidth()
           
 void manage(int x, int y)
           
 void manage(Position position)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MinMax

public MinMax()
Method Detail

manage

public void manage(int x,
                   int y)

manage

public void manage(Position position)

getMinX

public int getMinX()

getMinY

public int getMinY()

getWidth

public int getWidth()

getHeight

public int getHeight()


Copyright © 2013. All Rights Reserved.