| Package | de.mightypirates.megazine.gui |
| Interface | public interface ILibrary |
| Method | Defined by | ||
|---|---|---|---|
|
getInstanceOf(id:String):DisplayObject
Returns a new instance of the graphics object of the given type.
| ILibrary | ||
| getInstanceOf | () | method |
public function getInstanceOf(id:String):DisplayObjectReturns a new instance of the graphics object of the given type.
Parametersid:String — The type of the object. See constants in LibraryConstants.
|
DisplayObject — A new instance of the type, or null if invalid.
|
See also