A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
LABEL_ALPHA — Constant Static Property, class twaver.Styles
Element label color transparency.
labelAttachment — Property, class twaver.network.ui.ElementUI
Get label attachment of this element ui.
LabelAttachment — class, package twaver.network.ui
Label attachment is defined to display element name as a label on network canvas.
LabelAttachment(elementUI:twaver.network.ui:ElementUI, showInAttachmentCanvas:Boolean, rotatable:Boolean) — Constructor, class twaver.network.ui.LabelAttachment
Constructor, create label attachment for this element ui.
LABEL_BOLD — Constant Static Property, class twaver.Styles
Whether element label font is bold.
LABEL_COLOR — Constant Static Property, class twaver.Styles
Element label text color.
LABEL_CONTENT_XSCALE — Constant Static Property, class twaver.Styles
Element label text scale value in x axis.
LABEL_CONTENT_YSCALE — Constant Static Property, class twaver.Styles
Element label text scale value in y axis.
LABEL_CORNER_RADIUS — Constant Static Property, class twaver.Styles
Element label border line corner round radius.
LABEL_DIRECTION — Constant Static Property, class twaver.Styles
Element label direction.
LABEL_EMBED — Constant Static Property, class twaver.Styles
Whether element label use embed font.
LABEL_FILL — Constant Static Property, class twaver.Styles
Boolean value, whether label area need to fill.
LABEL_FILL_ALPHA — Constant Static Property, class twaver.Styles
Element label area fill transparency.
LABEL_FILL_COLOR — Constant Static Property, class twaver.Styles
Element label area fill color.
LABEL_FONT — Constant Static Property, class twaver.Styles
Element label font name.
labelFunction — Property, class twaver.controls.Tree
labelFunction — Property, class twaver.network.Network
Get label generator of this network.
LABEL_FUNCTION — Static Property, class twaver.Defaults
Default label generator function.
LABEL_GRADIENT — Constant Static Property, class twaver.Styles
Element label area fill gradient pattern.
LABEL_GRADIENT_ALPHA — Constant Static Property, class twaver.Styles
Element label area fill gradient color transparency.
LABEL_GRADIENT_COLOR — Constant Static Property, class twaver.Styles
Element label area fill gradient color.
LABEL_HTML — Constant Static Property, class twaver.Styles
Element label whether or not html.Default value is false.
LABEL_ITALIC — Constant Static Property, class twaver.Styles
Whether element label use italic font.
LABEL_OUTLINE_ALPHA — Constant Static Property, class twaver.Styles
Element label outline color transparency.
LABEL_OUTLINE_COLOR — Constant Static Property, class twaver.Styles
Element label outline color.
LABEL_OUTLINE_WIDTH — Constant Static Property, class twaver.Styles
Element label outline width.
LABEL_PADDING — Constant Static Property, class twaver.Styles
Element label border inner padding value.
LABEL_PADDING_BOTTOM — Constant Static Property, class twaver.Styles
Element label border inner bottom gap.
LABEL_PADDING_LEFT — Constant Static Property, class twaver.Styles
Element label border inner left gap.
LABEL_PADDING_RIGHT — Constant Static Property, class twaver.Styles
Element label border inner right gap.
LABEL_PADDING_TOP — Constant Static Property, class twaver.Styles
Element label border inner top gap.
LABEL_POINTER_LENGTH — Constant Static Property, class twaver.Styles
Element label pointer length value.
LABEL_POINTER_WIDTH — Constant Static Property, class twaver.Styles
Element label pointer width value.
LABEL_POSITION — Constant Static Property, class twaver.Styles
Element label position.
LABEL_SIZE — Constant Static Property, class twaver.Styles
Element label font size.
LABEL_UNDERLINE — Constant Static Property, class twaver.Styles
Whether draw underline for element label font.
LABEL_XOFFSET — Constant Static Property, class twaver.Styles
Element label x offset base on the LABEL_POSITION.
LABEL_YOFFSET — Constant Static Property, class twaver.Styles
Element label y offset base on the LABEL_POSITION.
lastData — Property, class twaver.SelectionModel
Get the last added data from this selection model.
Layer — class, package twaver
This class defines the layer object that represents a stonealone layer in element box.
Layer(id:Object, name:String) — Constructor, class twaver.Layer
Constructor
layerBox — Property, class twaver.ElementBox
Get layer box instance of this element box.
LayerBox — class, package twaver
This layer box is a special data box manages layer objects for an element box.
LayerBox(elementBox:twaver:ElementBox) — Constructor, class twaver.LayerBox
Create layer box and connect it to the specified element box.
layerBoxSerializable — Property, class twaver.SerializationSettings
Value indicates whether layer box of the connected data box is serializable.
layerCanvas — Property, class twaver.network.Network
Get layer canvas of this network.
LAYER_DEFAULT_ID — Static Property, class twaver.Defaults
The default layer's ID
LAYER_DEFAULT_NAME — Static Property, class twaver.Defaults
The default layer's name.
layerID — Property, class twaver.Element
Get layer ID of this element.
layerID — Property, interface twaver.IElement
Get layer id of this element.
LAYOUT_BOTTOMTOP — Constant Static Property, class twaver.Consts
A tree layout that the hierarchy is grow from bottom to top.
LAYOUT_LEFTRIGHT — Constant Static Property, class twaver.Consts
A tree layout that the hierarchy is grow from left to right.
layoutRect — Property, class twaver.network.layout.CloudLayouter
Get the layouted area.
LAYOUT_RIGHTLEFT — Constant Static Property, class twaver.Consts
A tree layout that the hierarchy is grow from right to left.
LAYOUT_ROUND — Constant Static Property, class twaver.Consts
Defines the round layout algorithm.
LAYOUT_SYMMETRY — Constant Static Property, class twaver.Consts
Defines the symmetry layout algorithm.
LAYOUT_TOPBOTTOM — Constant Static Property, class twaver.Consts
A tree layout that the hierarchy is grow from top to bottom.
lazyMode — Property, class twaver.network.interaction.EditInteractionHandler
Get the value whether use lazy-move mode for moving elements on network canvas.
lazyMode — Property, class twaver.network.interaction.MoveInteractionHandler
Whether enable lazy-movement mode for moving element around on network canvas by mouse.
lazyMoveAnimate — Property, class twaver.network.Network
Whether enable animated effect when move elements lazily.
LAZY_MOVE_BETWEEN — Constant Static Property, class twaver.network.interaction.InteractionEvent
Event type indicates lazy-movement by mouse is on the go now.
LAZY_MOVE_END — Constant Static Property, class twaver.network.interaction.InteractionEvent
Event type indicates live-movement by mouse has ended.
lazyMoveFill — Property, class twaver.network.Network
Get value whether element will be filled by special color when it is lazy-moving on network.
lazyMoveFillAlpha — Property, class twaver.network.Network
Get transparent alpha value of element fill color when element is lazy-moving on network.
lazyMoveFillColor — Property, class twaver.network.Network
Get element fill color when element is lazy-moving on network.
lazyMoveOutlineColor — Property, class twaver.network.Network
Get element outline color when element is lazy-moving on network.
lazyMoveOutlineWidth — Property, class twaver.network.Network
Set element outline stroke width when element is lazy-moving on network.
LAZY_MOVE_START — Constant Static Property, class twaver.network.interaction.InteractionEvent
Event type indicates lazy-movement by mouse has just started.
LAZY_RESIZE_BETWEEN — Constant Static Property, class twaver.network.interaction.InteractionEvent
Event type indicates lazy-resizing by mouse is on the go now.
LAZY_RESIZE_END — Constant Static Property, class twaver.network.interaction.InteractionEvent
Event type indicates lazy-resizing by mouse has just ended.
LAZY_RESIZE_START — Constant Static Property, class twaver.network.interaction.InteractionEvent
Event type indicates lazy-resizing by mouse has just started.
limit — Property, class twaver.DataBox
Get the limit for this data box.
limitElementInPositiveLocation — Property, class twaver.network.Network
Return whether the elements can not be moved to negative location such as (-100,-100).
LIMIT_ELEMENT_INPOSITIVE_LOCATION — Static Property, class twaver.Defaults
Default value whether the elements can not be moved to negative location such as (-100,-100).
LineChart — class, package twaver.charts
LineChart(dataBox:twaver:DataBox) — Constructor, class twaver.charts.LineChart
LINECHART_ANCHOR_SHAPE_FUNCTION — Static Property, class twaver.Defaults
LINECHART_ANCHOR_SIZE_FUNCTION — Static Property, class twaver.Defaults
LINECHART_INTERRUPTABLE — Static Property, class twaver.Defaults
LINECHART_LINE_WIDTH_FUNCTION — Static Property, class twaver.Defaults
LINECHART_LOWER_LIMIT — Static Property, class twaver.Defaults
LINECHART_UPPER_LIMIT — Static Property, class twaver.Defaults
LINECHART_XAXIS_LINE_COLOR — Static Property, class twaver.Defaults
LINECHART_XAXIS_LINE_WIDTH — Static Property, class twaver.Defaults
LINECHART_XAXIS_TEXT_COLOR — Static Property, class twaver.Defaults
LINECHART_XAXIS_TEXT_FONT — Static Property, class twaver.Defaults
LINECHART_XSCALE_LINE_COLOR — Static Property, class twaver.Defaults
LINECHART_XSCALE_LINE_WIDTH — Static Property, class twaver.Defaults
LINECHART_XSCALE_TEXT_COLOR — Static Property, class twaver.Defaults
LINECHART_XSCALE_TEXT_FONT — Static Property, class twaver.Defaults
LINECHART_XSCALE_TEXT_ORIENTATION — Static Property, class twaver.Defaults
LINECHART_YAXIS_LINE_COLOR — Static Property, class twaver.Defaults
LINECHART_YAXIS_LINE_WIDTH — Static Property, class twaver.Defaults
LINECHART_YAXIS_TEXT_COLOR — Static Property, class twaver.Defaults
LINECHART_YAXIS_TEXT_FONT — Static Property, class twaver.Defaults
LINECHART_YSCALE_LINE_COLOR — Static Property, class twaver.Defaults
LINECHART_YSCALE_LINE_WIDTH — Static Property, class twaver.Defaults
LINECHART_YSCALE_MIN_TEXT_VISIBLE — Static Property, class twaver.Defaults
LINECHART_YSCALE_PIXEL_GAP — Static Property, class twaver.Defaults
LINECHART_YSCALE_TEXT_COLOR — Static Property, class twaver.Defaults
LINECHART_YSCALE_TEXT_FONT — Static Property, class twaver.Defaults
LINECHART_YSCALE_TEXT_VISIBLE — Static Property, class twaver.Defaults
LINECHART_YSCALE_VALUE_GAP — Static Property, class twaver.Defaults
lineLength — Property, class twaver.ShapeNode
Get the number how many lines are contains in this shape.
lineLength — Property, class twaver.network.ui.LinkUI
Get line segment count of this link.
lineRate — Property, class twaver.charts.PieChart
lineWidthFunction — Property, class twaver.charts.LineChart
lineWidthFunction — Property, class twaver.charts.RadarChart
link — Property, class twaver.network.ui.LinkUI
Get the connected link element.
Link — class, package twaver
Link is an element looks like a link on network canvas.
Link(id:Object, fromNode:twaver:Node, toNode:twaver:Node) — Constructor, class twaver.Link
Link constructor.
LINK_ALPHA — Constant Static Property, class twaver.Styles
Link element color transparency.
LINK_BUNDLE_AGENT_FUNCTION — Static Property, class twaver.Defaults
The default generator to determine which link would be the agent link of the link bundle.
LINK_BUNDLE_ENABLE — Constant Static Property, class twaver.Styles
Boolean value whether link element will be bundled.
LINK_BUNDLE_EXPANDED — Constant Static Property, class twaver.Styles
Boolean values determine link bundle whether in expanded status.
LINK_BUNDLE_GAP — Constant Static Property, class twaver.Styles
Gap between bundled links.
LINK_BUNDLE_ID — Constant Static Property, class twaver.Styles
Link bundled group id.
LINK_BUNDLE_INDEPENDENT — Constant Static Property, class twaver.Styles
Boolean values whether bundle the link bundle groups independently.
LINK_BUNDLE_OFFSET — Constant Static Property, class twaver.Styles
Offset value for link bundle flexion.
LINK_CAPS_STYLE — Constant Static Property, class twaver.Styles
Link element caps sytle.
_linkClass — Property, class twaver.network.interaction.CreateLinkInteractionHandler
linkClass — Property, class twaver.network.interaction.CreateLinkInteractionHandler
Get the link class type will be created
LINK_COLOR — Constant Static Property, class twaver.Styles
Link element color.
LINK_CONTROL_POINT — Constant Static Property, class twaver.Styles
Link element control point.
LINK_CORNER — Constant Static Property, class twaver.Styles
Link corner type.
LINK_CORNER_BEVEL — Constant Static Property, class twaver.Consts
For orthogonal link, the corner will be cut off by a straight line.
LINK_CORNER_NONE — Constant Static Property, class twaver.Consts
For orthogonal link, the corner will be joined by straight line.
LINK_CORNER_ROUND — Constant Static Property, class twaver.Consts
For orthogonal link, the corner will be round off.
LINK_CORNER_XRADIUS — Constant Static Property, class twaver.Styles
Link corner x radius of the round arc.
LINK_CORNER_YRADIUS — Constant Static Property, class twaver.Styles
Link corner y radius of the round arc.
LINK_EXTEND — Constant Static Property, class twaver.Styles
Link element extended offset.
LINK_FROM_AT_EDGE — Constant Static Property, class twaver.Styles
Boolean value whether link from point is in the edge of from node.
LINK_FROM_POSITION — Constant Static Property, class twaver.Styles
Link element path start position.
LINK_FROM_XOFFSET — Constant Static Property, class twaver.Styles
Link element path start point offset in x axis base on the LINK_FROM_POSITION.
LINK_FROM_YOFFSET — Constant Static Property, class twaver.Styles
Link element path start point offset in y axis base on the LINK_FROM_POSITION.
LinkHandlerAttachment — class, package twaver.network.ui
This attachment draw the link bundle handler for link ui.
LinkHandlerAttachment(linkUI:twaver.network.ui:LinkUI, showInAttachmentCanvas:Boolean) — Constructor, class twaver.network.ui.LinkHandlerAttachment
Link handler attachment constructor.
LINK_HANDLER_BOLD — Constant Static Property, class twaver.Styles
Whether use bold style for link bundle handler text.
LINK_HANDLER_COLOR — Constant Static Property, class twaver.Styles
Link bundle handler text font color.
LINK_HANDLER_CORNER_RADIUS — Constant Static Property, class twaver.Styles
Link bundle handler corner radius.
LINK_HANDLER_DIRECTION — Constant Static Property, class twaver.Styles
Link bundle handler expand direction.
LINK_HANDLER_EMBED — Constant Static Property, class twaver.Styles
Whether use embedded font for link bundle handler text.
LINK_HANDLER_FILL — Constant Static Property, class twaver.Styles
Whether fill link bundle handler area.
LINK_HANDLER_FILL_ALPHA — Constant Static Property, class twaver.Styles
Link bundle handler fill color transparency.
LINK_HANDLER_FILL_COLOR — Constant Static Property, class twaver.Styles
Link bundle handler fill color.
LINK_HANDLER_FONT — Constant Static Property, class twaver.Styles
Link bundle handler text font.
LINK_HANDLER_GRADIENT — Constant Static Property, class twaver.Styles
Link bundle handler fill gradient pattern.
LINK_HANDLER_GRADIENT_ALPHA — Constant Static Property, class twaver.Styles
Link bundle handler fill gradient color transparency.
LINK_HANDLER_GRADIENT_COLOR — Constant Static Property, class twaver.Styles
Link bundle handler fill gradient color.
LINK_HANDLER_ITALIC — Constant Static Property, class twaver.Styles
Whether use italic style for link bundle handler text.
linkHandlerLabelFunction — Property, class twaver.network.Network
Get the generator used to determine what text content of link handler should be displayed.
LINK_HANDLER_LABEL_FUNCTION — Static Property, class twaver.Defaults
The default link bundle label generator function.
LINK_HANDLER_POINTER_LENGTH — Constant Static Property, class twaver.Styles
Link bundle handler pointer length.
LINK_HANDLER_POINTER_WIDTH — Constant Static Property, class twaver.Styles
Link bundle handler pointer width.
LINK_HANDLER_POSITION — Constant Static Property, class twaver.Styles
Link bundle handler text position.
LINK_HANDLER_SIZE — Constant Static Property, class twaver.Styles
Link bundle handler text font size.
LINK_HANDLER_UNDERLINE — Constant Static Property, class twaver.Styles
Whether use underline style for link bundle handler text.
LINK_HANDLER_XOFFSET — Constant Static Property, class twaver.Styles
Link bundle handler text x offset base on LINK_HANDLER_POSITION.
LINK_HANDLER_YOFFSET — Constant Static Property, class twaver.Styles
Link bundle handler text y offset base on LINK_HANDLER_POSITION.
LINK_JOINT_STYLE — Constant Static Property, class twaver.Styles
Link element joint sytle.
LINK_LABEL_ROTATABLE — Constant Static Property, class twaver.Styles
Whether link label rotate along link.
LINK_LOOPED_DIRECTION — Constant Static Property, class twaver.Styles
Line growing direction for self-looped links.
LINK_LOOPED_GAP — Constant Static Property, class twaver.Styles
Line gap between looped links.
LINK_LOOPED_TYPE — Constant Static Property, class twaver.Styles
Line path type of self-looped link element.
LINK_LOOPED_TYPE_ARC — Constant Static Property, class twaver.Consts
Indicate that the looped link will display as an arc style.
LINK_LOOPED_TYPE_RECTANGLE — Constant Static Property, class twaver.Consts
Indicate that the looped link will display as an rectangle style.
LINK_PATTERN — Constant Static Property, class twaver.Styles
Link element dash pattern.
LINK_PIXEL_HINTING — Constant Static Property, class twaver.Styles
Whether enable link element pixel hinting.
linkPoints — Property, class twaver.network.ui.LinkUI
Get all control points of the link element.
linkRepulsionFactor — Property, class twaver.network.layout.SpringLayouter
Get link repulsion factor of this spring layout.
links — Property, class twaver.BundleLinks
Get all link objects in this bundle.
links — Property, class twaver.Node
Get all connected links of this node with a collection.
LINK_SCALE_MODE — Constant Static Property, class twaver.Styles
Link element scale mode.
LINK_SPLIT_BY_PERCENT — Constant Static Property, class twaver.Styles
Boolean value whether link will split into segments by percentage.
LINK_SPLIT_PERCENT — Constant Static Property, class twaver.Styles
The percentage to split link into segments.
LINK_SPLIT_VALUE — Constant Static Property, class twaver.Styles
Link split value.
LinkSubNetwork — class, package twaver
LinkSubNetwork(id:Object, fromNode:twaver:Node, toNode:twaver:Node) — Constructor, class twaver.LinkSubNetwork
LINK_TO_AT_EDGE — Constant Static Property, class twaver.Styles
Boolean value whether link to point is in the edge of from node.
LINK_TO_POSITION — Constant Static Property, class twaver.Styles
Link element path end position.
LINK_TO_XOFFSET — Constant Static Property, class twaver.Styles
Link element path end point offset in x axis base on the LINK_FROM_POSITION.
LINK_TO_YOFFSET — Constant Static Property, class twaver.Styles
Link element path stop point offset in y axis base on the LINK_TO_POSITION.
LINK_TYPE — Constant Static Property, class twaver.Styles
Link element type.
LINK_TYPE_ARC — Constant Static Property, class twaver.Consts
Defines link type with arc shape.
LINK_TYPE_EXTEND_BOTTOM — Constant Static Property, class twaver.Consts
Defines link that extends from bottom direction.
LINK_TYPE_EXTEND_LEFT — Constant Static Property, class twaver.Consts
Defines link that extends from left side.
LINK_TYPE_EXTEND_RIGHT — Constant Static Property, class twaver.Consts
Defines link that extends from right side.
LINK_TYPE_EXTEND_TOP — Constant Static Property, class twaver.Consts
Defines link that extends from top direction.
LINK_TYPE_FLEXIONAL — Constant Static Property, class twaver.Consts
Defines link type with flexional shape.
LINK_TYPE_FLEXIONAL_HORIZONTAL — Constant Static Property, class twaver.Consts
Defines flexional link which will be flexed in horizontal direction.
LINK_TYPE_FLEXIONAL_VERTICAL — Constant Static Property, class twaver.Consts
Defines flexional link which will be flexed in vertical direction.
LINK_TYPE_HORIZONTAL_VERTICAL — Constant Static Property, class twaver.Consts
Defines horizontal-vertical link style.
LINK_TYPE_ORTHOGONAL — Constant Static Property, class twaver.Consts
Defines orthogonal link style.
LINK_TYPE_ORTHOGONAL_HORIZONTAL — Constant Static Property, class twaver.Consts
Defines horizontal orthogonal link style.
LINK_TYPE_ORTHOGONAL_VERTICAL — Constant Static Property, class twaver.Consts
Defines vertical orthogonal link style.
LINK_TYPE_PARALLEL — Constant Static Property, class twaver.Consts
Defines link type with parallel style.
LINK_TYPE_TRIANGLE — Constant Static Property, class twaver.Consts
Defines link type with triangle shape.
LINK_TYPE_VERTICAL_HORIZONTAL — Constant Static Property, class twaver.Consts
Defines orthogonal-horizontal link style.
LinkUI — class, package twaver.network.ui
This link ui used to draw link on network canvas.
LinkUI(network:twaver.network:Network, link:twaver:Link) — Constructor, class twaver.network.ui.LinkUI
Create link ui for specified link element.
LINK_WIDTH — Constant Static Property, class twaver.Styles
Link element width.
listEvent — Property, class twaver.controls.TreeInteractionEvent
LIVE_MOVE_BETWEEN — Constant Static Property, class twaver.network.interaction.InteractionEvent
Event type indicates live-movement by mouse is on the go now.
LIVE_MOVE_END — Constant Static Property, class twaver.network.interaction.InteractionEvent
Event type indicates live-movement by mouse has just ended.
LIVE_MOVE_POINT_BETWEEN — Constant Static Property, class twaver.network.interaction.InteractionEvent
Event type indicates the control point movement by mouse is on the go.
LIVE_MOVE_POINT_END — Constant Static Property, class twaver.network.interaction.InteractionEvent
Event type indicates the control point movement by mouse has just ended.
LIVE_MOVE_POINT_START — Constant Static Property, class twaver.network.interaction.InteractionEvent
Event type indicates the control point movement by mouse has just started.
LIVE_MOVE_START — Constant Static Property, class twaver.network.interaction.InteractionEvent
Event type indicates live-movement by mouse has just started.
LIVE_RESIZE_BETWEEN — Constant Static Property, class twaver.network.interaction.InteractionEvent
Event type indicates live-resizing by mouse is on the go now.
LIVE_RESIZE_END — Constant Static Property, class twaver.network.interaction.InteractionEvent
Event type indicates live-resizing by mouse has just ended.
LIVE_RESIZE_START — Constant Static Property, class twaver.network.interaction.InteractionEvent
Event type indicates live-resizing by mouse has just started.
LOADER_CONTEXT_CHECK_POLICY_FILE — Static Property, class twaver.Defaults
Default value of LoaderContext.checkPolicyFile.
LOAD_IMAGE_ERROR_FUNCTION — Static Property, class twaver.Defaults
Default function of handling error when loading image.
location — Property, class twaver.Follower
Set the location for this node.
location — Property, class twaver.Group
Set the location for this node.
location — Property, class twaver.Node
Get location of this node.
location — Property, class twaver.ShapeNode
Set the location for this node.
loopedLinks — Property, class twaver.Node
Get all looped links on this node with a collection.
lowerLimit — Property, class twaver.charts.DialChart
lowerLimit — Property, class twaver.charts.ScaleChart
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z