Essentially a VBox full of Windows. Only one Window will be expanded at any time.

Constructor

new (arc:Float, outerRadius:Float, iconRadius:Float, innerRadius:Float)

Constructor.

Parameters:

arc

The radians of the arc to draw.

outerRadius

The outer radius of the arc.

innerRadius

The inner radius of the arc.

Variables

borderColor:UInt

Sets / gets border color.

color:UInt

Sets / gets base color.

highlightColor:UInt

Sets / gets highlight color.

id:Int

Methods

get_color ():UInt

get_rotation ():Float

setIcon (iconOrLabel:Dynamic):Void

Sets the icon or label of this button.

Parameters:

iconOrLabel

Either a display object instance, a class that extends DisplayObject, or text to show in a label.

set_borderColor (value:UInt):UInt

set_color (value:UInt):UInt

set_highlightColor (value:UInt):UInt

set_rotation (value:Float):Void

Overrides rotation by rotating arc only, allowing label / icon to be unrotated.