Uses of Class
com.sas.graphics.components.ColorScheme

Packages that use ColorScheme
com.sas.graphics.components Provides swing components for producing a variety of graph types. 
com.sas.graphics.components.barchart Bar Chart component and its related models. 
com.sas.graphics.components.barlinechart BarLine Chart component and its related models. 
com.sas.graphics.components.ganttchart

Gantt Chart component and its related models. 

com.sas.graphics.components.linechart Line Chart component and its related models. 
com.sas.graphics.components.lineplot Line Plot component and its related models. 
com.sas.graphics.components.piechart Pie Chart component and its related models. 
com.sas.graphics.components.radarchart Radar Chart component and its related models. 
com.sas.graphics.components.scatterplot Scatter Plot component and its related models. 
com.sas.graphics.components.tilechart

Tile Chart component and its related models. 

com.sas.graphics.components.waterfallchart Waterfall Chart component and its related models. 
com.sas.servlet.tbeans.graphics Provides base classes for generating chart objects. 
 

Uses of ColorScheme in com.sas.graphics.components
 

Methods in com.sas.graphics.components that return ColorScheme
 ColorScheme GraphStyle.asColorScheme()
          Returns a set of colors that will be used when rendering a graph.
 

Methods in com.sas.graphics.components with parameters of type ColorScheme
 void GraphStyle.applyColorScheme(ColorScheme cs)
          Apply a color scheme on this Graph Style.
 void Graph.applyColorScheme(ColorScheme scheme)
          Apply a color scheme on this Graph.
 boolean ColorScheme.equals(ColorScheme that)
           
 

Uses of ColorScheme in com.sas.graphics.components.barchart
 

Methods in com.sas.graphics.components.barchart with parameters of type ColorScheme
 void BarChart.applyColorScheme(ColorScheme scheme)
          Apply a color scheme to this graph's display attributes.
 

Uses of ColorScheme in com.sas.graphics.components.barlinechart
 

Methods in com.sas.graphics.components.barlinechart with parameters of type ColorScheme
 void BarLineChart.applyColorScheme(ColorScheme scheme)
          Apply a color scheme to this graph's display attributes.
 

Uses of ColorScheme in com.sas.graphics.components.ganttchart
 

Methods in com.sas.graphics.components.ganttchart with parameters of type ColorScheme
 void GanttChart.applyColorScheme(ColorScheme scheme)
          Apply a color scheme on this Graph.
 

Uses of ColorScheme in com.sas.graphics.components.linechart
 

Methods in com.sas.graphics.components.linechart with parameters of type ColorScheme
 void LineChart.applyColorScheme(ColorScheme scheme)
          Apply a color scheme to this graph's display attributes.
 

Uses of ColorScheme in com.sas.graphics.components.lineplot
 

Methods in com.sas.graphics.components.lineplot with parameters of type ColorScheme
 void LinePlot.applyColorScheme(ColorScheme scheme)
          Apply a color scheme on this Graph.
 

Uses of ColorScheme in com.sas.graphics.components.piechart
 

Methods in com.sas.graphics.components.piechart with parameters of type ColorScheme
 void PieChart.applyColorScheme(ColorScheme scheme)
          Apply a color scheme to this graph's display attributes.
 

Uses of ColorScheme in com.sas.graphics.components.radarchart
 

Methods in com.sas.graphics.components.radarchart with parameters of type ColorScheme
 void RadarChart.applyColorScheme(ColorScheme scheme)
          Apply a color scheme to this graph's display attributes.
 

Uses of ColorScheme in com.sas.graphics.components.scatterplot
 

Methods in com.sas.graphics.components.scatterplot with parameters of type ColorScheme
 void ScatterPlot.applyColorScheme(ColorScheme scheme)
          Apply a color scheme on this Graph.
 

Uses of ColorScheme in com.sas.graphics.components.tilechart
 

Methods in com.sas.graphics.components.tilechart with parameters of type ColorScheme
 void TileChart.applyColorScheme(ColorScheme scheme)
          Apply a color scheme to this graph's display attributes.
 

Uses of ColorScheme in com.sas.graphics.components.waterfallchart
 

Methods in com.sas.graphics.components.waterfallchart with parameters of type ColorScheme
 void WaterfallChart.applyColorScheme(ColorScheme scheme)
          Apply a color scheme to this graph's display attributes.
 

Uses of ColorScheme in com.sas.servlet.tbeans.graphics
 

Methods in com.sas.servlet.tbeans.graphics with parameters of type ColorScheme
 void BaseWaterfallChart.applyColorScheme(ColorScheme scheme)
          Apply a color scheme to this graph's display attributes.
 void BaseScatterPlot.applyColorScheme(ColorScheme scheme)
          Apply a color scheme on this Graph.
 void BasePieChart.applyColorScheme(ColorScheme scheme)
          Apply a color scheme to this graph's display attributes.
 void BaseLinePlot.applyColorScheme(ColorScheme scheme)
          Apply a color scheme on this Graph.
 void BaseLineChart.applyColorScheme(ColorScheme scheme)
          Apply a color scheme to this graph's display attributes.
 void BaseBarLineChart.applyColorScheme(ColorScheme scheme)
          Apply a color scheme to this graph's display attributes.
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.