Package | twaver.network.ui |
Class | public class BackgroundUI |
Inheritance | BackgroundUI ![]() |
This ui should work with network component. Every network component has an internal background ui to draw background content for this network.
See Background
class to know more about
network background.
See also
Method | Defined By | ||
---|---|---|---|
BackgroundUI(network:Network)
Background ui constructor. | BackgroundUI | ||
invalidate():void
Invalidate painting of this background ui. | BackgroundUI |
Method | Defined By | ||
---|---|---|---|
measure():void [override]
| BackgroundUI |
BackgroundUI | () | Constructor |
public function BackgroundUI(network:Network)
Background ui constructor. Create a background ui for specified network component.
Parametersnetwork:Network — the network component this background ui
will work with.
|
invalidate | () | method |
public function invalidate():void
Invalidate painting of this background ui.
measure | () | method |
override protected function measure():void