Class SVGRenderingHints.Key

  • Enclosing class:
    SVGRenderingHints

    private static final class SVGRenderingHints.Key
    extends java.awt.RenderingHints.Key
    • Constructor Summary

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean isCompatibleValue​(@Nullable java.lang.Object val)  
      • 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

        private Key​(int privateKey)
    • Method Detail

      • isCompatibleValue

        public boolean isCompatibleValue​(@Nullable
                                         @Nullable java.lang.Object val)
        Specified by:
        isCompatibleValue in class java.awt.RenderingHints.Key