Packageorg.aswing.plaf.basic.tabbedpane
Classpublic class CloseIcon
ImplementsIcon, UIResource

Close Icon for tab.



Protected Properties
 PropertyDefined by
  height : int
CloseIcon
  shape : Shape
CloseIcon
  width : int
CloseIcon
Public Methods
 MethodDefined by
  
CloseIcon
  
CloseIcon
  
getDisplay(c:Component):DisplayObject
CloseIcon
  
CloseIcon
  
CloseIcon
  
updateIcon(c:Component, g:Graphics2D, x:int, y:int):void
CloseIcon
Property detail
heightproperty
protected var height:int
shapeproperty 
protected var shape:Shape
widthproperty 
protected var width:int
Constructor detail
CloseIcon()constructor
public function CloseIcon()
Method detail
getColor()method
public function getColor():ASColor

Returns
ASColor
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