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

/openjdk7/jdk/src/share/classes/sun/print/
H A DSunPageSelection.java33 public final class SunPageSelection implements PrintRequestAttribute { class in inherits:PrintRequestAttribute
35 public static final SunPageSelection ALL = new SunPageSelection(0);
36 public static final SunPageSelection RANGE = new SunPageSelection(1);
37 public static final SunPageSelection SELECTION = new SunPageSelection(2);
41 public SunPageSelection(int value) { method in class:SunPageSelection
46 return SunPageSelection.class;

Completed in 29 milliseconds