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

/openjdk7/jdk/src/share/classes/java/awt/
H A DPageAttributes.java93 public static final class MediaType extends AttributeValue { class in class:PageAttributes
190 * The MediaType instance for ISO/DIN & JIS 4A0, 1682 x 2378 mm.
192 public static final MediaType ISO_4A0 = new MediaType(I_ISO_4A0);
194 * The MediaType instance for ISO/DIN & JIS 2A0, 1189 x 1682 mm.
196 public static final MediaType ISO_2A0 = new MediaType(I_ISO_2A0);
198 * The MediaType instance for ISO/DIN & JIS A0, 841 x 1189 mm.
200 public static final MediaType ISO_A0 = new MediaType(I_ISO_A
801 private MediaType(int type) { method in class:PageAttributes.MediaType
[all...]

Completed in 25 milliseconds