org.pbjar.jxlayer.demo
Class QualityHints

java.lang.Object
  extended by java.util.AbstractMap<K,V>
      extended by java.util.HashMap<RenderingHints.Key,Object>
          extended by org.pbjar.jxlayer.demo.QualityHints
All Implemented Interfaces:
Serializable, Cloneable, Map<RenderingHints.Key,Object>

public class QualityHints
extends HashMap<RenderingHints.Key,Object>

Rendering hints for quality rendering.

Author:
Piet Blok
See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
 
Constructor Summary
QualityHints()
          Construct an instance, populated with the appropriate key value pairs.
 
Method Summary
 
Methods inherited from class java.util.HashMap
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values
 
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map
equals, hashCode
 

Constructor Detail

QualityHints

public QualityHints()
Construct an instance, populated with the appropriate key value pairs.