javax.print.attribute.standard

Class MediaSize.NA

Enclosing Class:
MediaSize

public static final class MediaSize.NA
extends Object

Container class for predefined North American media sizes.

Field Summary

static MediaSize
LEGAL
US Legal paper size, 8.5 inch x 14 inch
static MediaSize
LETTER
US Letter paper size, 8.5 inch x 11 inch
static MediaSize
NA_10X15_ENVELOPE
10 inch x 15 inch envelope size.
static MediaSize
NA_10x13_ENVELOPE
10 inch x 13 inch envelope size.
static MediaSize
NA_10x14_ENVELOPE
10 inch x 14 inch envelope size.
static MediaSize
NA_5X7
5 inch x 7 inch paper size.
static MediaSize
NA_6X9_ENVELOPE
6 inch x 9 inch envelope size.
static MediaSize
NA_7X9_ENVELOPE
7 inch x 9 inch envelope size.
static MediaSize
NA_8X10
8 inch x 10 inch paper size.
static MediaSize
NA_9x11_ENVELOPE
9 inch x 11 inch envelope size.
static MediaSize
NA_9x12_ENVELOPE
9 inch x 12 inch envelope size.
static MediaSize
NA_NUMBER_10_ENVELOPE
Number 10 envelope size.
static MediaSize
NA_NUMBER_11_ENVELOPE
Number 11 envelope size.
static MediaSize
NA_NUMBER_12_ENVELOPE
Number 12 envelope size.
static MediaSize
NA_NUMBER_14_ENVELOPE
Number 14 envelope size.
static MediaSize
NA_NUMBER_9_ENVELOPE
Number 9 envelope size.

Method Summary

Methods inherited from class java.lang.Object

clone, equals, extends Object> getClass, finalize, hashCode, notify, notifyAll, toString, wait, wait, wait

Field Details

LEGAL

public static final MediaSize LEGAL
US Legal paper size, 8.5 inch x 14 inch

LETTER

public static final MediaSize LETTER
US Letter paper size, 8.5 inch x 11 inch

NA_10X15_ENVELOPE

public static final MediaSize NA_10X15_ENVELOPE
10 inch x 15 inch envelope size.

NA_10x13_ENVELOPE

public static final MediaSize NA_10x13_ENVELOPE
10 inch x 13 inch envelope size.

NA_10x14_ENVELOPE

public static final MediaSize NA_10x14_ENVELOPE
10 inch x 14 inch envelope size.

NA_5X7

public static final MediaSize NA_5X7
5 inch x 7 inch paper size.

NA_6X9_ENVELOPE

public static final MediaSize NA_6X9_ENVELOPE
6 inch x 9 inch envelope size.

NA_7X9_ENVELOPE

public static final MediaSize NA_7X9_ENVELOPE
7 inch x 9 inch envelope size.

NA_8X10

public static final MediaSize NA_8X10
8 inch x 10 inch paper size.

NA_9x11_ENVELOPE

public static final MediaSize NA_9x11_ENVELOPE
9 inch x 11 inch envelope size.

NA_9x12_ENVELOPE

public static final MediaSize NA_9x12_ENVELOPE
9 inch x 12 inch envelope size.

NA_NUMBER_10_ENVELOPE

public static final MediaSize NA_NUMBER_10_ENVELOPE
Number 10 envelope size. 4.125 inch x 9.5 inch

NA_NUMBER_11_ENVELOPE

public static final MediaSize NA_NUMBER_11_ENVELOPE
Number 11 envelope size. 4.5 inch x 10.375 inch

NA_NUMBER_12_ENVELOPE

public static final MediaSize NA_NUMBER_12_ENVELOPE
Number 12 envelope size. 4.75 inch x 11 inch

NA_NUMBER_14_ENVELOPE

public static final MediaSize NA_NUMBER_14_ENVELOPE
Number 14 envelope size. 5 inch x 11.5 inch

NA_NUMBER_9_ENVELOPE

public static final MediaSize NA_NUMBER_9_ENVELOPE
Number 9 envelope size. 4.5 inch x 10.375 inch

MediaSize.java -- Copyright (C) 2005, 2006 Free Software Foundation, Inc. This file is part of GNU Classpath. GNU Classpath is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2, or (at your option) any later version. GNU Classpath is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Classpath; see the file COPYING. If not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. Linking this library statically or dynamically with other modules is making a combined work based on this library. Thus, the terms and conditions of the GNU General Public License cover the whole combination. As a special exception, the copyright holders of this library give you permission to link this library with independent modules to produce an executable, regardless of the license terms of these independent modules, and to copy and distribute the resulting executable under terms of your choice, provided that you also meet, for each linked independent module, the terms and conditions of the license of that module. An independent module is a module which is not derived from or based on this library. If you modify this library, you may extend this exception to your version of the library, but you are not obligated to do so. If you do not wish to do so, delete this exception statement from your version.