Class org.aswing.plaf.basic.icon.FrameCloseIcon

Description

Method Index

new FrameCloseIcon()
paintIcon()

Inherited from FrameIcon

Constructor Detail

FrameCloseIcon

public function FrameCloseIcon()

Parameters

Method Detail

paintIcon

public function paintIcon(com:Component, g:Graphics, x:Number, y:Number):Void

Description copied from Icon

Draw the icon at the specified component's specified location with the graphics. If this if the first time to paint on the specified component, there may need some install operation, for example create MC on the specified mc if needed.

Specified By

paintIcon() in org.aswing.Icon

Overrides

paintIcon() in org.aswing.plaf.basic.icon.FrameIcon