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

Packages that use GraphStyle
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.graphics.map   
com.sas.servlet.tbeans.graphics Provides base classes for generating chart objects. 
com.sas.servlet.util Provides support and utility classes for com.sas.servlet
 

Uses of GraphStyle in com.sas.graphics.components
 

Methods in com.sas.graphics.components that return GraphStyle
protected  GraphStyle Graph.getDefaultGraphStyle()
          For internal use only.
 

Methods in com.sas.graphics.components with parameters of type GraphStyle
 void Graph.applyGraphStyle(GraphStyle graphStyle)
          applyGraphStyle must be called in order for any visual attributes set within the graph's GraphStyle to show up in the graph.
 

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

Methods in com.sas.graphics.components.barchart with parameters of type GraphStyle
 void BarChart.applyGraphStyle(GraphStyle graphStyle)
          Apply GraphStyle properties onto the graph.
 

Constructors in com.sas.graphics.components.barchart with parameters of type GraphStyle
BarChart(BarChartDataModel barChartDataModel, GraphStyle defaultGraphStyle)
          Construct a BarChart attaching the BarChartDataModel and applying GraphStyle to the BarChart's BarChartModel.
 

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

Methods in com.sas.graphics.components.barlinechart with parameters of type GraphStyle
 void BarLineChart.applyGraphStyle(GraphStyle graphStyle)
          Apply GraphStyle properties onto the graph.
 

Constructors in com.sas.graphics.components.barlinechart with parameters of type GraphStyle
BarLineChart(BarLineChartDataModel barLineChartDataModel, GraphStyle defaultGraphStyle)
          Construct a BarLineChart assigning barLineChartDataModel and applying graphStyle.
 

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

Methods in com.sas.graphics.components.ganttchart with parameters of type GraphStyle
 void GanttChart.applyGraphStyle(GraphStyle graphStyle)
          Apply the GraphStyle display properties onto the GanttChart.
 

Constructors in com.sas.graphics.components.ganttchart with parameters of type GraphStyle
GanttChart(GanttChartDataModel newGanttChartDataModel, GraphStyle newGraphStyle)
          Construct a GanttChart assigning ganttChartDataModel and applying graphStyle.
 

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

Methods in com.sas.graphics.components.linechart with parameters of type GraphStyle
 void LineChart.applyGraphStyle(GraphStyle graphStyle)
          Apply GraphStyle properties onto the graph.
 

Constructors in com.sas.graphics.components.linechart with parameters of type GraphStyle
LineChart(LineChartDataModel lineChartDataModel, GraphStyle defaultGraphStyle)
          Construct a LineChart assigning lineChartDataModel and applying graphStyle.
 

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

Methods in com.sas.graphics.components.lineplot with parameters of type GraphStyle
 void LinePlot.applyGraphStyle(GraphStyle graphStyle)
          Apply the GraphStyle display properties onto the LinePlot.
 

Constructors in com.sas.graphics.components.lineplot with parameters of type GraphStyle
LinePlot(LinePlotDataModel linePlotDataModel, GraphStyle defaultGraphStyle)
          Construct a LinePlot assigning linePlotDataModel and applying graphStyle.
 

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

Methods in com.sas.graphics.components.piechart with parameters of type GraphStyle
 void PieChart.applyGraphStyle(GraphStyle graphStyle)
          Apply the GraphStyle display properties onto the PieChart.
 

Constructors in com.sas.graphics.components.piechart with parameters of type GraphStyle
PieChart(PieChartDataModel pieChartDataModel, GraphStyle defaultGraphStyle)
          Construct a PieChart assigning pieChartDataModel and applying defaultGraphStyle.
 

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

Methods in com.sas.graphics.components.radarchart with parameters of type GraphStyle
 void RadarChart.applyGraphStyle(GraphStyle graphStyle)
          Apply the GraphStyle display properties onto the RadarChart.
 

Constructors in com.sas.graphics.components.radarchart with parameters of type GraphStyle
RadarChart(RadarChartDataModel radarChartDataModel, GraphStyle defaultGraphStyle)
          Construct a RadarChart assigning radarChartDataModel and applying graphStyle.
 

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

