Package org.opensourcephysics.display2d
Interface CellLattice.OSLattice
- All Superinterfaces:
ByteLattice
,Drawable
,Measurable
- All Known Implementing Classes:
CellLatticeOSX
,CellLatticePC
- Enclosing class:
- CellLattice
-
Method Summary
Methods inherited from interface org.opensourcephysics.display2d.ByteLattice
createDefaultColors, getNx, getNy, getValue, indexFromPoint, randomize, resizeLattice, setAll, setBlock, setBlock, setCol, setColorPalette, setGridLineColor, setIndexedColor, setMinMax, setRow, setShowGridLines, setValue, setVisible, setXMax, setXMin, setYMax, setYMin, showLegend, xToIndex, yToIndex
Methods inherited from interface org.opensourcephysics.display.Drawable
draw, isInteractive
Methods inherited from interface org.opensourcephysics.display.Measurable
getXMax, getXMin, getYMax, getYMin, isMeasured
-
Method Details
-
createSiteLattice
SiteLattice createSiteLattice() -
setBlock
void setBlock(int ix_offset, int iy_offset, int[][] val)
-