lt.monarch.chart.chart3D.series
Class Surface3DWithFilledHolesStrategy<ChartProjector extends Projector>
java.lang.Object
lt.monarch.chart.chart3D.series.AbstractSurface3DStrategy
lt.monarch.chart.chart3D.series.Surface3DWithFilledHolesStrategy<ChartProjector>
- All Implemented Interfaces:
- java.io.Serializable
public class Surface3DWithFilledHolesStrategy<ChartProjector extends Projector>
extends AbstractSurface3DStrategy
3d surface with filled holes strategy
Null values in data model are filled by calculating the average value of surrounding values.
- See Also:
- Serialized Form
| Fields inherited from class lt.monarch.chart.chart3D.series.AbstractSurface3DStrategy |
colorsValue, columnList, columns, data, max, min, minMaxValues, points, rowList, rows, triangles, wall_fill_polygons, wall_outline_polygons, xMapper, yMapper, zMapper |
| Methods inherited from class lt.monarch.chart.chart3D.series.AbstractSurface3DStrategy |
calculateMinMax, createLegendEntries, draw, drawMarkers, drawSolid, getMatrixData, getMinMaxValues, initMinMaxValues, projectPolygon, quantifyDepth, updateLegendStyle |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
interpolated
protected boolean[][] interpolated
Surface3DWithFilledHolesStrategy
public Surface3DWithFilledHolesStrategy()
preDraw
protected boolean preDraw()
- Overrides:
preDraw in class AbstractSurface3DStrategy
pointer
protected void pointer()
- Specified by:
pointer in class AbstractSurface3DStrategy
triangxxx
protected void triangxxx()
- Specified by:
triangxxx in class AbstractSurface3DStrategy
fillHoles
protected boolean fillHoles()