Class MinMaxGolem

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

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

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    int
     
    int
     
    int
     
    int
     
    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 Details

    • MinMaxGolem

      public MinMaxGolem()
  • Method Details

    • 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()