开发者

Difference between UIComponent and Sprite in Flex

What is the difference between a UIComponent and a Sprite in开发者_如何学C Flex.


UIComponent is a base class for all other visal components in Flex and it is a part of Flex framework. (Package mx.core)

Sprite class is a basic display list building block and is part of Flash (Package flash.display)\

UIComponent is extends Sprite...

Check also:

UIComponent (check Inheritance UIComponent -> FLex Sprite -> Sprite -> ...)

Sprite

HBox (you can see that this visual component has UIComponent as it's base class Inheritance Box -> Container -> UIComponent -> ...)

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