Methods in com.sas.graphics.components.scatterplot with parameters of type GraphStyle
 void ScatterPlot.applyGraphStyle(GraphStyle graphStyle)
          Apply the display properties in the GraphStyle to the ScatterPlot.
 

Constructors in com.sas.graphics.components.scatterplot with parameters of type GraphStyle
ScatterPlot(ScatterPlotDataModel scatterPlotDataModel, GraphStyle defaultGraphStyle)
          Construct a ScatterPlot assigning scatterPlotDataModel and applying graphStyle.
 

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

Methods in com.sas.graphics.components.tilechart with parameters of type GraphStyle
 void TileChart.applyGraphStyle(GraphStyle graphStyle)
          Apply the display properties in the GraphStyle to the TileChart.
 

Constructors in com.sas.graphics.components.tilechart with parameters of type GraphStyle
TileChart(TileChartDataModel tileChartDataModel, GraphStyle defaultGraphStyle)
          Construct a TileChart assigning tileChartDataModel and applying graphStyle.
 

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

Methods in com.sas.graphics.components.waterfallchart with parameters of type GraphStyle
 void WaterfallChart.applyGraphStyle(GraphStyle graphStyle)
          Apply GraphStyle properties onto the graph.
 

Constructors in com.sas.graphics.components.waterfallchart with parameters of type GraphStyle
WaterfallChart(WaterfallChartDataModel waterfallChartDataModel, GraphStyle defaultGraphStyle)
          Construct a WaterfallChart attaching the WaterfallChartDataModel and applying GraphStyle to the WaterfallChart's WaterfallChartModel.
 

Uses of GraphStyle in com.sas.graphics.map
 

Methods in com.sas.graphics.map with parameters of type GraphStyle
 void ESRIMap.applyGraphStyle(GraphStyle style)
          This method sets color and font information on ESRIMap.
 

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

Fields in com.sas.servlet.tbeans.graphics declared as GraphStyle
protected  GraphStyle BaseESRIMapChart.graphStyle
           
 

Methods in com.sas.servlet.tbeans.graphics with parameters of type GraphStyle
 void BaseESRIMapChart.applyGraphStyle(GraphStyle style)
          Applies a GraphStyle object to the map.
 void BaseWaterfallChart.applyGraphStyle(GraphStyle graphStyle)
          Apply the display properties in the GraphStyle to the WaterfallChart.
 void BaseTileChart.applyGraphStyle(GraphStyle graphStyle)
          Apply the GraphStyle display properties onto the TileChart.
 void BaseScatterPlot.applyGraphStyle(GraphStyle graphStyle)
          Apply the display properties in the GraphStyle to the ScatterPlot.
 void BaseRadarChart.applyGraphStyle(GraphStyle graphStyle)
          Apply the GraphStyle display properties onto the RadarChart.
 void BasePieChart.applyGraphStyle(GraphStyle graphStyle)
          Apply the GraphStyle display properties onto the PieChart.
 void BaseLinePlot.applyGraphStyle(GraphStyle graphStyle)
          Apply the GraphStyle display properties onto the LinePlot.
 void BaseLineChart.applyGraphStyle(GraphStyle graphStyle)
          Apply the GraphStyle display properties onto the LineChart.
 void BaseBarLineChart.applyGraphStyle(GraphStyle graphStyle)
          Apply the GraphStyle display properties onto the BarLineChart.
 

Uses of GraphStyle in com.sas.servlet.util
 

Fields in com.sas.servlet.util declared as GraphStyle
protected  GraphStyle ComponentPropertyManager.defaultGraphStyle
           
protected  GraphStyle ComponentPropertyManager.graphStyle
           
 

Methods in com.sas.servlet.util that return GraphStyle
 GraphStyle ComponentPropertyManager.getGraphStyle()
          Returns the default graphStyle based the the current theme.
 

Methods in com.sas.servlet.util with parameters of type GraphStyle
 void ComponentPropertyManager.setGraphStyle(GraphStyle graphStyle)
          Sets the graphStyle used for this instance of the ComponentPropertyManager.
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.