Packages

o

scala.swing.Swing

EmptyIcon

object EmptyIcon extends Icon with Product with Serializable

The empty icon. Use this icon instead of null to indicate that you don't want an icon.

Linear Supertypes
Serializable, java.io.Serializable, Product, Equals, Icon, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. EmptyIcon
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. Icon
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def getIconHeight(): Int
    Definition Classes
    EmptyIcon → Icon
  2. def getIconWidth(): Int
    Definition Classes
    EmptyIcon → Icon
  3. def paintIcon(c: java.awt.Component, g: Graphics, x: Int, y: Int): Unit
    Definition Classes
    EmptyIcon → Icon