Uses of Class
com.jzy3d.surfedit.events.Cell

Packages that use Cell
com.jzy3d.surfedit.events   
 

Uses of Cell in com.jzy3d.surfedit.events
 

Methods in com.jzy3d.surfedit.events that return Cell
 Cell CellSelectedEvent.getCell()
           
 Cell CellDiff.getCell()
           
 

Methods in com.jzy3d.surfedit.events that return types with arguments of type Cell
 java.util.Set<Cell> CellsSelectedEvent.getCells()
           
 

Constructors in com.jzy3d.surfedit.events with parameters of type Cell
CellDiff(Cell cell, float oldZ, float newZ)
           
CellSelectedEvent(java.lang.Object source, Cell cell)
           
 

Constructor parameters in com.jzy3d.surfedit.events with type arguments of type Cell
CellsSelectedEvent(java.lang.Object source, java.util.Set<Cell> cells)