Packagetwaver.network.ui
Classpublic class BackgroundUI
InheritanceBackgroundUI Inheritance mx.core.UIComponent

This ui class responsible for drawing background content on network background canvas that is displayed behind all elements. Background has own separate network canvas in the bottom layer on network component. Network background support bitmap picture and vector graph.

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

twaver.network.Background
twaver.network.Network


Public Methods
 MethodDefined By
  
Background ui constructor.
BackgroundUI
  
invalidate():void
Invalidate painting of this background ui.
BackgroundUI
Protected Methods
 MethodDefined By
  
measure():void
[override]
BackgroundUI
Constructor Detail
BackgroundUI()Constructor
public function BackgroundUI(network:Network)

Background ui constructor. Create a background ui for specified network component.

Parameters
network:Network — the network component this background ui will work with.
Method Detail
invalidate()method
public function invalidate():void

Invalidate painting of this background ui.

measure()method 
override protected function measure():void