|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StringLabel | |
---|---|
com.quinncurtis.chart2djava | |
com.quinncurtis.spcchartjava |
Uses of StringLabel in com.quinncurtis.chart2djava |
---|
Methods in com.quinncurtis.chart2djava with parameters of type StringLabel | |
---|---|
void |
StringLabel.copy(StringLabel source)
Copies the source StringLabel object. |
Uses of StringLabel in com.quinncurtis.spcchartjava |
---|
Subclasses of StringLabel in com.quinncurtis.spcchartjava | |
---|---|
class |
NotesLabel
The NotesLabel class is used to manage the long and short versions of the notes strings used in the table display. |
Methods in com.quinncurtis.spcchartjava that return StringLabel | |
---|---|
StringLabel |
SPCGeneralizedTableDisplay.addColumnStringItem(java.lang.String columnstring)
Add an column string item item to the table, using timeColumnSpacing as the column increment. |
StringLabel |
SPCGeneralizedTableDisplay.addColumnStringItem(java.lang.String columnstring,
double spacing)
Add an column string item to the table, using the specified column spacing increment. |
StringLabel |
SPCGeneralizedTableDisplay.addColumnStringItem(java.lang.String columnstring,
double spacing,
int xjust)
Add an column string item to the table, using the specified column spacing increment and justification. |
StringLabel |
SPCGeneralizedTableDisplay.addColumnStringItem(java.lang.String columnstring,
double spacing,
int xjust,
int format)
Add an column string item to the table, using the specified column spacing increment, justification and format. |
StringLabel |
SPCGeneralizedTableDisplay.addColumnStringItem(java.lang.String columnstring,
int format)
Add an column string item to the table using the specified format, using timeColumnSpacing as the column increment. |
StringLabel |
SPCGeneralizedTableDisplay.addColumnStringItem(StringLabel columnlabel,
double spacing)
Add an alarm status item to the table, using the specified column spacing increment. |
StringLabel |
SPCGeneralizedTableDisplay.addStringItem(java.lang.String stringvalue)
Add a string item to the table, using textColumnSpacing as the column spacing increment. |
StringLabel |
SPCGeneralizedTableDisplay.addStringItem(java.lang.String stringvalue,
double spacing)
Add a string item to the table, using the specified column spacing increment. |
StringLabel |
SPCGeneralizedTableDisplay.addStringItem(java.lang.String stringvalue,
double spacing,
int xjust)
Add a string item to the table, using the specified column spacing increment and justification. |
StringLabel |
SPCGeneralizedTableDisplay.addStringItem(StringLabel stringlabel,
double spacing)
Add a string item to the table, using the specified column spacing increment. |
StringLabel |
SPCControlPlotObjectData.getLineLabelObj()
Get a reference to the LableObject used to label a control limit. |
StringLabel |
SPCGeneralizedTableDisplay.getStringItemTemplate()
Get the StringItemTemplate object used as a template for displaying string values in the table. |
Methods in com.quinncurtis.spcchartjava with parameters of type StringLabel | |
---|---|
StringLabel |
SPCGeneralizedTableDisplay.addColumnStringItem(StringLabel columnlabel,
double spacing)
Add an alarm status item to the table, using the specified column spacing increment. |
StringLabel |
SPCGeneralizedTableDisplay.addStringItem(StringLabel stringlabel,
double spacing)
Add a string item to the table, using the specified column spacing increment. |
void |
SPCControlPlotObjectData.setLineLabelObj(StringLabel value)
Set a reference to the LableObject used to label a control limit. |
void |
SPCGeneralizedTableDisplay.setStringItemTemplate(StringLabel value)
Get/Set the StringItemTemplate object used as a template for displaying string values in the table. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |