|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
int |
addSlice(double x,
double y,
double width,
double height,
double phi)
Create a new slice with the specified initial parameters |
boolean |
canAddRemoveSlices()
|
int |
getNSlices()
Number of slices currently attached to plot |
Rebinnable1DHistogramData |
getSlice(int n)
Get the data corresponding to the slice. |
SliceParameters |
getSliceParameters(int n)
Get the parameters of a slice. |
void |
removeSlice(int n)
Remove a slice from the source |
Method Detail |
public int getNSlices()
public SliceParameters getSliceParameters(int n)
n
- The index of the slicepublic Rebinnable1DHistogramData getSlice(int n)
n
- The index of the slicepublic boolean canAddRemoveSlices()
public int addSlice(double x, double y, double width, double height, double phi)
public void removeSlice(int n)
n
- The index of the slice
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |