public class PSPageDeviceDictionary extends PSDictionary
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
构造器和说明 |
---|
PSPageDeviceDictionary() |
限定符和类型 | 方法和说明 |
---|---|
void |
clear() |
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.
|
Object |
put(Object key,
Object value) |
void |
putAll(Map m) |
void |
setFlushOnRetrieval(boolean flushOnRetrieval)
The contents of the dictionary are flushed when written
|
equals, hashCode, toString, valueOf
clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, keySet, merge, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
public Object put(Object key, Object value)
put
在接口中 Map
put
在类中 HashMap
key
- 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 clear()
clear
在接口中 Map
clear
在类中 HashMap
Map.clear()
public boolean isEmpty()
public void setFlushOnRetrieval(boolean flushOnRetrieval)
flushOnRetrieval
- boolean valuepublic String getContent()
Copyright 1999-2016 The Apache Software Foundation. All Rights Reserved.