|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectlt.monarch.chart.chart3D.series.AbstractLine3DStrategy
lt.monarch.chart.chart3D.series.Line3DStrategy
lt.monarch.chart.chart3D.series.Spline3DStrategy
lt.monarch.chart.chart3D.series.NullSpline3DStrategy
public class NullSpline3DStrategy extends Spline3DStrategy
| Modifier and Type | Field and Description |
|---|
| Fields inherited from class lt.monarch.chart.chart3D.series.Spline3DStrategy |
|---|
step |
| Fields inherited from class lt.monarch.chart.chart3D.series.Line3DStrategy |
|---|
bottomPolygon, firstX, isSortedSeries, lastX, lineWidth, polygon, pseudoModel |
| Fields inherited from class lt.monarch.chart.chart3D.series.AbstractLine3DStrategy |
|---|
baseValue, dirty, isConnected, mapper, metaModel, minMaxValues, model, paintMode, planePoint, projector, showNullValues, style, tempPoint, xMapper, yMapper, zMapper, zoomMultiplier |
| Constructor and Description |
|---|
NullSpline3DStrategy()
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
drawLine(AbstractGraphics g,
Line3DSeries series,
HotSpotMap hotMap)
Paints the connected series line in the specified Graphics context. |
| Methods inherited from class lt.monarch.chart.chart3D.series.Spline3DStrategy |
|---|
calculateSpline, calculateSplinePoints, drawAndFill, getStep, setStep, showNullPoints |
| Methods inherited from class lt.monarch.chart.chart3D.series.Line3DStrategy |
|---|
appendSeriesRectangles, buildSeriesPolygons, dispose, draw, formNewPolygon, getDataValueMappingHeight, getLineWidth, getPointPosition, initDrawing, isDataInverted, isStacked, projectPolygon, setLineWidth |
| Methods inherited from class lt.monarch.chart.chart3D.series.AbstractLine3DStrategy |
|---|
finalize, getMinMaxValues, getX, getY, getZ, projectPoint |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NullSpline3DStrategy()
| Method Detail |
|---|
protected void drawLine(AbstractGraphics g,
Line3DSeries series,
HotSpotMap hotMap)
Line3DStrategy
drawLine in class Spline3DStrategyg - the Graphics context in which to paint the series line. NOTE:
setShowNullValues(boolean) works a little different here. When set to true, the
line is broken and started from the next non-null point value. When set to false,
the null values are simply ignored: the line connects all non-null value points.series - lt.monarch.chart.chart3D.series.Line3DSerieshotMap - lt.monarch.chart.engine.HotSpotMapAbstractChartSeries.setShowNullValues(boolean)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||