Class LayerListDialog.LayerVisibleCheckBox.EyeIcon

    • Nested Class Summary

      • Nested classes/interfaces inherited from class javax.swing.ImageIcon

        javax.swing.ImageIcon.AccessibleImageIcon
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private boolean translucent  
      • Fields inherited from class javax.swing.ImageIcon

        component, tracker
    • Constructor Summary

      Constructors 
      Constructor Description
      EyeIcon​(java.lang.String name)  
      EyeIcon​(java.lang.String name, boolean translucent)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void paintIcon​(java.awt.Component comp, java.awt.Graphics g, int x, int y)  
      • Methods inherited from class javax.swing.ImageIcon

        getAccessibleContext, getDescription, getIconHeight, getIconWidth, getImage, getImageLoadStatus, getImageObserver, loadImage, setDescription, setImage, setImageObserver, toString
      • Methods inherited from class java.lang.Object

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

      • EyeIcon

        EyeIcon​(java.lang.String name)
      • EyeIcon

        EyeIcon​(java.lang.String name,
                boolean translucent)
    • Method Detail

      • paintIcon

        public void paintIcon​(java.awt.Component comp,
                              java.awt.Graphics g,
                              int x,
                              int y)
        Specified by:
        paintIcon in interface javax.swing.Icon
        Overrides:
        paintIcon in class javax.swing.ImageIcon