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

/openjdk7/jdk/src/windows/classes/sun/awt/windows/
H A DWPrinterJob.java153 * to setPolyFillMode().
162 * to setPolyFillMode().
942 protected void setPolyFillMode(int fillRule) { method in class:WPrinterJob
943 setPolyFillMode(getPrintDC(), fillRule);
1408 protected native void setPolyFillMode(long printDC, int fillRule); method in class:WPrinterJob

Completed in 34 milliseconds