com.jzy3d.surfedit.events
Class CellDiff

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

public class CellDiff
extends Object

Author:
Martin Pernollet

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

Field Detail

cell

protected Cell cell

oldZ

protected float oldZ

newZ

protected float newZ
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 String toString()
Overrides:
toString in class Object


Copyright © 2014. All rights reserved.