moebiusViewer.util
Class MoebiusTransformStack
java.lang.Object
moebiusViewer.util.MoebiusTransformStack
- All Implemented Interfaces:
- java.lang.Cloneable, java.io.Serializable
- public class MoebiusTransformStack
- extends java.lang.Object
- implements java.io.Serializable, java.lang.Cloneable
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MoebiusTransformStack
public MoebiusTransformStack()
MoebiusTransformStack
public MoebiusTransformStack(MoebiusTransformStack transformStack)
size
public int size()
setSize
public void setSize(int newSmallerSize)
empty
public boolean empty()
push
public MoebiusTransform push(MoebiusTransform transform)
pop
public MoebiusTransform pop()
peek
public MoebiusTransform peek()
elementAt
public MoebiusTransform elementAt(int index)
clear
public void clear()
clone
public java.lang.Object clone()