Class PXLOutputDevice

  • All Implemented Interfaces:
    Serializable

    public class PXLOutputDevice
    extends OutputDevice
    The PXLOutputDevice generates HP PCL-XL, a graphic language understood by many recent laser printers.
    See Also:
    Serialized Form
    • Constructor Detail

      • PXLOutputDevice

        public PXLOutputDevice()
    • Method Detail

      • isColor

        public boolean isColor()
        Returns:
        Whether to generate color PCL (true) or black & white PCL (false)
      • setColor

        public void setColor​(boolean color)
        Set whether to generate color PCL (true) or black & white PCL (false)
        Parameters:
        color - true to generate color PCL, false to generate black & white