Package org.jfree.pdf

Class PDFHints.Key

  • Enclosing class:
    PDFHints

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

      Constructors 
      Constructor Description
      Key​(int privateKey)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean isCompatibleValue​(java.lang.Object val)
      Returns true if val is a value that is compatible with this key, and false otherwise.
      • Methods inherited from class java.awt.RenderingHints.Key

        equals, hashCode, intKey
      • Methods inherited from class java.lang.Object

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

      • Key

        public Key​(int privateKey)
    • Method Detail

      • isCompatibleValue

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