Class RenderingHints.Key

java.lang.Object
com.itextpdf.awt.geom.misc.RenderingHints.Key
Direct Known Subclasses:
RenderingHints.KeyImpl
Enclosing class:
RenderingHints

public abstract static class RenderingHints.Key extends Object
Key
  • Field Details

    • key

      private final int key
  • Constructor Details

    • Key

      protected Key(int key)
  • Method Details

    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object
    • intKey

      protected final int intKey()
    • isCompatibleValue

      public abstract boolean isCompatibleValue(Object val)