Searched refs:GState (Results 1 - 1 of 1) sorted by relevance

/openjdk9/jdk/src/java.desktop/share/classes/sun/print/
H A DPSPrinterJob.java304 ArrayList<GState> mGStateStack = new ArrayList<>();
838 mGStateStack.add(new GState());
1753 * Return the GState that is currently on top
1754 * of the GState stack. There should always be
1755 * a GState on top of the stack. If there isn't
1759 private GState getGState() {
1766 * new GState on to our stack which represents
1770 GState oldGState = getGState();
1771 mGStateStack.add(new GState(oldGState));
1777 * a GState fro
1800 private class GState{ class in class:PSPrinterJob
1806 GState() { method in class:PSPrinterJob.GState
1813 GState(GState copyGState) { method in class:PSPrinterJob.GState
[all...]

Completed in 86 milliseconds