TX
- The type of the X-DataTY
- The type of the Y-DataTZ
- The type of the Z-Datapublic interface IUniformGridDataSeries3DValues<TX extends java.lang.Comparable<TX>,TY extends java.lang.Comparable<TY>,TZ extends java.lang.Comparable<TZ>> extends IGridDataSeries3DValues<TX,TY,TZ>
IRenderableSeries3D
Modifier and Type | Method and Description |
---|---|
TX |
getStartX()
Gets start X value for 3D grid
|
TZ |
getStartZ()
Gets start Z value for 3D grid
|
TX |
getStepX()
Gets the size for each cell in 3D grid
|
TZ |
getStepZ()
Gets the size for each cell in 3D grid
|
getXSize, getXValueAt, getXValues, getYValueAt, getYValues, getZSize, getZValueAt, getZValues
TX getStartX()
TX getStepX()
TZ getStartZ()
TZ getStepZ()