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

/openjdk7/jdk/src/share/classes/java/awt/
H A DGraphics2D.java894 * @see #getRenderingHint(RenderingHints.Key)
912 public abstract Object getRenderingHint(Key hintKey); method in class:Graphics2D
/openjdk7/jdk/src/share/classes/sun/print/
H A DPeekGraphics.java1599 public Object getRenderingHint(Key hintCategory) { method in class:PeekGraphics
1600 return mGraphics.getRenderingHint(hintCategory);
H A DProxyGraphics2D.java1483 public Object getRenderingHint(Key hintCategory) { method in class:ProxyGraphics2D
1484 return mGraphics.getRenderingHint(hintCategory);
/openjdk7/jdk/src/share/classes/sun/java2d/
H A DSunGraphics2D.java1264 public Object getRenderingHint(Key hintKey) { method in class:SunGraphics2D

Completed in 51 milliseconds