Class Oscilloscope.Data
- java.lang.Object
-
- org.eclipse.nebula.widgets.oscilloscope.multichannel.Oscilloscope.Data
-
- Enclosing class:
- Oscilloscope
private class Oscilloscope.Data extends java.lang.Object
This class holds the data per channel.
-
-
Field Summary
Fields Modifier and Type Field Description private boolean
antiAlias
private int
base
private int
baseOffset
private boolean
connect
private int
cursor
private OscilloscopeDispatcher
dispatcher
private boolean
fade
private org.eclipse.swt.graphics.Color
fg
private int
height
private int
lineWidth
private int
originalSteadyPosition
private int
originalTailSize
This contains the actual values that where input by the user before scaling.private boolean
percentage
private int
progression
private Oscilloscope.IntegerFiFoCircularStack
stack
private java.util.List<OscilloscopeStackAdapter>
stackListeners
private boolean
steady
private int[]
tail
This contains the old or historical input and is used to paint the tail of the graph.private int
tailFade
private int
tailSize
private int
width
-
Constructor Summary
Constructors Modifier Constructor Description private
Data()
-
-
-
Field Detail
-
base
private int base
-
baseOffset
private int baseOffset
-
connect
private boolean connect
-
cursor
private int cursor
-
dispatcher
private OscilloscopeDispatcher dispatcher
-
fade
private boolean fade
-
fg
private org.eclipse.swt.graphics.Color fg
-
height
private int height
-
lineWidth
private int lineWidth
-
originalSteadyPosition
private int originalSteadyPosition
-
originalTailSize
private int originalTailSize
This contains the actual values that where input by the user before scaling. If the user resized we can calculate how the tail would have looked with the new window dimensions.- See Also:
Oscilloscope#tail
-
percentage
private boolean percentage
-
progression
private int progression
-
stack
private Oscilloscope.IntegerFiFoCircularStack stack
-
stackListeners
private java.util.List<OscilloscopeStackAdapter> stackListeners
-
steady
private boolean steady
-
tail
private int[] tail
This contains the old or historical input and is used to paint the tail of the graph.
-
tailFade
private int tailFade
-
tailSize
private int tailSize
-
width
private int width
-
antiAlias
private boolean antiAlias
-
-