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

/openjdk7/jdk/src/share/classes/javax/print/attribute/
H A DSize2DSyntax.java41 * (mm), and exported constants {@link #INCH <CODE>INCH</CODE>} and {@link #MM
69 * The exported constant {@link #INCH <CODE>INCH</CODE>} is actually the
104 public static final int INCH = 25400; field in class:Size2DSyntax
120 * Unit conversion factor, e.g. {@link #INCH <CODE>INCH</CODE>} or
148 * Unit conversion factor, e.g. {@link #INCH <CODE>INCH</CODE>} or
176 * Unit conversion factor, e.g. {@link #INCH <COD
[all...]
/openjdk7/jdk/src/share/classes/javax/print/attribute/standard/
H A DMediaPrintableArea.java93 public static final int INCH = 25400; field in class:MediaPrintableArea
156 * Unit conversion factor, e.g. {@link #INCH <CODE>INCH</CODE>} or
173 * Unit conversion factor, e.g. {@link #INCH <CODE>INCH</CODE>} or
190 * Unit conversion factor, e.g. {@link #INCH <CODE>INCH</CODE>} or
206 * Unit conversion factor, e.g. {@link #INCH <CODE>INCH</CODE>} or
221 * Unit conversion factor, e.g. {@link #INCH <COD
[all...]
/openjdk7/jdk/src/share/classes/java/awt/print/
H A DPaper.java47 private static final int INCH = 72; field in class:Paper
48 private static final double LETTER_WIDTH = 8.5 * INCH;
49 private static final double LETTER_HEIGHT = 11 * INCH;
90 mImageableArea = new Rectangle2D.Double(INCH, INCH,
91 mWidth - 2 * INCH,
92 mHeight - 2 * INCH);

Completed in 39 milliseconds