Class Position

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

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

    Constructors
    Constructor
    Description
    Position(int xmin, int ymin, int xmax, int ymax)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    equals(java.lang.Object o)
     
    int
     
    int
     
    int
     
    int
     
    int
     
    int
     
    int
     
    move(TileGeometry position, int sizeMove)
     
    java.lang.String
     

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • Position

      public Position(int xmin, int ymin, int xmax, int ymax)
  • Method Details

    • equals

      public boolean equals(java.lang.Object o)
      Overrides:
      equals in class java.lang.Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class java.lang.Object
    • toString

      public java.lang.String toString()
      Overrides:
      toString in class java.lang.Object
    • move

      public Position move(TileGeometry position, int sizeMove)
    • getXmin

      public int getXmin()
    • getXmax

      public int getXmax()
    • getYmin

      public int getYmin()
    • getYmax

      public int getYmax()
    • getCenterX

      public int getCenterX()
    • getCenterY

      public int getCenterY()