jay.yydebug

Class yyAnimPanel.Stack

protected static final class yyAnimPanel.Stack extends ScrollPane

animates state/value stack.
Field Summary
protected Fontfont
font for the entries.
protected static GridBagConstraintslevel
describes one level.
protected Panelpanel
real display area.
Constructor Summary
Stack(Font font)
Method Summary
voidpop(int len)
voidpop()
voidpush(int state, Object value)

Field Detail

font

protected final Font font
font for the entries.

level

protected static final GridBagConstraints level
describes one level.

panel

protected final Panel panel
real display area.

Constructor Detail

Stack

public Stack(Font font)

Method Detail

pop

public void pop(int len)

pop

public void pop()

push

public void push(int state, Object value)