Uses of Class
com.quinncurtis.chart3djava.ChartSymbol

Uses of ChartSymbol in com.quinncurtis.chart3djava
 

Methods in com.quinncurtis.chart3djava that return ChartSymbol
 ChartSymbol SimpleScatterPlot.getCustomScatterPlotSymbol()
          Returns the custom symbol used in a scatter plot.
 ChartSymbol DataToolTip.getToolTipSymbol()
          Returns a reference to the tootip symbol used to highlight the tooltip data point.
 

Methods in com.quinncurtis.chart3djava 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 DataToolTip.setToolTipSymbol(ChartSymbol symbol)
          Sets the tootip symbol used to highlight the tooltip data point.