Package | org.apache.flex.graphics |
Interface | public interface IGraphicShape extends IUIBase, IStrand, IEventDispatcher, flash.events.IEventDispatcher |
Implementors | GraphicShape |
Property | Defined By | ||
---|---|---|---|
![]() | alpha : Number
The alpha or opacity in the range of 0 to 1. | IUIBase | |
![]() | element : IFlexJSElement [read-only]
Each IUIBase has an element that is actually added to
the platform's display list DOM. | IUIBase | |
graphics : Graphics [read-only] | IGraphicShape | ||
![]() | height : Number
The height of the bounding box. | IUIBase | |
![]() | topMostEventDispatcher : IEventDispatcher [read-only]
The top most event dispatcher. | IUIBase | |
![]() | visible : Boolean
Whether the component is visible. | IUIBase | |
![]() | width : Number
The width of the bounding box. | IUIBase | |
![]() | x : Number
The x co-ordinate or left side position of the bounding box. | IUIBase | |
![]() | y : Number
The y co-ordinate or top position of the bounding box. | IUIBase |