You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.
It refers to mx.core.IFactory. The most commonly used implementation of this interface is mx.core.ClassFactory. If you ever use a custom item renderer in a List or a Tree, you've probably used it. Anyway, here's the most basic example:
treemap.leafRenderer = new ClassFactory( LiteTreeMapLeafRenderer );
ClassFactory also allows you to set properties on the instantiated object. Custom factories could possibly do even more to the object, like set styles or call methods.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
To keep it simple, just use the LiteTreeMapBranchRenderer and LiteTreeMapLeafRenderer that comes with the source.
The text was updated successfully, but these errors were encountered: