net.sourceforge.plantuml.salt.element
Class Segment

java.lang.Object
  extended by net.sourceforge.plantuml.salt.element.Segment

public class Segment
extends Object


Constructor Summary
Segment(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

Segment

public Segment(int row,
               int col)
Method Detail

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

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

getRow

public final int getRow()

getCol

public final int getCol()


Copyright © 2013. All Rights Reserved.