Searched defs:RenderingHints (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/awt/java/awt/
H A DRenderingHints.java31 * The RenderingHints class represents preferences for the rendering algorithms.
37 public class RenderingHints implements Map<Object, Object>, Cloneable { class in inherits:Map,Cloneable
239 * defined key/value pairs or null for empty RenderingHints.
243 * RenderingHints.
245 public RenderingHints(Map<Key, ?> map) { method in class:RenderingHints
261 public RenderingHints(Key key, Object value) { method in class:RenderingHints
268 * RenderingHints object to current object.
271 * the RenderingHints to be added.
273 public void add(RenderingHints hints) {
296 * Removes the specified key and corresponding value from the RenderingHints
[all...]

Completed in 43 milliseconds