net.sourceforge.plantuml.salt
Class Position

java.lang.Object
  extended by net.sourceforge.plantuml.salt.Position

public class Position
extends Object


Constructor Summary
Position(int row, int col)
           
 
Method Summary
 boolean equals(Object obj)
           
 int getCol()
           
 int getRow()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Position

public Position(int row,
                int col)
Method Detail

getRow

public int getRow()

getCol

public int getCol()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2011. All Rights Reserved.