public class BBJasperPrintChromaticity
Provides print chromaticity operations
Constructor and Description |
---|
BBJasperPrintChromaticity(javax.print.attribute.standard.Chromaticity p_chromaticity!) Constructor Constructs a BBJasperPrintChromaticity object given a Chromaticity object |
Modifier and Type | Method and Description |
---|---|
javax.print.attribute.standard.Chromaticity | getChromaticity() getChromaticity Returns the chromaticity object |
static BBnet.sf.jasperreports.engine.JasperPrintjavax.print.attribute.standard.Chromaticity | getColor() getColor Creates and returns a chromaticity object that contains color information |
static BBnet.sf.jasperreports.engine.JasperPrintjavax.print.attribute.standard.Chromaticity | getMonochrome() getMonochrome Creates and returns a chromaticity object that contains monochrome information |
public BBJasperPrintChromaticity(javax.print.attribute.standard.Chromaticity p_chromaticity!)
Constructor Constructs a BBJasperPrintChromaticity object given a Chromaticity object
p_chromaticity!
Chromaticity object that contains chromaticity informationpublic javax.print.attribute.standard.Chromaticity getChromaticity()
getChromaticity Returns the chromaticity object
public static BBnet.sf.jasperreports.engine.JasperPrintjavax.print.attribute.standard.Chromaticity getColor()
getColor Creates and returns a chromaticity object that contains color information
public static BBnet.sf.jasperreports.engine.JasperPrintjavax.print.attribute.standard.Chromaticity getMonochrome()
getMonochrome Creates and returns a chromaticity object that contains monochrome information