Uses of Class
com.quinncurtis.spcchartjava.NotesLabel

Packages that use NotesLabel
com.quinncurtis.spcchartjava   
 

Uses of NotesLabel in com.quinncurtis.spcchartjava
 

Methods in com.quinncurtis.spcchartjava that return NotesLabel
 NotesLabel SPCGeneralizedTableDisplay.addNotesItem(NotesLabel noteslabel, double spacing)
          Add a string item to the table, using the specified column spacing increment.
 NotesLabel SPCGeneralizedTableDisplay.addNotesItem(java.lang.String shortstring, java.lang.String longstring, double spacing, int xjust)
          Add a string item to the table, using the specified column spacing increment and justification.
 NotesLabel SPCGeneralizedTableDisplay.getNotesItemTemplate()
          Get the StringItemTemplate object used as a template for displaying string values in the table.
 

Methods in com.quinncurtis.spcchartjava that return types with arguments of type NotesLabel
 java.util.Vector<NotesLabel> NotesToolTip.getNotesList()
          Get list of NotesLabel objects to check.
 

Methods in com.quinncurtis.spcchartjava with parameters of type NotesLabel
 NotesLabel SPCGeneralizedTableDisplay.addNotesItem(NotesLabel noteslabel, double spacing)
          Add a string item to the table, using the specified column spacing increment.
 int NotesToolTip.addNotesObject(NotesLabel notes)
          Adds a NotesLabel object to the array list.
 void NotesLabel.copy(NotesLabel source)
          Copies the source NotesLabel object.
 void SPCGeneralizedTableDisplay.setNotesItemTemplate(NotesLabel value)
          Set the StringItemTemplate object used as a template for displaying string values in the table.