com.jzy3d.surfedit.events
Class CellDiff

java.lang.Object
  extended by com.jzy3d.surfedit.events.CellDiff

public class CellDiff
extends java.lang.Object

Author:
Martin Pernollet

Constructor Summary
CellDiff(Cell cell, float oldZ, float newZ)
           
 
Method Summary
 Cell getCell()
           
 float getNewZ()
           
 float getOldZ()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CellDiff

public CellDiff(Cell cell,
                float oldZ,
                float newZ)
Method Detail

getCell

public Cell getCell()

getOldZ

public float getOldZ()

getNewZ

public float getNewZ()

toString

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