Packageorg.aswing.colorchooser
Classpublic class NoColorIcon
ImplementsIcon



Public Methods
 MethodDefined by
  
NoColorIcon(width:int, height:int)
NoColorIcon
  
getDisplay(c:Component):DisplayObject
NoColorIcon
  
Return the icon's height.
NoColorIcon
  
Return the icon's width.
NoColorIcon
  
updateIcon(com:Component, g:Graphics2D, x:int, y:int):void
Draw the icon at the specified location.
NoColorIcon
Constructor detail
NoColorIcon()constructor
public function NoColorIcon(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):int

Return the icon's height.

Parameters
c:Component

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

Return the icon's width.

Parameters
c:Component

Returns
int
updateIcon()method 
public function updateIcon(com:Component, g:Graphics2D, x:int, y:int):void

Draw the icon at the specified location.

Parameters
com:Component
 
g:Graphics2D
 
x:int
 
y:int