|
Components |
|
| |||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LegendModel | |
---|---|
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.esrimap | |
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. |
Uses of LegendModel in com.sas.graphics.components |
---|
Methods in com.sas.graphics.components with parameters of type LegendModel | |
---|---|
void |
LegendModel.apply(LegendModel theOtherObject)
Utility method to convey properties contained in "theOtherObject" to this object. |
Uses of LegendModel in com.sas.graphics.components.barchart |
---|
Methods in com.sas.graphics.components.barchart that return LegendModel | |
---|---|
LegendModel |
BarChartModel.getLegendModel()
Returns the model that encapsulates the display properties for the legend. |
Methods in com.sas.graphics.components.barchart with parameters of type LegendModel | |
---|---|
void |
BarChartModel.setLegendModel(LegendModel newLegendModel)
Sets the model that encapsulates the display properties for the legend. |
Uses of LegendModel in com.sas.graphics.components.barlinechart |
---|
Methods in com.sas.graphics.components.barlinechart that return LegendModel | |
---|---|
LegendModel |
BarLineChartModel.getLegendModel()
Returns the model that encapsulates the display properties for the legend. |
Methods in com.sas.graphics.components.barlinechart with parameters of type LegendModel | |
---|---|
void |
BarLineChartModel.setLegendModel(LegendModel newLegendModel)
Sets the model that encapsulates the display properties for the legend. |
Uses of LegendModel in com.sas.graphics.components.esrimap |
---|
Methods in com.sas.graphics.components.esrimap that return LegendModel | |
---|---|
LegendModel |
ESRIMapModel.getLegendModel()
Returns the model that encapsulates the display properties for the legend. |
Methods in com.sas.graphics.components.esrimap with parameters of type LegendModel | |
---|---|
void |
ESRIMapModel.setLegendModel(LegendModel legendModel)
Sets the model that encapsulates the display properties for the legend. |
Uses of LegendModel in com.sas.graphics.components.ganttchart |
---|
Methods in com.sas.graphics.components.ganttchart that return LegendModel | |
---|---|
LegendModel |
GanttChartModel.getLegendModel()
Returns the GanttChart's legend model, a repository for bar color legend appearance preferences. |
Methods in com.sas.graphics.components.ganttchart with parameters of type LegendModel | |
---|---|
void |
GanttChartModel.setLegendModel(LegendModel newLegendModel)
Sets the GanttChart's legend model, a repository for bar color legend appearance preferences. |
Uses of LegendModel in com.sas.graphics.components.linechart |
---|
Methods in com.sas.graphics.components.linechart that return LegendModel | |
---|---|
LegendModel |
LineChartModel.getLegendModel()
Returns the model that encapsulates the display properties for the legend. |
Methods in com.sas.graphics.components.linechart with parameters of type LegendModel | |
---|---|
void |
LineChartModel.setLegendModel(LegendModel newLegendModel)
Sets the model that encapsulates the display properties for the legend. |
Uses of LegendModel in com.sas.graphics.components.lineplot |
---|
Methods in com.sas.graphics.components.lineplot that return LegendModel | |
---|---|
LegendModel |
LinePlotModel.getColorLegendModel()
Return the color legend attributes. |
LegendModel |
LinePlotModel.getLineLegendModel()
Return the line (BasicStroke) legend attributes. |
Methods in com.sas.graphics.components.lineplot with parameters of type LegendModel | |
---|---|
void |
LinePlotModel.setColorLegendModel(LegendModel newLegendModel)
Sets the color legend display attributes. |
void |
LinePlotModel.setLineLegendModel(LegendModel newLegendModel)
Sets the line (strokes) legend attributes. |
Uses of LegendModel in com.sas.graphics.components.piechart |
---|
Methods in com.sas.graphics.components.piechart that return LegendModel | |
---|---|
LegendModel |
PieChartModel.getLegendModel()
Get the PieChart's color legend model, a compilataion of legend appearance preferences. |
Methods in com.sas.graphics.components.piechart with parameters of type LegendModel | |
---|---|
void |
PieChartModel.setLegendModel(LegendModel newModel)
Set the PieChart's color legend model, a compilataion of legend appearance preferences. |
Uses of LegendModel in com.sas.graphics.components.radarchart |
---|
Methods in com.sas.graphics.components.radarchart that return LegendModel | |
---|---|
LegendModel |
RadarChartModel.getColorLegendModel()
Get the RadarChart's color legend model, a compilataion of legend appearance preferences. |
Methods in com.sas.graphics.components.radarchart with parameters of type LegendModel | |
---|---|
void |
RadarChartModel.setColorLegendModel(LegendModel newModel)
Set the RadarChart's color legend model, a compilataion of legend appearance preferences. |
Uses of LegendModel in com.sas.graphics.components.scatterplot |
---|
Methods in com.sas.graphics.components.scatterplot that return LegendModel | |
---|---|
LegendModel |
ScatterPlotModel.getColorLegendModel()
Return the color legend's display attributes. |
LegendModel |
ScatterPlotModel.getShapeLegendModel()
Return the shape (marker's symbol) legend's attributes. |
Methods in com.sas.graphics.components.scatterplot with parameters of type LegendModel | |
---|---|
void |
ScatterPlotModel.setColorLegendModel(LegendModel newColorLegendModel)
Set the color legend display attributes. |
void |
ScatterPlotModel.setShapeLegendModel(LegendModel newShapeLegendModel)
Sets the shape(marker's symbol) legend attributes. |
Uses of LegendModel in com.sas.graphics.components.tilechart |
---|
Methods in com.sas.graphics.components.tilechart that return LegendModel | |
---|---|
LegendModel |
TileChartModel.getLegendModel()
Returns the TileChart's legend model which is a compilataion of legend appearance preferences. |
Methods in com.sas.graphics.components.tilechart with parameters of type LegendModel | |
---|---|
void |
TileChartModel.setLegendModel(LegendModel newModel)
Sets the TileChart's legend model, a compilataion of legend appearance preferences. |
Uses of LegendModel in com.sas.graphics.components.waterfallchart |
---|
Methods in com.sas.graphics.components.waterfallchart that return LegendModel | |
---|---|
LegendModel |
WaterfallChartModel.getLegendModel()
Returns the model that encapsulates the display properties for the legend. |
Methods in com.sas.graphics.components.waterfallchart with parameters of type LegendModel | |
---|---|
void |
WaterfallChartModel.setLegendModel(LegendModel newLegendModel)
Sets the model that encapsulates the display properties for the legend. |
|
Components |
|
| |||||||||||
PREV NEXT | FRAMES NO FRAMES |