Class Drawable.DrawableHint

  • Enclosing interface:
    Drawable

    public static class Drawable.DrawableHint
    extends java.awt.RenderingHints.Key
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected DrawableHint​(int id)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean isCompatibleValue​(java.lang.Object val)  
      java.lang.String toString()  
      • Methods inherited from class java.awt.RenderingHints.Key

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

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

      • DrawableHint

        protected DrawableHint​(int id)
    • Method Detail

      • isCompatibleValue

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

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object