Uses of Class
org.eclipse.nebula.widgets.oscilloscope.Oscilloscope.IntegerFiFoCircularStack

Uses of Oscilloscope.IntegerFiFoCircularStack in org.eclipse.nebula.widgets.oscilloscope
 

Constructors in org.eclipse.nebula.widgets.oscilloscope with parameters of type Oscilloscope.IntegerFiFoCircularStack
Oscilloscope.IntegerFiFoCircularStack(int capacity, Oscilloscope.IntegerFiFoCircularStack oldStack)
          Creates stack with the indicated capacity and copies the old stack into the new stack.