lt.monarch.chart.chart3D.series
Class Scatter3DStrategy
java.lang.Object
lt.monarch.chart.chart3D.series.AbstractLine3DStrategy
lt.monarch.chart.chart3D.series.Scatter3DStrategy
- All Implemented Interfaces:
- java.io.Serializable
public class Scatter3DStrategy
extends AbstractLine3DStrategy
Scatter series strategy. If you have null points in your scatter strategy, use markers to display
them, because otherwise they are skipped.
- See Also:
- Serialized Form
| 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 |
| Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Scatter3DStrategy
public Scatter3DStrategy()
dispose
public void dispose()
- Description copied from class:
AbstractLine3DStrategy
- Disposes the object
- Specified by:
dispose in class AbstractLine3DStrategy
draw
public void draw(AbstractGraphics g,
Projector projector,
PlaneMapper3D mapper,
HotSpotMap hotMap,
boolean showNullValues,
Style style,
java.lang.Object baseValue,
Line3DSeries series)
- Description copied from class:
AbstractLine3DStrategy
- Draws the series in the chart area.
- Overrides:
draw in class AbstractLine3DStrategy
- Parameters:
g - graphics contextprojector - projector instancemapper - plane mapperhotMap - hot spot mapshowNullValues - boolean value indicating whether to show the null valuesstyle - style objectbaseValue - base valueseries - scatter series instance
getMarker
public DotMarker3D getMarker()
- Returns:
- the marker
setMarker
public void setMarker(DotMarker3D marker)
- Parameters:
marker - the marker to set
getScatterSize
public double getScatterSize()
- Returns:
- the scatterSize
setScatterSize
public void setScatterSize(double scatterSize)
- Parameters:
scatterSize - the scatterSize to set