|
Components |
|
| |||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TextStyle | |
---|---|
com.sas.graphics.components | Provides swing components for producing a variety of graph types. |
com.sas.graphics.components.ganttchart | Gantt Chart component and its related models. |
com.sas.graphics.components.tilechart | Tile Chart component and its related models. |
Uses of TextStyle in com.sas.graphics.components |
---|
Methods in com.sas.graphics.components that return TextStyle | |
---|---|
TextStyle |
GraphStyle.getDataLabelTextStyle()
Returns the display attributes used for data label text. |
TextStyle |
GraphStyle.getDataTipTextStyle()
Returns the display attributes used for data tip text. |
TextStyle |
GraphStyle.getFootnote1TextStyle()
Return the TextStyle used for the first footnote. |
TextStyle |
GraphStyle.getFootnote2TextStyle()
Return the TextStyle used for the second footnote. |
TextStyle |
TableAxisModel.getLabelTextStyle()
Return the text attributes for the table header text. |
TextStyle |
GraphStyle.getLabelTextStyle()
Returns the text attributes used on axis labels and legend label. |
TextStyle |
ContentsModel.getLabelTextStyle()
Return the text attributes for the axis label. |
TextStyle |
TableAxisModel.getRowSelectionFontStyle()
This method if for internal use only. |
TextStyle |
TimePeriodModel.getTextStyle()
Return the text attributes for the value in each time period. |
TextStyle |
ReferenceBandModel.getTextStyle()
Get the text style for the label. |
TextStyle |
NoteModel.getTextStyle()
Returns the visual attributes used to render the text. |
TextStyle |
DataTipModel.getTextStyle()
Returns the visual attributes used to render the text. |
TextStyle |
GraphStyle.getTitle1TextStyle()
Return the TextStyle used for the first title. |
TextStyle |
GraphStyle.getTitle2TextStyle()
Return the TextStyle used for the second title. |
TextStyle |
GraphStyle.getTitle3TextStyle()
Return the TextStyle used for the third title. |
TextStyle |
GraphStyle.getTitle4TextStyle()
Return the TextStyle used for the fourth title. |
TextStyle |
TableAxisModel.getValueTextStyle()
Return the text attributes for the table cell text. |
TextStyle |
GraphStyle.getValueTextStyle()
Returns the text attributes used for axis values text. |
TextStyle |
ContentsModel.getValueTextStyle()
Return the text attributes for the axis value. |
Methods in com.sas.graphics.components with parameters of type TextStyle | |
---|---|
void |
TextStyle.apply(TextStyle theOtherObject)
Utility method to convey properties contained in "theOtherObject" to this object. |
void |
GraphStyle.setDataLabelTextStyle(TextStyle newTextStyle)
Set the display attributes used for data label text (such as the BarChart's bar labels, the PieChart's slice labels or the ScatterChart's marker labels). |
void |
GraphStyle.setDataTipTextStyle(TextStyle newTextStyle)
Set the display attributes used for data tip text. |
void |
GraphStyle.setFootnote1TextStyle(TextStyle newTextStyle)
Set the TextStyle used for the first footnote. |
void |
GraphStyle.setFootnote2TextStyle(TextStyle newTextStyle)
Set the TextStyle used for the second footnote. |
void |
TableAxisModel.setLabelTextStyle(TextStyle labelTextStyle)
Set the text attributes for the table header text. |
void |
GraphStyle.setLabelTextStyle(TextStyle newTextStyle)
Set the text attributes used on axis labels and legend label. |
void |
ContentsModel.setLabelTextStyle(TextStyle labelTextStyle)
Set the text attributes for the axis label. |
void |
TableAxisModel.setRowSelectionFontStyle(TextStyle valueRowSelFontStyle)
This method if for internal use only. |
void |
TimePeriodModel.setTextStyle(TextStyle valueTextStyle)
Set the text attributes of the value displayed in each period. |
void |
ReferenceBandModel.setTextStyle(TextStyle newTextStyle)
Sets the text style for the label. |
void |
NoteModel.setTextStyle(TextStyle newTextStyle)
Sets the visual attributes used to render the text. |
void |
DataTipModel.setTextStyle(TextStyle newTextStyle)
Sets the visual attributes used to render the text. |
void |
GraphStyle.setTitle1TextStyle(TextStyle newTextStyle)
Set the TextStyle used for the first title. |
void |
GraphStyle.setTitle2TextStyle(TextStyle newTextStyle)
Set the TextStyle used for the second title. |
void |
GraphStyle.setTitle3TextStyle(TextStyle newTextStyle)
Set the TextStyle used for the third title. |
void |
GraphStyle.setTitle4TextStyle(TextStyle newTextStyle)
Set the TextStyle used for the fourth title. |
void |
TableAxisModel.setValueTextStyle(TextStyle valueTextStyle)
Set the text attributes for the table cell text. |
void |
GraphStyle.setValueTextStyle(TextStyle newTextStyle)
Set the text attributes used for axis values text. |
void |
ContentsModel.setValueTextStyle(TextStyle valueTextStyle)
Set the text attributes for the axis values. |
Constructors in com.sas.graphics.components with parameters of type TextStyle | |
---|---|
NoteModel(java.lang.String newText,
TextStyle newTextStyle)
Constructor with specified text and associated font. |
Uses of TextStyle in com.sas.graphics.components.ganttchart |
---|
Methods in com.sas.graphics.components.ganttchart that return TextStyle | |
---|---|
TextStyle |
GanttChartModel.getAnnotationLabelTextStyle()
Returns the text appearance model that is applied to the anno text defined with the GanttChartTableDataModel.setAnnotationLabelVariable(). |
Methods in com.sas.graphics.components.ganttchart with parameters of type TextStyle | |
---|---|
void |
GanttChartModel.setAnnotationLabelTextStyle(TextStyle newTextStyle)
Sets the text appearance model that is applied to the annotation labels specified in the GanttChartTableDataModel.setAnnotationLabelVariable() and GanttChartAnnotationTableDataModel.setAnnotationSymbolVariable(). |
Uses of TextStyle in com.sas.graphics.components.tilechart |
---|
Methods in com.sas.graphics.components.tilechart that return TextStyle | |
---|---|
TextStyle |
TileChartModel.getStatusLineTextStyle()
Returns the base TextStyle used for the status line |
TextStyle |
TileChartHighlightModel.getTextStyle()
Deprecated. |
Methods in com.sas.graphics.components.tilechart with parameters of type TextStyle | |
---|---|
void |
TileChartModel.setStatusLineTextStyle(TextStyle newStyle)
Sets the TextStyle used for the status line. |
void |
TileChartHighlightModel.setTextStyle(TextStyle newTextStyle)
Deprecated. |
|
Components |
|
| |||||||||||
PREV NEXT | FRAMES NO FRAMES |