public class IlvScatterChartRenderer extends IlvSimpleCompositeChartRenderer
IlvScatterChartRenderer
,
the blue one using a square IlvMarker
and the other one a circle IlvMarker
:
IlvSingleScatterRenderer
,
Serialized FormAREA, BAR, BUBBLE, CANDLE, CENTERED_LABEL_LAYOUT, COMBO, DATA_LABEL, DEFAULT_LABEL_LAYOUT, DEFAULT_LABELING, HILO, HILO_ARROW, HILO_STICK, HLOC, OUTSIDE_LABEL_LAYOUT, PERCENT_LABEL, PIE, POLYLINE, SCATTER, STACKED_AREA, STACKED_BAR, STACKED_DIVERGING_BAR, STACKED_POLYLINE, STACKED_STAIR, STACKED100_AREA, STACKED100_BAR, STACKED100_POLYLINE, STACKED100_STAIR, STAIR, SUMMED_STAIR, SUPERIMPOSED_BAR, TREEMAP, X_VALUE_LABEL, XY_VALUES_LABEL, Y_VALUE_LABEL
Constructor and Description |
---|
IlvScatterChartRenderer()
Creates a new scatter chart renderer.
|
IlvScatterChartRenderer(IlvMarker marker,
int size)
Creates a new scatter chart renderer.
|
Modifier and Type | Method and Description |
---|---|
protected IlvChartRenderer |
createChild(IlvDataSet dataSet)
Creates an instance of
IlvSingleScatterRenderer to
display the specified data set. |
int |
getMarkerSize()
Returns the marker size used to create child scatter renderers.
|
IlvSingleScatterRenderer |
getScatter(IlvDataSet dataSet)
Returns the child scatter renderer displaying the specified data set.
|
void |
setMarkerSize(int size)
Sets the marker size for all the children scatter renderers.
|
dataSetsAdded, dataSetsRemoved
addImageMapAreas, collectDisplayItems, createLegendItems, draw, draw, drawAnnotations, drawIntoHitmap, drawLegendSymbol, drawSelectionHandles, getAnnotation, getBounds, getBounds, getChild, getChild, getChild, getChildCount, getChildIterator, getChildren, getDisplayItem, getDisplayPoint, getLegendText, getNearestItem, getNearestPoint, getRenderingHint, getRenderingHint, getStyle, getStyles, getXRange, getYRange, getYRange, holdsAnnotations, isViewable, setAnnotation, setAnnotation, setDataPoint, setDisplayPoint, setRenderingHint, setRenderingHint, setStyles, updateChildren
applyStyles, applyStyles, applyStyles, chartConnected, computeDataLabel, computeDataLabelLocation, create, createRenderer, dataSetsChangesBatchEnding, dataSetsChangesBatchStarting, dispose, drawSelectionHandles, drawSelectionHandles, drawSelectionHandles, endRendererChanges, findAppropriateColor, fireTreemapFocusEvent, getAnnotation, getBounds, getChart, getClipRect, getCoordinateSystem, getDataLabeling, getDataLabelLayout, getDataLabelling, getDataSetIndex, getDataSetMainIndex, getDataSetMainRenderer, getDataSource, getDefaultColors, getDefaultLegendTitle, getDepths, getDisplayItem, getDisplayItems, getLegendStyle, getMinDataSetCount, getName, getNearestItem, getNearestPoint, getParent, getPlotRect, getPreferredMargins, getRenderingHint, getStyle, getVirtualDataSet, getXShift, getYAxisIdx, has3DSupport, isDisplayingDataSet, isVisible, isVisibleInLegend, reDraw, register, set3D, setAnnotation, setDataLabeling, setDataLabelLayout, setDataLabelling, setDataSource, setName, setParent, setRenderingHint, setRenderingHintWithNoDraw, setStyle, setVisible, setVisibleInLegend, setXShift, setYAxisIdx, startRendererChanges, toData, toDisplay, toDisplay, triggerChange
public IlvScatterChartRenderer()
public IlvScatterChartRenderer(IlvMarker marker, int size)
getScatter(ilog.views.chart.data.IlvDataSet)
method.public final int getMarkerSize()
setMarkerSize(int)
public void setMarkerSize(int size)
size
- The new marker size.public final IlvSingleScatterRenderer getScatter(IlvDataSet dataSet)
protected IlvChartRenderer createChild(IlvDataSet dataSet)
IlvSingleScatterRenderer
to
display the specified data set.createChild
in class IlvCompositeChartRenderer
dataSet
by the
caller.© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.