Class Oscilloscope

  • All Implemented Interfaces:
    org.eclipse.swt.graphics.Drawable

    public class Oscilloscope
    extends Oscilloscope
    Deprecated.
    Animated widget that tries to mimic an Oscilloscope. An oscilloscope (also known as a scope, CRO or, an O-scope) is a type of electronic test instrument that allows observation of constantly varying signal voltages, usually as a two-dimensional graph of one or more electrical potential differences using the vertical or 'Y' axis, plotted as a function of time, (horizontal or 'x' axis).

    http://en.wikipedia.org/ wiki/Oscilloscope

    • Constructor Detail

      • Oscilloscope

        public Oscilloscope​(org.eclipse.swt.widgets.Composite parent,
                            int style)
        Deprecated.
        The default constructor.
        Parameters:
        parent -
        style -
    • Method Detail

      • getTailSize

        public int getTailSize()
        Deprecated.
      • getBaseOffset

        public int getBaseOffset()
        Deprecated.
      • setBaseOffset

        public void setBaseOffset​(int baseOffset)
        Deprecated.
      • getBase

        public int getBase()
        Deprecated.
      • getProgression

        public int getProgression()
        Deprecated.
      • setProgression

        public void setProgression​(int progression)
        Deprecated.
      • isConnect

        public boolean isConnect()
        Deprecated.
      • setConnect

        public void setConnect​(boolean connectHeadAndTail)
        Deprecated.
      • isFade

        public boolean isFade()
        Deprecated.
      • setFade

        public void setFade​(boolean fade)
        Deprecated.
      • getTailFade

        public int getTailFade()
        Deprecated.
      • isSteady

        public boolean isSteady()
        Deprecated.
      • setValues

        public void setValues​(int[] values)
        Deprecated.
      • setValue

        public void setValue​(int value)
        Deprecated.
      • setTailSize

        public void setTailSize​(int size)
        Deprecated.
      • setLineWidth

        public void setLineWidth​(int lineWidth)
        Deprecated.
      • getLineWidth

        public int getLineWidth()
        Deprecated.
      • setPercentage

        public void setPercentage​(boolean percentage)
        Deprecated.
      • isPercentage

        public boolean isPercentage()
        Deprecated.
      • setSteady

        public void setSteady​(boolean steady,
                              int steadyPosition)
        Deprecated.
      • setTailFade

        public void setTailFade​(int tailFade)
        Deprecated.
      • addStackListener

        public void addStackListener​(OscilloscopeStackAdapter listener)
        Deprecated.
        This method keeps its own record of listeners but also delegates to the instance of the superclass.
        Parameters:
        listener -
      • removeStackListener

        public void removeStackListener​(OscilloscopeStackAdapter listener)
        Deprecated.
        This method removes our own copy of the stack listeners.
        Parameters:
        listener -