public class DensityPlotEvent extends PlotEvent
Constructor | Description |
---|---|
DensityPlotEvent(java.awt.Component source,
DensityPlotState plotState,
int nPotential,
int nIncluded,
int nVisible,
double[] loCuts,
double[] hiCuts) |
Constructor.
|
Modifier and Type | Method | Description |
---|---|---|
double[] |
getHiCuts() |
Returns upper cut values for the channels plotted.
|
double[] |
getLoCuts() |
Returns lower cut values for the channels plotted.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getIncludedPointCount, getPlotState, getPotentialPointCount, getSource, getVisiblePointCount
public DensityPlotEvent(java.awt.Component source, DensityPlotState plotState, int nPotential, int nIncluded, int nVisible, double[] loCuts, double[] hiCuts)
source
- source of this eventplotState
- plot state reflected by this change eventnPotential
- total number of points availablenIncluded
- number of points included in marked subsetsnVisible
- number of points actually plottedloCuts
- nchannel-element array of lower bin cut levelshiCuts
- nchannel-element array of upper bin cut levelspublic double[] getLoCuts()
public double[] getHiCuts()
Copyright © 2018 Central Laboratory of the Research Councils. All Rights Reserved.