Class Oscilloscope.Data
- java.lang.Object
-
- org.eclipse.nebula.widgets.oscilloscope.multichannel.Oscilloscope.Data
-
- Enclosing class:
- Oscilloscope
private class Oscilloscope.Data extends java.lang.ObjectThis class holds the data per channel.
-
-
Field Summary
Fields Modifier and Type Field Description private booleanantiAliasprivate intbaseprivate intbaseOffsetprivate booleanconnectprivate intcursorprivate OscilloscopeDispatcherdispatcherprivate booleanfadeprivate org.eclipse.swt.graphics.Colorfgprivate intheightprivate intlineWidthprivate intoriginalSteadyPositionprivate intoriginalTailSizeThis contains the actual values that where input by the user before scaling.private booleanpercentageprivate intprogressionprivate Oscilloscope.IntegerFiFoCircularStackstackprivate java.util.List<OscilloscopeStackAdapter>stackListenersprivate booleansteadyprivate int[]tailThis contains the old or historical input and is used to paint the tail of the graph.private inttailFadeprivate inttailSizeprivate intwidth
-
Constructor Summary
Constructors Modifier Constructor Description privateData()
-
-
-
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
-
-