Uses of Class
javax.print.attribute.IntegerSyntax
Packages that use IntegerSyntax
Package
Description
Provides classes and interfaces that describe the types of Java Print
 Service attributes and how they can be collected into attribute sets.
Package 
javax.print.attribute.standard contains classes for specific
 printing attributes.- 
Uses of IntegerSyntax in javax.print.attributeMethods in javax.print.attribute with parameters of type IntegerSyntaxModifier and TypeMethodDescriptionbooleanSetOfIntegerSyntax.contains(IntegerSyntax attribute)Determine if this set-of-integer attribute contains the given integer attribute's value.
- 
Uses of IntegerSyntax in javax.print.attribute.standardSubclasses of IntegerSyntax in javax.print.attribute.standardModifier and TypeClassDescriptionclassClassCopiesis an integer valued printing attribute class that specifies the number of copies to be printed.classClassJobImpressionsis an integer valued printing attribute class that specifies the total size in number of impressions of the document(s) being submitted.classClassJobImpressionsCompletedis an integer valued printing attribute class that specifies the number of impressions completed for the job so far.classClassJobKOctetsis 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.classClassJobKOctetsProcessedis 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.classClassJobMediaSheetsis an integer valued printing attribute class that specifies the total number of media sheets to be produced for this job.classClassJobMediaSheetsCompletedis 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.classClassJobPriorityis an integer valued printing attribute class that specifies a print job's priority.classClassJobPrioritySupportedis an integer valued printing attribute class that specifies whether a Print Service instance supports theJobPriorityattribute and the number of different job priority levels supported.classClassNumberOfDocumentsis 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.classClassNumberOfInterveningJobsis 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).classClassNumberUpis 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.classClassPagesPerMinuteis 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).classClassPagesPerMinuteColoris 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).classClassQueuedJobCountis an integer valued printing attribute that indicates the number of jobs in the printer whoseJobStateis eitherPENDING,PENDING_HELD,PROCESSING, orPROCESSING_STOPPED.