|
Components |
|
| |||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NoteModel | |
---|---|
com.sas.graphics.components | Provides swing components for producing a variety of graph types. |
Uses of NoteModel in com.sas.graphics.components |
---|
Methods in com.sas.graphics.components that return NoteModel | |
---|---|
NoteModel |
Graph.getFootnote(int position)
Return the model for the footnote at the specified position. |
NoteModel |
Graph.getFootnote1()
Return the model for the graph's 1st (upper most) footnote. |
NoteModel |
Graph.getFootnote2()
Return the model for the graph's 2nd footnote. |
NoteModel |
Graph.getTitle(int position)
Return the model for the title at the specified position. |
NoteModel |
Graph.getTitle1()
Return the model for the graph's 1st (upper most) title. |
NoteModel |
Graph.getTitle2()
Return the model for the graph's 2nd title. |
NoteModel |
Graph.getTitle3()
Return the model for the graph's 3rd title. |
NoteModel |
Graph.getTitle4()
Return the model for the graph's 4th title. |
Methods in com.sas.graphics.components with parameters of type NoteModel | |
---|---|
void |
NoteModel.apply(NoteModel theOtherObject)
Utility method to convey properties contained in "theOtherObject" to this object. |
void |
Graph.setFootnote(NoteModel newNoteModel,
int position)
Set the model for the footnote at the specified position. |
void |
Graph.setFootnote1(NoteModel newNoteModel)
Set the model for the graph's 1st (upper most) footnote. |
void |
Graph.setFootnote2(NoteModel newNoteModel)
Set the model for the graph's 2nd footnote. |
void |
Graph.setTitle(NoteModel newNoteModel,
int position)
Set the model for the title at the specified position. |
void |
Graph.setTitle1(NoteModel newNoteModel)
Set the model for the graph's 1st title. |
void |
Graph.setTitle2(NoteModel newNoteModel)
Set the model for the graph's 2nd title. |
void |
Graph.setTitle3(NoteModel newNoteModel)
Set the model for the graph's 3rd title. |
void |
Graph.setTitle4(NoteModel newNoteModel)
Set the model for the graph's 4th title. |
|
Components |
|
| |||||||||||
PREV NEXT | FRAMES NO FRAMES |