lt.monarch.chart.chart3D.series
Class Surface3DWithHolesStrategy<ChartProjector extends Projector>

java.lang.Object
  extended by lt.monarch.chart.chart3D.series.AbstractSurface3DStrategy
      extended by lt.monarch.chart.chart3D.series.Surface3DWithHolesStrategy<ChartProjector>
All Implemented Interfaces:
java.io.Serializable

public class Surface3DWithHolesStrategy<ChartProjector extends Projector>
extends AbstractSurface3DStrategy

3d surface strategy with holes. Null values in data model are drawn as holes in surface.

See Also:
Serialized Form

Field Summary
Modifier and Type Field and Description
 
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
 
Constructor Summary
Constructor and Description
Surface3DWithHolesStrategy()
           
 
Method Summary
Modifier and Type Method and Description
protected  void pointer()
           
protected  void triangxxx()
           
 
Methods inherited from class lt.monarch.chart.chart3D.series.AbstractSurface3DStrategy
calculateMinMax, createLegendEntries, draw, drawMarkers, drawSolid, getMatrixData, getMinMaxValues, initMinMaxValues, preDraw, projectPolygon, quantifyDepth, updateLegendStyle
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Surface3DWithHolesStrategy

public Surface3DWithHolesStrategy()
Method Detail

pointer

protected void pointer()
Specified by:
pointer in class AbstractSurface3DStrategy

triangxxx

protected void triangxxx()
Specified by:
triangxxx in class AbstractSurface3DStrategy