org.das2.graph.HugeScatterRenderer
HugeScatterRenderer
This renderer can handle vector data sets with hundreds of thousands of points
by histogramming the points and then creating a greyscale spectrogram of
the histogram. The property "saturationHitCount" defines the number of pixel
hits that will make the pixel black.
This has been modified a lot over the years:
- connecting lines when the data is of timeseries,
- alternate modes are used when we zoom in closely,
- support for QDataSets and waveform scheme data,
- lone pixels are highlighted.
Created on April 14, 2005, 8:45 PM
PROP_ENVELOPE
getEnvelope
getEnvelope( ) → int
Returns:
int
search for examples
view on GitHub
view source
getSaturationHitCount
getSaturationHitCount( ) → int
Returns:
int
search for examples
view on GitHub
view source
setEnvelope
setEnvelope( int envelope ) → void
0=none. 1=faint envelope with points on top. 2=only envelope
Parameters
envelope -
Returns:
void (returns nothing)
search for examples
view on GitHub
view source
setSaturationHitCount
setSaturationHitCount( int d ) → void
Returns:
void (returns nothing)
search for examples
view on GitHub
view source