|
FreeHEP API Version current |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
This interface maps the Plotter interface in JAS3. Eventually the two should merge.
| Field Summary | |
static int |
ADD
|
static int |
NORMAL
|
static int |
OVERLAY
|
static int |
STACK
|
| Method Summary | |
void |
clearPlotter()
Clear all the data in the plot |
void |
plot(Object data,
int options)
Plot a given data set. |
void |
plot(Object data,
int options,
Object style)
|
void |
remove(Object data)
Remove a data item from a plot |
Component |
viewable()
Returns a Component that can be used to display a Plotter in some other swing component. |
| Field Detail |
public static final int NORMAL
public static final int OVERLAY
public static final int ADD
public static final int STACK
| Method Detail |
public void plot(Object data,
int options)
data - The data to be plotted. Must be of the class specified when
the plotter was created.options - One of (NORMAL, OVERLAY, ADD, STACK)
public void plot(Object data,
int options,
Object style)
public void remove(Object data)
public void clearPlotter()
public Component viewable()
|
FreeHEP API Version current |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||