Scala Swing Library
|
|
scala/swing/Swing.scala
]
case
object
EmptyIcon
extends
javax.swing.Icon with
scala.Productnull
to indicate
that you don't want an icon.Method Summary | |
def
|
getIconHeight : Int |
def
|
getIconWidth : Int |
def
|
paintIcon (c : java.awt.Component, g : java.awt.Graphics, x : Int, y : Int) : Unit |
override def
|
productArity : Int |
override def
|
productElement (arg0 : Int) : Any |
override def
|
productPrefix : java.lang.String |
protected def
|
readResolve : AnyRef |
override final def
|
toString
: java.lang.String
Returns a string representation of the object.
|
Methods inherited from AnyRef | |
getClass, hashCode, equals, clone, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized |
Methods inherited from Any | |
==, !=, isInstanceOf, asInstanceOf |
Method Details |
def
getIconHeight : Int
def
getIconWidth : Int
def
paintIcon(c : java.awt.Component, g : java.awt.Graphics, x : Int, y : Int) : Unit
override final
def
toString : java.lang.String
The default representation is platform dependent.
override
def
productPrefix : java.lang.String
override
def
productArity : Int
protected
def
readResolve : AnyRef
Scala Swing Library
|
|