public class PSPageDeviceDictionary extends PSDictionary
| Constructor | Description |
|---|---|
PSPageDeviceDictionary() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
clear() |
|
java.lang.String |
getContent() |
Returns a dictionary string with containing all unwritten content note:
unnecessary writes are important as there is a device specific
initgraphics call by the underlying postscript interpreter on every
setpagedevice call which can result in blank pages etc.
|
boolean |
isEmpty() |
Returns true if this map contains no key-value mappings.
|
java.lang.Object |
put(java.lang.Object key,
java.lang.Object value) |
|
void |
putAll(java.util.Map m) |
|
void |
setFlushOnRetrieval(boolean flushOnRetrieval) |
The contents of the dictionary are flushed when written
|
clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, keySet, merge, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesentry, of, of, of, of, of, of, of, of, of, of, of, ofEntriesfinalize, getClass, notify, notifyAll, wait, wait, waitequals, hashCode, toString, valueOfpublic java.lang.Object put(java.lang.Object key,
java.lang.Object value)
put in class java.util.HashMapkey - key with which the specified value is to be associated.value - value to be associated with the specified key.Map.put(Object, Object)public void putAll(java.util.Map m)
putAll in class java.util.HashMappublic void clear()
clear in class java.util.HashMapMap.clear()public boolean isEmpty()
isEmpty in class java.util.HashMappublic void setFlushOnRetrieval(boolean flushOnRetrieval)
flushOnRetrieval - boolean valuepublic java.lang.String getContent()
Copyright 1999-2018 The Apache Software Foundation. All Rights Reserved.