com.jzy3d.surfedit.events
Class Cell

java.lang.Object
  extended by org.jzy3d.maths.Pair<Integer,Integer>
      extended by com.jzy3d.surfedit.events.Cell
All Implemented Interfaces:
Serializable

public class Cell
extends org.jzy3d.maths.Pair<Integer,Integer>

Author:
Martin Pernollet
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.jzy3d.maths.Pair
a, b
 
Constructor Summary
Cell(int i, int j)
           
 
Method Summary
 boolean equals(Object obj)
           
 int getI()
           
 int getJ()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Cell

public Cell(int i,
            int j)
Method Detail

getI

public int getI()

getJ

public int getJ()

hashCode

public int hashCode()
Overrides:
hashCode in class org.jzy3d.maths.Pair<Integer,Integer>

equals

public boolean equals(Object obj)
Overrides:
equals in class org.jzy3d.maths.Pair<Integer,Integer>


Copyright © 2014. All rights reserved.