Package jay.yydebug

Class yyAnimPanel.Stack

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible
Enclosing class:
yyAnimPanel

protected static final class yyAnimPanel.Stack extends ScrollPane
animates state/value stack.
See Also:
  • Field Details

    • level

      protected static final GridBagConstraints level
      describes one level.
    • font

      protected final Font font
      font for the entries.
    • panel

      protected final Panel panel
      real display area.
  • Constructor Details

    • Stack

      public Stack(Font font)
  • Method Details

    • push

      public void push(int state, Object value)
    • pop

      public void pop(int len)
    • pop

      public void pop()