|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ChartSymbol | |
---|---|
com.quinncurtis.chart2djava | |
com.quinncurtis.spcchartjava |
Uses of ChartSymbol in com.quinncurtis.chart2djava |
---|
Methods in com.quinncurtis.chart2djava that return ChartSymbol | |
---|---|
ChartSymbol |
SimpleScatterPlot.getCustomScatterPlotSymbol()
Returns the custom symbol used in a scatter plot. |
ChartSymbol |
PolarScatterPlot.getCustomScatterPlotSymbol()
Returns the custom symbol used in scatter plots. |
ChartSymbol |
LegendItem.getLegendItemSymbol()
Returns the ChartSymbol object used by the legend item. |
ChartSymbol |
DataToolTip.getToolTipSymbol()
Returns a reference to the tootip symbol used to highlight the tooltip data point. |
Methods in com.quinncurtis.chart2djava with parameters of type ChartSymbol | |
---|---|
void |
ChartSymbol.copy(ChartSymbol source)
Copies the source ChartSymbol object. |
void |
ChartPlot.segmentSymbolAttributesSet(int index,
ChartSymbol chartsymbol)
Sets the graphics attributes for a symbol to the attributes associated with a specific ChartAttribute object in the segmentAttributesVector vector. |
void |
SimpleScatterPlot.setCustomScatterPlotSymbol(ChartSymbol symbol)
Sets a custom symbol for use in scatter plots. |
void |
SimpleLineMarkerPlot.setCustomScatterPlotSymbol(ChartSymbol symbol)
Sets a custom symbol for use in the line marker plots |
void |
PolarScatterPlot.setCustomScatterPlotSymbol(ChartSymbol symbol)
Sets a custom symbol for use in scatter plots. |
void |
LegendItem.setLegendItemSymbol(ChartSymbol symbol)
Sets the ChartSymbol object used by the legend item. |
void |
DataToolTip.setToolTipSymbol(ChartSymbol symbol)
Sets the tootip symbol used to highlight the tooltip data point. |
Uses of ChartSymbol in com.quinncurtis.spcchartjava |
---|
Methods in com.quinncurtis.spcchartjava that return ChartSymbol | |
---|---|
ChartSymbol |
SPCChartObjects.getToolTipSymbol()
Get a reference to the charts tooltip symbol. |
ChartSymbol |
ProbabilityChart.getToolTipSymbol()
Get the tooltip symbol object for the data tooltip. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |