JavaTM 2 Platform
Standard Ed. 5.0

Uses of Class
javax.print.attribute.ResolutionSyntax

Packages that use ResolutionSyntax
javax.print.attribute Provides classes and interfaces that describe the types of JavaTM Print Service attributes and how they can be collected into attribute sets. 
javax.print.attribute.standard Package javax.print.attribute.standard contains classes for specific printing attributes. 
 

Uses of ResolutionSyntax in javax.print.attribute
 

Methods in javax.print.attribute with parameters of type ResolutionSyntax
 boolean ResolutionSyntax.lessThanOrEquals(ResolutionSyntax other)
          Determine whether this resolution attribute's value is less than or equal to the given resolution attribute's value.
 

Uses of ResolutionSyntax in javax.print.attribute.standard
 

Subclasses of ResolutionSyntax in javax.print.attribute.standard
 class PrinterResolution
          Class PrinterResolution is a printing attribute class that specifies an exact resolution supported by a printer or to be used for a print job.
 


JavaTM 2 Platform
Standard Ed. 5.0

Submit a bug or feature
For further API reference and developer documentation, see Java 2 SDK SE Developer Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.

Copyright 2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.