CenteredImageIcon

org.nlogo.swing.CenteredImageIcon
class CenteredImageIcon(orig: ImageIcon, w: Int, h: Int) extends ImageIcon

Attributes

Source
CenteredImageIcon.scala
Graph
Supertypes
class ImageIcon
trait Accessible
trait Serializable
trait Icon
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def getIconHeight: Int

Attributes

Definition Classes
ImageIcon -> Icon
Source
CenteredImageIcon.scala
override def getIconWidth: Int

Attributes

Definition Classes
ImageIcon -> Icon
Source
CenteredImageIcon.scala
override def paintIcon(c: Component, g: Graphics, x: Int, y: Int): Unit

Attributes

Definition Classes
ImageIcon -> Icon
Source
CenteredImageIcon.scala

Inherited methods

@BeanProperty(bound = _, expert = true, hidden = _, preferred = _, required = _, visualUpdate = _, description = "The AccessibleContext associated with this ImageIcon.", enumerationValues = _)
def getAccessibleContext(): AccessibleContext

Attributes

Inherited from:
ImageIcon
def getDescription(): String

Attributes

Inherited from:
ImageIcon
def getImage(): Image

Attributes

Inherited from:
ImageIcon

Attributes

Inherited from:
ImageIcon
def getImageObserver(): ImageObserver

Attributes

Inherited from:
ImageIcon
def setDescription(x$0: String): Unit

Attributes

Inherited from:
ImageIcon
def setImage(x$0: Image): Unit

Attributes

Inherited from:
ImageIcon
def setImageObserver(x$0: ImageObserver): Unit

Attributes

Inherited from:
ImageIcon
def toString(): String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Inherited from:
ImageIcon