Java™ Platform
Standard Ed. 6

Uses of Class
javax.print.attribute.standard.OrientationRequested

Packages that use OrientationRequested
javax.print.attribute.standard Package javax.print.attribute.standard contains classes for specific printing attributes. 
 

Uses of OrientationRequested in javax.print.attribute.standard
 

Fields in javax.print.attribute.standard declared as OrientationRequested
static OrientationRequested OrientationRequested.LANDSCAPE
          The content will be imaged across the long edge of the medium.
static OrientationRequested OrientationRequested.PORTRAIT
          The content will be imaged across the short edge of the medium.
static OrientationRequested OrientationRequested.REVERSE_LANDSCAPE
          The content will be imaged across the long edge of the medium, but in the opposite manner from landscape.
static OrientationRequested OrientationRequested.REVERSE_PORTRAIT
          The content will be imaged across the short edge of the medium, but in the opposite manner from portrait.
 


Java™ Platform
Standard Ed. 6

Submit a bug or feature

Copyright 2010 Sun Microsystems, Inc. All rights reserved. Use is subject to the terms of the GNU General Public License.