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

/openjdk7/jdk/src/share/classes/sun/print/
H A DPeekGraphics.java1584 * @param hintCategory The category of hint to be set.
1589 public void setRenderingHint(Key hintCategory, Object hintValue) { argument
1590 mGraphics.setRenderingHint(hintCategory, hintValue);
1595 * @param hintCategory The category of hint to be set.
1599 public Object getRenderingHint(Key hintCategory) { argument
1600 return mGraphics.getRenderingHint(hintCategory);
H A DProxyGraphics2D.java1468 * @param hintCategory The category of hint to be set.
1473 public void setRenderingHint(Key hintCategory, Object hintValue) { argument
1474 mGraphics.setRenderingHint(hintCategory, hintValue);
1479 * @param hintCategory The category of hint to be set.
1483 public Object getRenderingHint(Key hintCategory) { argument
1484 return mGraphics.getRenderingHint(hintCategory);

Completed in 39 milliseconds