What is the difference between a UIComponent and a Sprite in Flex.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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 -> …)