Packageorg.aswing
Classpublic class EmptyIcon
ImplementsIcon

EmptyIcon is just for sit a place.



Public Methods
 MethodDefined by
  
EmptyIcon(width:int, height:int)
EmptyIcon
  
getDisplay(c:Component):DisplayObject
EmptyIcon
  
EmptyIcon
  
EmptyIcon
  
updateIcon(c:Component, g:Graphics2D, x:int, y:int):void
EmptyIcon
Constructor detail
EmptyIcon()constructor
public function EmptyIcon(width:int, height:int)Parameters
width:int
 
height:int
Method detail
getDisplay()method
public function getDisplay(c:Component):DisplayObjectParameters
c:Component

Returns
DisplayObject
getIconHeight()method 
public function getIconHeight(c:Component):intParameters
c:Component

Returns
int
getIconWidth()method 
public function getIconWidth(c:Component):intParameters
c:Component

Returns
int
updateIcon()method 
public function updateIcon(c:Component, g:Graphics2D, x:int, y:int):voidParameters
c:Component
 
g:Graphics2D
 
x:int
 
y:int