hep.aida.ref.plotter
Interface FPlotter
-
public interface FPlotterThis interface maps the Plotter interface in JAS3. Eventually the two should merge.
-
-
Field Summary
Fields Modifier and Type Field and Description static intADDstatic intNORMALstatic intOVERLAYstatic intSTACK
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description voidclearPlotter()Clear all the data in the plotvoidplot(java.lang.Object data, int options)Plot a given data set.voidplot(java.lang.Object data, int options, java.lang.Object style)voidremove(java.lang.Object data)Remove a data item from a plotjava.awt.Componentviewable()Returns a Component that can be used to display a Plotter in some other swing component.
-
-
-
Field Detail
-
NORMAL
static final int NORMAL
- See Also:
- Constant Field Values
-
OVERLAY
static final int OVERLAY
- See Also:
- Constant Field Values
-
ADD
static final int ADD
- See Also:
- Constant Field Values
-
STACK
static final int STACK
- See Also:
- Constant Field Values
-
-
Method Detail
-
plot
void plot(java.lang.Object data, int options)Plot a given data set.- Parameters:
data- The data to be plotted. Must be of the class specified when the plotter was created.options- One of (NORMAL, OVERLAY, ADD, STACK)
-
plot
void plot(java.lang.Object data, int options, java.lang.Object style)
-
remove
void remove(java.lang.Object data)
Remove a data item from a plot
-
clearPlotter
void clearPlotter()
Clear all the data in the plot
-
viewable
java.awt.Component viewable()
Returns a Component that can be used to display a Plotter in some other swing component.
-
-
DMelt 3.0 © DataMelt by jWork.ORG