moebiusViewer.util
Class MoebiusShapeStack

java.lang.Object
  extended bymoebiusViewer.util.MoebiusShapeStack
All Implemented Interfaces:
java.lang.Cloneable, java.io.Serializable

public class MoebiusShapeStack
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable

See Also:
Serialized Form

Constructor Summary
MoebiusShapeStack()
           
MoebiusShapeStack(MoebiusShapeStack shapeStack)
           
 
Method Summary
 void clear()
           
 java.lang.Object clone()
           
 MoebiusShape elementAt(int index)
           
 boolean empty()
           
 MoebiusShape peek()
           
 MoebiusShape pop()
           
 MoebiusShape push(MoebiusShape shape)
           
 void setSize(int newSmallerSize)
           
 int size()
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MoebiusShapeStack

public MoebiusShapeStack()

MoebiusShapeStack

public MoebiusShapeStack(MoebiusShapeStack shapeStack)
Method Detail

size

public int size()

setSize

public void setSize(int newSmallerSize)

empty

public boolean empty()

push

public MoebiusShape push(MoebiusShape shape)

pop

public MoebiusShape pop()

peek

public MoebiusShape peek()

elementAt

public MoebiusShape elementAt(int index)

clear

public void clear()

clone

public java.lang.Object clone()