Package | com.ithaca.timeline.skins |
Class | public class TraceLineSkin |
Inheritance | TraceLineSkin ![]() |
Implements | ITraceLineSkin, mx.core.IStateClient2 |
Default MXML PropertymxmlContent
Property | Defined By | ||
---|---|---|---|
contentGroup : VGroup | TraceLineSkin | ||
displayLevel : Number = 0 | TraceLineSkin | ||
hostComponent : TraceLine | TraceLineSkin | ||
obselsRenderer : ObselsRenderer | TraceLineSkin | ||
rendererGroup : Group | TraceLineSkin | ||
renderersSidePadding : Number = 0 | TraceLineSkin | ||
timeline : Timeline | TraceLineSkin |
Method | Defined By | ||
---|---|---|---|
Constructor. | TraceLineSkin | ||
TraceLineSkin | |||
styleChanged(styleProp:String):void [override] | TraceLineSkin |
Method | Defined By | ||
---|---|---|---|
creationCompleteHandler(event:FlexEvent):void | TraceLineSkin | ||
onResize(event:Event):void | TraceLineSkin |
Style | Description | Defined By | ||
---|---|---|---|---|
rendererGap | Type: Number CSS Inheritance: no | TraceLineSkin | ||
rendererHeight | Type: Number CSS Inheritance: no | TraceLineSkin |
contentGroup | property |
public var contentGroup:VGroup
This property can be used as the source for data binding.
displayLevel | property |
public var displayLevel:Number = 0
This property can be used as the source for data binding.
hostComponent | property |
public var hostComponent:TraceLine
This property can be used as the source for data binding.
obselsRenderer | property |
public var obselsRenderer:ObselsRenderer
This property can be used as the source for data binding.
rendererGroup | property |
public var rendererGroup:Group
This property can be used as the source for data binding.
renderersSidePadding | property |
public var renderersSidePadding:Number = 0
This property can be used as the source for data binding.
timeline | property |
public var timeline:Timeline
This property can be used as the source for data binding.
TraceLineSkin | () | Constructor |
public function TraceLineSkin()
Constructor.
creationCompleteHandler | () | method |
protected function creationCompleteHandler(event:FlexEvent):void
Parameters
event:FlexEvent |
getObselsRenderer | () | method |
onResize | () | method |
protected function onResize(event:Event):void
Parameters
event:Event |
styleChanged | () | method |
override public function styleChanged(styleProp:String):void
Parameters
styleProp:String |