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

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

public class DefaultSurface3DStrategy<ChartProjector extends Projector>
extends AbstractSurface3DStrategy

3d Surface strategy

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
DefaultSurface3DStrategy()
           
 
Method Summary
Modifier and Type Method and Description
protected  void calculateMinMax(MatrixDataModel data, AxisMapper ymapper)
           
protected  void pointer()
           
protected  void triangxxx()
           
 
Methods inherited from class lt.monarch.chart.chart3D.series.AbstractSurface3DStrategy
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

DefaultSurface3DStrategy

public DefaultSurface3DStrategy()
Method Detail

pointer

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

triangxxx

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

calculateMinMax

protected void calculateMinMax(MatrixDataModel data,
                               AxisMapper ymapper)
Overrides:
calculateMinMax in class AbstractSurface3DStrategy