| Package | com.ithaca.timeline |
| Class | public class TraceLineGroup |
| Inheritance | TraceLineGroup LayoutNode spark.components.SkinnableContainer |
Default MXML PropertymxmlContentFactory
| Property | Defined By | ||
|---|---|---|---|
| backgroundColor : uint | TraceLineGroup | ||
| backgroundTraceLine : TraceLine
The traceline displayed in the background of the TraceLineGroup. | TraceLineGroup | ||
| contextPreviewTraceLine : TraceLine
The traceline used to represent this tracelinegroup in the preview zone. | TraceLineGroup | ||
![]() | layoutXML : XML
The XML descriptor of the sub-layout from this node. | LayoutNode | |
![]() | parentNode : LayoutNode
A reference to the parent node of this node. | LayoutNode | |
![]() | _timeline : Timeline
A reference to the timeline
| LayoutNode | |
| title : String | TraceLineGroup | ||
![]() | titleComponent : SkinnableContainer
The visual component used to show the title part of the node. | LayoutNode | |
| trace : Trace
Set the trace displayed by this TraceLineGroup
| TraceLineGroup | ||
| traceBegin : Number | TraceLineGroup | ||
| traceEnd : Number | TraceLineGroup | ||
| traceUri : String [read-only]
| TraceLineGroup | ||
| Property | Defined By | ||
|---|---|---|---|
| _trace : Trace | TraceLineGroup | ||
| Method | Defined By | ||
|---|---|---|---|
TraceLineGroup(tl:Timeline, trac:Trace, title:String = null, style:String = null)
Create a new TracelineGroup
| TraceLineGroup | ||
![]() | addChildAndTitle(child:LayoutNode, index:int = -1):void | LayoutNode | |
![]() | getElementByName(name:String):LayoutNode
Return the layoutNode of a given name in the subtree of this node
| LayoutNode | |
![]() | LayoutNode | ||
![]() | moveTraceline(child:LayoutNode, index:int = -1):void | LayoutNode | |
![]() | onSourceChange(event:CollectionEvent):void | LayoutNode | |
![]() | removeChildAndTitle(child:LayoutNode):void
Remove a child (mostly Traceline)
| LayoutNode | |
![]() | resetObselCollection(obselsCollection:ArrayCollection = null):void | LayoutNode | |
| _trace | property |
protected var _trace:Trace| backgroundColor | property |
public var backgroundColor:uint| backgroundTraceLine | property |
public var backgroundTraceLine:TraceLineThe traceline displayed in the background of the TraceLineGroup. In the XML descriptor, this traceline has the attribute: style="background".
| contextPreviewTraceLine | property |
public var contextPreviewTraceLine:TraceLineThe traceline used to represent this tracelinegroup in the preview zone. In the XML descriptor, this traceline has the attribute: preview="true".
See also
| title | property |
public var title:String| trace | property |
trace:TraceSet the trace displayed by this TraceLineGroup
public function get trace():Trace public function set trace(value:Trace):void| traceBegin | property |
public var traceBegin:Number| traceEnd | property |
public var traceEnd:Number| traceUri | property |
traceUri:String [read-only]
public function get traceUri():String| TraceLineGroup | () | Constructor |
public function TraceLineGroup(tl:Timeline, trac:Trace, title:String = null, style:String = null)Create a new TracelineGroup
Parameterstl:Timeline — a reference to the timeline that contains this TraceLineGroup
| |
trac:Trace — the trace displayed by this TraceLineGroup
| |
title:String (default = null) — the title and the name of the TraceLineGroup.
| |
style:String (default = null) — the styleName of the TraceLineGroup and the TraceLineGroupTitle too.
|