|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IPlot
Method Summary | |
---|---|
javax.swing.JComponent |
createPlot(int type,
java.lang.String name,
java.util.HashMap data,
boolean separateLegend)
Creates a plot using several key arguments |
java.util.HashMap |
getData()
Returns the current dataset used in the plot |
javax.swing.JComponent |
getLegend(javax.swing.JComponent aPlot)
Create a legend/key using the plot specified |
void |
setData(java.util.HashMap newData)
Sets the dataset used in the plot |
Method Detail |
---|
javax.swing.JComponent createPlot(int type, java.lang.String name, java.util.HashMap data, boolean separateLegend) throws PlotterException
type
- Type of plot as dictated by PlotConstants.PLOT_*name
- Name to be given to the plotdata
- The dataset to be used to create the plotseparateLegend
- Indicates the user's need for a separate legend
PlotterException
java.util.HashMap getData()
void setData(java.util.HashMap newData)
newData
- A new set of datajavax.swing.JComponent getLegend(javax.swing.JComponent aPlot) throws PlotterException
aPlot
- A plot JComponent
PlotterException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |