Class Reverse

  • All Implemented Interfaces:
    java.io.Serializable, javax.print.attribute.Attribute, javax.print.attribute.DocAttribute, javax.print.attribute.PrintJobAttribute, javax.print.attribute.PrintRequestAttribute

    public class Reverse
    extends java.lang.Object
    implements javax.print.attribute.DocAttribute, javax.print.attribute.PrintRequestAttribute, javax.print.attribute.PrintJobAttribute
    Custom print attribute indicating the pages should be printed in reverse order. This is just a marker attribute, if present, pages should be printed in reverse order, if not present, then print pages in forward order.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      Reverse()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object object)  
      java.lang.Class<? extends javax.print.attribute.Attribute> getCategory()  
      java.lang.String getName()  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Reverse

        public Reverse()
    • Method Detail

      • equals

        public boolean equals​(java.lang.Object object)
        Overrides:
        equals in class java.lang.Object
      • getCategory

        public final java.lang.Class<? extends javax.print.attribute.Attribute> getCategory()
        Specified by:
        getCategory in interface javax.print.attribute.Attribute
      • getName

        public final java.lang.String getName()
        Specified by:
        getName in interface javax.print.attribute.Attribute