Created to manage colors, obsels skins and other CSS like properties but not really used ; should be merged with the Layout class.
public var obselsSkinsSelectors:Array
public static var renderersSidePadding:Number = 25
public static var ZoomContextInitPercentWidth:Number = 30
public function Stylesheet()
public function getParameteredSkin(obsel:Obsel, traceline:TraceLine):ObselSkin
Create a ObselSkin from an Obsel and set a stylename according to the obselsSkinsSelectors array defined in the XML timeline descriptor.
Parameters
| obsel:Obsel — The obsel to render
|
|
| traceline:TraceLine — The traceline that contains the Obsel
|
Returns public static function getTracelineGroupColor(tlg:TraceLineGroup):uint
Select a color in the "fillColors" array of the TraceLineGroups
Parameters
Returns | uint — the selected color
|
Thu May 3 2012, 10:25 AM +02:00