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.attribute

    Methods in javax.print.attribute with parameters of type IntegerSyntax
    Modifier and Type
    Method
    Description
    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

    Modifier and Type
    Class
    Description
    final class 
    Class Copies is an integer valued printing attribute class that specifies the number of copies to be printed.
    final class 
    Class JobImpressions is an integer valued printing attribute class that specifies the total size in number of impressions of the document(s) being submitted.
    final class 
    Class JobImpressionsCompleted is an integer valued printing attribute class that specifies the number of impressions completed for the job so far.
    final class 
    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.
    final class 
    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 
    Class JobMediaSheets is an integer valued printing attribute class that specifies the total number of media sheets to be produced for this job.
    final class 
    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.
    final class 
    Class JobPriority is an integer valued printing attribute class that specifies a print job's priority.
    final class 
    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.
    final class 
    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.
    final class 
    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).
    final class 
    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.
    final class 
    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).
    final class 
    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).
    final class 
    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.