2010-05-23 83 views

回答

3

UIComponent是Flex中所有其他visal組件的基類,它是Flex框架的一部分。 (包mx.core)

Sprite類是基本顯示列表構造塊,是\

UIComponent閃存(flash.display包)的一部分延伸雪碧......

檢查也:

UIComponent(檢查繼承UIComponent - > FLEX雪碧 - >雪碧 - > ...)

Sprite

HBox(您可以看到,此可視組件具有UIComponent,因爲它的基類爲 繼承框 - >容器 - > UIComponent - > ...)

相關問題