|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.extex.font.format.dvi.DviStack
public class DviStack
DVI stack.
| Constructor Summary | |
|---|---|
DviStack()
Create a new object |
|
| Method Summary | |
|---|---|
void |
clear()
Clear the stack. |
boolean |
empty()
Tests if this stack is empty. |
DviValues |
pop()
Removes the DVIValues at the top of this stack and returns
that object as the value of this function. |
DviValues |
push(DviValues item)
Pushes an item onto the top of this stack. |
int |
size()
Returns the size (depth) of the stack. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DviStack()
| Method Detail |
|---|
public void clear()
public boolean empty()
true, if this stack is empty.public DviValues pop()
DVIValues at the top of this stack and returns
that object as the value of this function.
DVIValues at the top of this stack.public DviValues push(DviValues item)
item - the item to be pushed onto this stack.
public int size()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||