Package com.orsonpdf

Class PDFHints.Key

Enclosing class:
PDFHints

public static class PDFHints.Key extends RenderingHints.Key
A key for hints used by the PDFGraphics2D class.
  • Constructor Details

    • Key

      public Key(int privateKey)
  • Method Details

    • isCompatibleValue

      public boolean isCompatibleValue(Object val)
      Returns true if val is a value that is compatible with this key, and false otherwise.
      Specified by:
      isCompatibleValue in class RenderingHints.Key
      Parameters:
      val - the value.
      Returns:
      A boolean.