Class PDFColorHandler

java.lang.Object
org.apache.fop.pdf.PDFColorHandler

public class PDFColorHandler extends Object
This class handles the registration of color spaces and the generation of PDF code to select the right colors given a Color instance.
  • Constructor Details

  • Method Details

    • establishColor

      public void establishColor(StringBuffer codeBuffer, Color color, boolean fill, boolean alpha)
      Generates code to select the given color and handles the registration of color spaces in PDF where necessary.
      Parameters:
      codeBuffer - the target buffer to receive the color selection code
      color - the color
      fill - true for fill color, false for stroke color