org.freehep.postscript
Class DictionaryStack
java.lang.Object
java.util.AbstractCollection
java.util.AbstractList
java.util.Vector
java.util.Stack
org.freehep.postscript.PostScriptStack
org.freehep.postscript.DictionaryStack
- All Implemented Interfaces:
- Serializable, Cloneable, Iterable, Collection, List, RandomAccess, NameLookup
public class DictionaryStack
- extends PostScriptStack
- implements NameLookup
OperandStack for PostScript Processor
- Version:
- $Id: DictionaryStack.java 8951 2006-09-12 21:44:14Z duns $
- Author:
- Mark Donszelmann
- See Also:
- Serialized Form
Methods inherited from class java.util.Vector |
add, add, addAll, addAll, addElement, capacity, clone, contains, containsAll, copyInto, elementAt, elements, ensureCapacity, equals, firstElement, get, hashCode, indexOf, indexOf, insertElementAt, isEmpty, lastElement, lastIndexOf, lastIndexOf, remove, remove, removeAll, removeAllElements, removeElement, removeElementAt, removeRange, retainAll, set, setElementAt, setSize, size, subList, toArray, toArray, trimToSize |
DictionaryStack
public DictionaryStack()
push
public Object push(Object o)
- Overrides:
push
in class PostScriptStack
push
public PSDictionary push(PSDictionary d)
pop
public Object pop()
- Overrides:
pop
in class PostScriptStack
popDictionary
public PSDictionary popDictionary()
clear
public void clear()
- Specified by:
clear
in interface Collection
- Specified by:
clear
in interface List
- Overrides:
clear
in class Vector
systemDictionary
public PSDictionary systemDictionary()
globalDictionary
public PSDictionary globalDictionary()
userDictionary
public PSDictionary userDictionary()
errorDictionary
public PSDictionary errorDictionary()
dollarError
public PSDictionary dollarError()
currentDictionary
public PSDictionary currentDictionary()
fontDirectory
public PSDictionary fontDirectory()
globalFontDirectory
public PSDictionary globalFontDirectory()
get
public PSDictionary get(PSObject key)
lookup
public PSObject lookup(PSObject key)
- Specified by:
lookup
in interface NameLookup
printStack
public void printStack()
- Overrides:
printStack
in class PostScriptStack
toString
public String toString()
- Overrides:
toString
in class Vector
Copyright © 2000-2006 FreeHEP. All Rights Reserved.