Java™ Platform
Standard Ed. 6

Uses of Class
javax.print.attribute.IntegerSyntax

Packages that use IntegerSyntax
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 IntegerSyntax in javax.print.attribute
 

Methods in javax.print.attribute with parameters of type IntegerSyntax
 boolean SetOfIntegerSyntax.contains(IntegerSyntax attribute)
          Determine if this set-of-integer attribute contains the given integer attribute's value.
 

Uses of IntegerSyntax in javax.print.attribute.standard
 

Subclasses of IntegerSyntax in javax.print.attribute.standard
 class Copies
          Class Copies is an integer valued printing attribute class that specifies the number of copies to be printed.
 class JobImpressions
          Class JobImpressions is an integer valued printing attribute class that specifies the total size in number of impressions of the document(s) being submitted.
 class JobImpressionsCompleted
          Class JobImpressionsCompleted is an integer valued printing attribute class that specifies the number of impressions completed for the job so far.
 class JobKOctets
          Class JobKOctets is an integer valued printing attribute class that specifies the total size of the document(s) in K octets, i.e., in units of 1024 octets requested to be processed in the job.
 class JobKOctetsProcessed
          Class JobKOctetsProcessed is an integer valued printing attribute class that specifies the total number of print data octets processed so far in K octets, i.e., in units of 1024 octets.
 class JobMediaSheets
          Class JobMediaSheets is an integer valued printing attribute class that specifies the total number of media sheets to be produced for this job.
 class JobMediaSheetsCompleted
          Class JobMediaSheetsCompleted is an integer valued printing attribute class that specifies the number of media sheets which have completed marking and stacking for the entire job so far, whether those sheets have been processed on one side or on both.
 class JobPriority
          Class JobPriority is an integer valued printing attribute class that specifies a print job's priority.
 class JobPrioritySupported
          Class JobPrioritySupported is an integer valued printing attribute class that specifies whether a Print Service instance supports the JobPriority attribute and the number of different job priority levels supported.
 class NumberOfDocuments
          Class NumberOfDocuments is an integer valued printing attribute that indicates the number of individual docs the printer has accepted for this job, regardless of whether the docs' print data has reached the printer or not.
 class NumberOfInterveningJobs
          Class NumberOfInterveningJobs is an integer valued printing attribute that indicates the number of jobs that are ahead of this job in the relative chronological order of expected time to complete (i.e., the current scheduled order).
 class NumberUp
          Class NumberUp is an integer valued printing attribute class that specifies the number of print-stream pages to impose upon a single side of an instance of a selected medium.
 class PagesPerMinute
          Class PagesPerMinute is an integer valued printing attribute that indicates the nominal number of pages per minute to the nearest whole number which may be generated by this printer (e.g., simplex, black-and-white).
 class PagesPerMinuteColor
          Class PagesPerMinuteColor is an integer valued printing attribute that indicates the nominal number of pages per minute to the nearest whole number which may be generated by this printer when printing color (e.g., simplex, color).
 class QueuedJobCount
          Class QueuedJobCount is an integer valued printing attribute that indicates the number of jobs in the printer whose JobState is either PENDING, PENDING_HELD, PROCESSING, or PROCESSING_STOPPED.
 


Java™ Platform
Standard Ed. 6

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

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