|
Components |
|
| |||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AdvancedTextStyle | |
---|---|
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.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.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 AdvancedTextStyle in com.sas.graphics.components |
---|
Methods in com.sas.graphics.components that return AdvancedTextStyle | |
---|---|
AdvancedTextStyle |
ReferenceLineModel.getTextStyle()
Get the text style for the label. |
Methods in com.sas.graphics.components with parameters of type AdvancedTextStyle | |
---|---|
void |
AdvancedTextStyle.apply(AdvancedTextStyle theOtherObject)
Utility method to convey properties contained in "theOtherObject" to this object. |
void |
ReferenceLineModel.setTextStyle(AdvancedTextStyle newTextStyle)
Sets the text style for the label. |
Uses of AdvancedTextStyle in com.sas.graphics.components.barchart |
---|
Methods in com.sas.graphics.components.barchart that return AdvancedTextStyle | |
---|---|
AdvancedTextStyle |
BarChartModel.getInsideBarLabelTextStyle()
Returns the text appearance model that is applied to the inside label on the bar elements. |
AdvancedTextStyle |
BarChartModel.getOutsideBarLabelTextStyle()
Returns the text appearance model that is applied to the outside label on the bar elements. |
Methods in com.sas.graphics.components.barchart with parameters of type AdvancedTextStyle | |
---|---|
void |
BarChartModel.setInsideBarLabelTextStyle(AdvancedTextStyle newTextStyle)
Sets the text appearance model that is applied to the inside label on the bar elements. |
void |
BarChartModel.setOutsideBarLabelTextStyle(AdvancedTextStyle newTextStyle)
Sets the text appearance model that is applied to the outside label on the bar elements. |
Uses of AdvancedTextStyle in com.sas.graphics.components.barlinechart |
---|
Methods in com.sas.graphics.components.barlinechart that return AdvancedTextStyle | |
---|---|
AdvancedTextStyle |
BarLineChartModel.getInsideBarLabelTextStyle()
Returns the text appearance model that is applied to the inside label on the bar elements. |
AdvancedTextStyle |
BarLineChartModel.getOutsideBarLabelTextStyle()
Returns the text appearance model that is applied to the outside label on the bar elements. |
AdvancedTextStyle |
BarLineChartModel.getOutsideMarkerLabelTextStyle()
Returns the display appearance model that is applied to the display value appearing above a line vertex. |
Methods in com.sas.graphics.components.barlinechart with parameters of type AdvancedTextStyle | |
---|---|
void |
BarLineChartModel.setInsideBarLabelTextStyle(AdvancedTextStyle newTextStyle)
Sets the text appearance model that is applied to the inside label on the bar elements. |
void |
BarLineChartModel.setOutsideBarLabelTextStyle(AdvancedTextStyle newTextStyle)
Sets the text appearance model that is applied to the outside label on the bar elements. |
void |
BarLineChartModel.setOutsideMarkerLabelTextStyle(AdvancedTextStyle newTextStyle)
Sets the display appearance model that is applied to the display value appearing above a line vertex. |
Uses of AdvancedTextStyle in com.sas.graphics.components.linechart |
---|
Methods in com.sas.graphics.components.linechart that return AdvancedTextStyle | |
---|---|
AdvancedTextStyle |
LineChartModel.getOutsideMarkerLabelTextStyle()
Returns the display appearance model that is applied to the display value appearing above a line vertex. |
Methods in com.sas.graphics.components.linechart with parameters of type AdvancedTextStyle | |
---|---|
void |
LineChartModel.setOutsideMarkerLabelTextStyle(AdvancedTextStyle newTextStyle)
Sets the display appearance model that is applied to the display value appearing above a line vertex. |
Uses of AdvancedTextStyle in com.sas.graphics.components.lineplot |
---|
Methods in com.sas.graphics.components.lineplot that return AdvancedTextStyle | |
---|---|
AdvancedTextStyle |
LinePlotModel.getBottomMarkerLabelTextStyle()
Returns the text appearance model (font, color, justification and base angle) that is applied to the value below the markers. |
AdvancedTextStyle |
LinePlotModel.getTopMarkerLabelTextStyle()
Returns the text appearance model (font, color, justification and base angle) that is applied to the display labels above the markers. |
Methods in com.sas.graphics.components.lineplot with parameters of type AdvancedTextStyle | |
---|---|
void |
LinePlotModel.setBottomMarkerLabelTextStyle(AdvancedTextStyle textStyle)
Sets the text appearance model (font, color, justification and base angle) that is applied to the value below the markers. |
void |
LinePlotModel.setTopMarkerLabelTextStyle(AdvancedTextStyle textStyle)
Sets the text appearance model (font, color, justification and base angle) that is applied to the display labels above the markers. |
Uses of AdvancedTextStyle in com.sas.graphics.components.piechart |
---|
Methods in com.sas.graphics.components.piechart that return AdvancedTextStyle | |
---|---|
AdvancedTextStyle |
PieChartModel.getDonutHoleLabelTextStyle()
Return the current text style of the central pie label. |
AdvancedTextStyle |
PieChartModel.getInsideSliceLabelTextStyle()
Return the current text style of the pie inside slice display values. |
AdvancedTextStyle |
PieChartModel.getOutsideSliceLabelTextStyle()
Return the current text style of the pie outside slice display values. |
AdvancedTextStyle |
PieChartModel.getResponseLabelTextStyle()
Return the current text style of the response label. |
Methods in com.sas.graphics.components.piechart with parameters of type AdvancedTextStyle | |
---|---|
void |
PieChartModel.setDonutHoleLabelTextStyle(AdvancedTextStyle newStyle)
Set the style of the text to display in the center of the pie. |
void |
PieChartModel.setInsideSliceLabelTextStyle(AdvancedTextStyle newStyle)
Set the style of the text to display the pie inside slice display values. |
void |
PieChartModel.setOutsideSliceLabelTextStyle(AdvancedTextStyle newStyle)
Set the style of the text to display the pie outside slice display values. |
void |
PieChartModel.setResponseLabelTextStyle(AdvancedTextStyle newStyle)
Set the style of the text to display as a response label. |
Uses of AdvancedTextStyle in com.sas.graphics.components.scatterplot |
---|
Methods in com.sas.graphics.components.scatterplot that return AdvancedTextStyle | |
---|---|
AdvancedTextStyle |
ScatterPlotModel.getBottomMarkerLabelTextStyle()
Returns the text appearance model (font, color, justification and base angle) that is applied to the value below the markers. |
AdvancedTextStyle |
ScatterPlotModel.getTopMarkerLabelTextStyle()
Returns the text appearance model (font, color, justification and base angle) that is applied to the display labels above the markers. |
Methods in com.sas.graphics.components.scatterplot with parameters of type AdvancedTextStyle | |
---|---|
void |
ScatterPlotModel.setBottomMarkerLabelTextStyle(AdvancedTextStyle textStyle)
Sets the text appearance model (font, color, justification and base angle) that is applied to the display labels below the markers. |
void |
ScatterPlotModel.setTopMarkerLabelTextStyle(AdvancedTextStyle textStyle)
Sets the text appearance model (font, color, justification and base angle) that is applied to the display labels above the markers. |
Uses of AdvancedTextStyle in com.sas.graphics.components.tilechart |
---|
Methods in com.sas.graphics.components.tilechart that return AdvancedTextStyle | |
---|---|
AdvancedTextStyle |
TileChartModel.getDataLabelTextStyle()
Returns the text properties used to label the tiles for the category level specified by setDataLabelLevel. |
AdvancedTextStyle |
TileChartModel.getTileLabelStyle(int level)
Deprecated. Use getDataLabelLevel and getDataLabelTextStyle |
Methods in com.sas.graphics.components.tilechart with parameters of type AdvancedTextStyle | |
---|---|
void |
TileChartModel.setDataLabelTextStyle(AdvancedTextStyle style)
Sets the text properties used to label the tiles for the category level specified by setDataLabelLevel. |
void |
TileChartModel.setTileLabelStyle(AdvancedTextStyle style,
int level)
Deprecated. Use setDataLabelLevel and setDataLabelTextStyle |
Uses of AdvancedTextStyle in com.sas.graphics.components.waterfallchart |
---|
Methods in com.sas.graphics.components.waterfallchart that return AdvancedTextStyle | |
---|---|
AdvancedTextStyle |
WaterfallChartModel.getOutsideBarLabelTextStyle()
Returns the text appearance model that is applied to the outside label on the bar elements. |
Methods in com.sas.graphics.components.waterfallchart with parameters of type AdvancedTextStyle | |
---|---|
void |
WaterfallChartModel.setOutsideBarLabelTextStyle(AdvancedTextStyle newTextStyle)
Sets the text appearance model that is applied to the outside label on the bar elements. |
|
Components |
|
| |||||||||||
PREV NEXT | FRAMES NO FRAMES |