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 |
getAcknowledgedAlarmCount(severity:twaver:AlarmSeverity) — method, class twaver.AlarmState |
|
Get total count of all acknowledged alarms of specified alarm severity. |
getAcknowledgedAlarmCount(severity:twaver:AlarmSeverity) — method, class twaver.AlarmStateStatistics |
|
Get total acknowledged alarm count for the connected element box and
the specified alarm severity. |
getAlarmByID(alarmID:Object) — method, class twaver.AlarmBox |
|
Get an alarm object by the given alarm ID. |
getAlarmCount(severity:twaver:AlarmSeverity) — method, class twaver.AlarmState |
|
Get total alarm count by specified alarm severity. |
getAlarmFillColor(treeData:twaver.controls:TreeData) — method, class twaver.controls.Tree |
|
Get alarm fill coor of this tree node. |
getAlarmFillColor(element:twaver:IElement) — method, class twaver.network.Network |
|
Get alarm bubble fill color for specified element. |
getAlarmLabel(element:twaver:IElement) — method, class twaver.network.Network |
|
Get alarm bubble text content of specified element. |
getAnchorShape(data:twaver:IData) — method, class twaver.charts.LineChart |
| |
getAnchorShape(data:twaver:IData) — method, class twaver.charts.RadarChart |
| |
getAnchorSize(data:twaver:IData) — method, class twaver.charts.LineChart |
| |
getAnchorSize(data:twaver:IData) — method, class twaver.charts.RadarChart |
| |
getAxisTextPosition(angle:Number) — method, class twaver.charts.RadarChart |
| |
getBitmapData(color:Object, xScale:Number, yScale:Number) — method, interface twaver.IImageAsset |
|
Get the BitmapData object by specified
rending color, scale for this image. |
getBundleGap(looped:Boolean) — method, class twaver.network.ui.LinkUI |
|
Get the gap between bundled links. |
getBundleOffset(fromPoint:flash.geom:Point, toPoint:flash.geom:Point) — method, class twaver.network.ui.LinkUI |
|
Get the link bundle flexion point offset. |
getByName(name:String) — Static Method , class twaver.AlarmSeverity |
|
Get the predefined alarm severity by severity name. |
getByValue(value:int) — Static Method , class twaver.AlarmSeverity |
|
Get predefined alarm severity by severity value. |
getCellObject(point:flash.geom:Point) — method, class twaver.Grid |
|
Get the cell object of the specified location. |
getCellRect(rowIndex:Number, columnIndex:Number) — method, class twaver.Grid |
|
Get the cell bounds by specified row and column index. |
getChildAt(index:int) — method, class twaver.Data |
|
Get child as specified index location. |
getChildAt(index:int) — method, interface twaver.IData |
|
Get child data from specified children location. |
getClass(object:Object) — Static Method , class twaver.Utils |
|
Get specified object class type. |
getClient(clientProp:String) — method, class twaver.Data |
|
Get specified client property value. |
getClient(clientProp:String) — method, class twaver.DataBox |
|
Get specified client property value. |
getClient(clientProp:String) — method, interface twaver.IClient |
|
Get the specified client property. |
getClientType(clientProp:String) — method, class twaver.SerializationSettings |
|
Get specified client property's class type. |
getColor(data:twaver:IData) — method, class twaver.charts.ChartBase |
| |
getCompareFunction(parent:twaver:IData) — method, class twaver.controls.Tree |
|
Get the comparator function of this tree. |
getCorrespondingAlarms(element:twaver:IElement) — method, class twaver.AlarmBox |
|
Get the corresponding alarms of the given element, that is, all alarms
occured on this element object. |
getCorrespondingAlarms(element:twaver:IElement) — method, class twaver.AlarmElementMapping |
|
Get all corresponding alarms for the given element object. |
getCorrespondingAlarms(element:twaver:IElement) — method, interface twaver.IAlarmElementMapping |
|
Get all corresponding alarm objects of specified element. |
getCorrespondingElements(alarm:twaver:IAlarm) — method, class twaver.AlarmBox |
|
Get all corresponding elements by given the alarm object. |
getCorrespondingElements(alarm:twaver:IAlarm) — method, class twaver.AlarmElementMapping |
|
Get all corresponding elements for the given alarm object. |
getCorrespondingElements(alarm:twaver:IAlarm) — method, interface twaver.IAlarmElementMapping |
|
Get all corresponding elements effected by the specified alarm. |
getDataByID(id:Object) — method, class twaver.DataBox |
|
Get data object by specified data ID. |
getDataByMouseEvent(e:flash.events:MouseEvent, shouldBeSelectable:Boolean, tolerance:int) — method, class twaver.charts.ChartBase |
| |
getDataIndex(data:twaver:IData) — method, class twaver.controls.Table |
|
Get row index of this specified data. |
getDataIndex(data:twaver:IData) — method, class twaver.controls.Tree |
|
Get the index value of specified data object. |
getDimension(node:twaver:Node) — method, class twaver.network.layout.AutoLayouter |
|
Get specified node dimension in this layouter. |
getDyeColor(styleProp:String) — method, class twaver.network.ui.ElementUI |
|
Get dye color of the specified style property. |
getElementByID(elementID:Object) — method, class twaver.ElementBox |
|
Get element by given element ID. |
getElementByMouseEvent(e:flash.events:MouseEvent, shouldBeSelectable:Boolean, tolerance:int) — method, class twaver.network.Network |
|
Get element at the mouse event located position. |
getElementsByDisplayObject(displayObject:flash.display:DisplayObject, intersectMode:Boolean, accuracy:Number) — method, class twaver.network.Network |
|
Get elements by specified display object. |
getElementsByLocalPoint(localPoint:flash.geom:Point, tolerance:int) — method, class twaver.network.Network |
|
Get elements at specified local position. |
getElementsByLocalRectangle(localRect:flash.geom:Rectangle, intersectMode:Boolean, tolerance:int) — method, class twaver.network.Network |
|
Get all elements contains in specified rectangle. |
getElementsByMouseEvent(e:flash.events:MouseEvent, tolerance:int) — method, class twaver.network.Network |
|
Get elements at mouse events specified location. |
getElementUI(element:twaver:IElement) — method, class twaver.network.Network |
|
Get specified element UI object. |
getFromNode(e:flash.events:MouseEvent) — method, class twaver.network.interaction.CreateLinkInteractionHandler |
|
Get "from node" selected by mouse during creating link
on canvas. |
getGlobalClientType(clientProp:String) — Static Method , class twaver.SerializationSettings |
|
Get specified global registered user client prperty's class type. |
getGlobalPropertyType(property:String) — Static Method , class twaver.SerializationSettings |
|
Get the specified registered global property's class type. |
getGlobalStyleType(styleProp:String) — Static Method , class twaver.SerializationSettings |
|
Get the global stype's class type. |
getIcon(treeData:twaver.controls:TreeData) — method, class twaver.controls.Tree |
|
Get icon of this tree node. |
getIconsColors(treeData:twaver.controls:TreeData) — method, class twaver.controls.Tree |
|
Get rendering colors for all icons display on the
specified tree node. |
getIconsColors(element:twaver:IElement) — method, class twaver.network.Network |
|
Get rendering colors for all attached icons of the specified element. |
getIconsComponents(treeData:twaver.controls:TreeData) — method, class twaver.controls.Tree |
|
Get all customized icons components for specified tree node. |
getIconsNames(treeData:twaver.controls:TreeData) — method, class twaver.controls.Tree |
|
Get all displayed icon names for specified tree node. |
getIconsNames(element:twaver:IElement) — method, class twaver.network.Network |
|
Get all attached icon names of specified element. |
getImageAsset(name:String, errorWhenNull:Boolean) — Static Method , class twaver.Utils |
|
Get image resource by registered name. |
getInnerColor(treeData:twaver.controls:TreeData) — method, class twaver.controls.Tree |
|
Get inner color of this tree node. |
getInnerColor(element:twaver:IElement) — method, class twaver.network.Network |
|
Get inner rendering color for specified element. |
getItemAt(index:int) — method, class twaver.Collection |
|
Get the object at the specified location from this collection. |
getItemAt(index:int) — method, interface twaver.ICollection |
|
Get the object at the specified location from this collection. |
getItemIndex(item:any) — method, class twaver.Collection |
|
Get the specified object item's index, if this collection
contains it. |
getItemIndex(item:any) — method, interface twaver.ICollection |
|
Get the specified object item's index, if this collection
contains it. |
getLabel(treeData:twaver.controls:TreeData) — method, class twaver.controls.Tree |
|
Get label value for this tree node. |
getLabel(element:twaver:IElement) — method, class twaver.network.Network |
|
Get label text content of specified element. |
getLayerByElement(element:twaver:IElement) — method, class twaver.LayerBox |
|
Get the layer contains specified element. |
getLayerByID(layerID:Object) — method, class twaver.LayerBox |
|
Get layer by layer ID. |
getLayerCanvasByElement(element:twaver:IElement) — method, class twaver.network.Network |
| |
getLayoutResult(type:String) — method, class twaver.network.layout.AutoLayouter |
|
Get auto-layout results with a dictionary. |
getLineWidth(data:twaver:IData) — method, class twaver.charts.LineChart |
| |
getLineWidth(data:twaver:IData) — method, class twaver.charts.RadarChart |
| |
getLinkHandlerLabel(link:twaver:Link) — method, class twaver.network.Network |
|
Get the handler label text content of specified link. |
getLogicalPoint(e:flash.events:MouseEvent) — method, class twaver.charts.ChartBase |
| |
getLogicalPoint(e:flash.events:MouseEvent) — method, class twaver.network.Network |
|
Get logical point of specified mouse event location. |
getMessage(treeData:twaver.controls:TreeData) — method, class twaver.controls.Tree |
|
Get message content of this tree node. |
getMessageFillColor(treeData:twaver.controls:TreeData) — method, class twaver.controls.Tree |
|
Get message fill color of this tree node. |
getMessageWidth(treeData:twaver.controls:TreeData) — method, class twaver.controls.Tree |
|
Get message width of this tree node. |
getName(data:twaver:IData) — method, class twaver.charts.ChartBase |
| |
getNames(data:twaver:IData) — method, class twaver.charts.BubbleChart |
| |
getNewAlarmCount(severity:twaver:AlarmSeverity) — method, class twaver.AlarmState |
|
Get new alarm count for the specified alarm severity. |
getNewAlarmCount(severity:twaver:AlarmSeverity) — method, class twaver.AlarmStateStatistics |
|
Get total new alarm count for the connected element box and
the specified alarm severity. |
getOffset(node:any) — method, class twaver.network.layout.AutoLayouter |
| |
getOuterColor(treeData:twaver.controls:TreeData) — method, class twaver.controls.Tree |
|
Get outer line stroke color of this tree node. |
getOuterColor(element:twaver:IElement) — method, class twaver.network.Network |
|
Get outline color of specified element. |
getPosition(position:String, object:Object, tarRect:twaver:Size, xOffset:Number, yOffset:Number) — method, class twaver.network.Network |
| |
getPropertyName(e:mx.events:PropertyChangeEvent) — Static Method , class twaver.Utils |
|
Digs out property name from the given property change event. |
getPropertyType(property:String) — method, class twaver.SerializationSettings |
|
Get class type for the specified property. |
getPropertyValue(property:String) — method, class twaver.Data |
|
Get specified property value from this data. |
getPropertyValue(property:String) — method, class twaver.DataBox |
|
Get specified property value from this data. |
getPropertyValue(property:String) — method, class twaver.Element |
|
Get an user defined property on this data. |
getPropertyValue(property:String) — method, class twaver.ElementBox |
|
Get specified property value from this data. |
getPropertyValue(property:String) — method, interface twaver.IData |
|
Get an user defined property on this data. |
getQualifiedClassName(object:Object) — Static Method , class twaver.Utils |
|
Get qualified class name of specified object. |
getRepulsion(node:twaver:Node) — method, class twaver.network.layout.SpringLayouter |
|
Get node repulsion. |
getScaleTextPosition(angle:Number) — method, class twaver.charts.DialChart |
| |
getScaleTextPosition(angle:Number) — method, class twaver.charts.RadarChart |
| |
getScopeRect(scope:String) — method, class twaver.network.Network |
|
Get the specified scope rectangle. |
getSelectColor(element:twaver:IElement) — method, class twaver.network.Network |
|
Get select color for specified element. |
getShape(data:twaver:IData) — method, class twaver.charts.BubbleChart |
| |
getSiblingIndex(data:twaver:IData) — method, class twaver.DataBox |
|
Get the index of the specified data in all siblings. |
getSiblings(data:twaver:IData) — method, class twaver.DataBox |
|
Get sibling data collection for specified data instance. |
getSize(data:twaver:IData, value:Number) — method, class twaver.charts.BubbleChart |
| |
getStageRectangle(localRect:flash.geom:Rectangle) — method, class twaver.network.Network |
|
Get global bounds rectangle on network root canvas for specified
local rectangle. |
getStyle(styleProp:String, returnDefaultIfNull:Boolean) — method, class twaver.Element |
|
Get the specified style property value. |
getStyle(styleProp:String, returnDefaultIfNull:Boolean) — method, class twaver.ElementBox |
|
Get the specified style property value. |
getStyle(styleProp:String, returnDefaultIfNull:Boolean) — method, interface twaver.IStyle |
|
Get the style property value. |
getStyle(styleProp:String) — Static Method , class twaver.Styles |
|
Get a style property default value. |
getStyle(styleProp:String) — method, class twaver.controls.TreeData |
|
Get style property with specified style property name. |
getStyleType(styleProp:String) — method, class twaver.SerializationSettings |
|
Get style property's class type. |
getSubNetwork(element:twaver:IElement) — Static Method , class twaver.Utils |
|
Get the subnetwork element of specified element displaying. |
getSuperClass(clazz:Class) — Static Method , class twaver.Utils |
|
Get super class type. |
getTableData(data:twaver:IData) — method, class twaver.controls.Table |
|
Get table row data of specified TWaver data with a TableData type. |
getToNode(e:flash.events:MouseEvent) — method, class twaver.network.interaction.CreateLinkInteractionHandler |
|
Get "to node" selected by mouse during creating link
on canvas. |
getToolTip(data:twaver:IData) — method, class twaver.charts.ChartBase |
| |
getToolTip(treeData:twaver.controls:TreeData) — method, class twaver.controls.Tree |
|
Get tooltip text for specified tree node. |
getToolTip(element:twaver:IElement) — method, class twaver.network.Network |
|
Get tooltip text for specified element. |
getTotalAlarmCount(severity:twaver:AlarmSeverity) — method, class twaver.AlarmStateStatistics |
|
Get total alarm count for specified alarm severity. |
getTreeData(data:twaver:IData) — method, class twaver.controls.Tree |
|
Get tree data for specified tree node. |
getTreeDataByContextMenuEvent(event:flash.events:ContextMenuEvent) — method, class twaver.controls.Tree |
|
Get tree data by ContextMenuEvent. |
getTreeDataByIndex(index:int) — method, class twaver.controls.Tree |
|
Get tree data at specified tree index. |
getTreeDataByMouseEvent(event:flash.events:MouseEvent) — method, class twaver.controls.Tree |
|
Get tree data under the mouse. |
getTristate(data:twaver:IData) — method, class twaver.controls.Tree |
|
Get tristate state for the given data. |
getValue(data:twaver:IData) — method, class twaver.charts.ChartBase |
| |
getValueColor(data:twaver:IData) — method, class twaver.charts.ChartBase |
| |
getValueFont(data:twaver:IData) — method, class twaver.charts.ChartBase |
| |
getValues(data:twaver:IData) — method, class twaver.charts.RadarChart |
| |
getValues(data:twaver:IData) — method, class twaver.charts.ScaleChart |
| |
getXAxisValues(data:twaver:IData) — method, class twaver.charts.BubbleChart |
| |
getYAxisValues(data:twaver:IData) — method, class twaver.charts.BubbleChart |
| |
GifImage — class, package twaver.controls |
|
This class defines a GIF image resource in an UIComponent. |
GifImage(source:Object, shape:String, autoPlay:Boolean) — Constructor, class twaver.controls.GifImage |
|
Constructor. |
globalClientSerializable — Static Property, class twaver.SerializationSettings |
|
Static value defination for the global setting that indicates
whether all client properties of data are serializable in TWaver Flex. |
globalDataBoxSerializable — Static Property, class twaver.SerializationSettings |
|
Static value defination for the global setting that indicates
whether all data boxes are serializable in TWaver Flex. |
globalLayerBoxSerializable — Static Property, class twaver.SerializationSettings |
|
Static value defination for the global setting that indicates
whether all layer box are serializable in TWaver Flex. |
globalStyleSerializable — Static Property, class twaver.SerializationSettings |
|
Static value defination for the global setting that indicates
whether all style properties of data are serializable in TWaver Flex. |
gradient — Property, class twaver.network.ui.AlarmAttachment |
|
Get attachment fill gradient pattern. |
gradient — Property, class twaver.network.ui.BasicAttachment |
|
Get attachment fill gradient pattern. |
gradient — Property, class twaver.network.ui.LabelAttachment |
|
Get attachment fill gradient pattern. |
gradient — Property, class twaver.network.ui.LinkHandlerAttachment |
|
Get attachment fill gradient pattern. |
gradientAlpha — Property, class twaver.network.ui.AlarmAttachment |
|
Get attachment fill gradient color transparency. |
gradientAlpha — Property, class twaver.network.ui.BasicAttachment |
|
Get attachment fill gradient color transparency. |
gradientAlpha — Property, class twaver.network.ui.LabelAttachment |
|
Get attachment fill gradient color transparency. |
gradientAlpha — Property, class twaver.network.ui.LinkHandlerAttachment |
|
Get attachment fill gradient color transparency. |
gradientColor — Property, class twaver.network.ui.AlarmAttachment |
|
Get attachment fill gradient color. |
gradientColor — Property, class twaver.network.ui.BasicAttachment |
|
Get attachment fill gradient color. |
gradientColor — Property, class twaver.network.ui.LabelAttachment |
|
Get attachment fill gradient color. |
gradientColor — Property, class twaver.network.ui.LinkHandlerAttachment |
|
Get attachment fill gradient color. |
GRADIENT_LINEAR_EAST — Constant Static Property, class twaver.Consts |
|
Defines linear gradient pattern. |
GRADIENT_LINEAR_NORTH — Constant Static Property, class twaver.Consts |
|
Defines linear gradient pattern. |
GRADIENT_LINEAR_NORTHEAST — Constant Static Property, class twaver.Consts |
|
Defines linear gradient pattern. |
GRADIENT_LINEAR_NORTHWEST — Constant Static Property, class twaver.Consts |
|
Defines linear gradient pattern. |
GRADIENT_LINEAR_SOUTH — Constant Static Property, class twaver.Consts |
|
Defines linear gradient pattern. |
GRADIENT_LINEAR_SOUTHEAST — Constant Static Property, class twaver.Consts |
|
Defines linear gradient pattern. |
GRADIENT_LINEAR_SOUTHWEST — Constant Static Property, class twaver.Consts |
|
Defines linear gradient pattern. |
GRADIENT_LINEAR_WEST — Constant Static Property, class twaver.Consts |
|
Defines linear gradient pattern. |
GRADIENT_NONE — Constant Static Property, class twaver.Consts |
|
Defines a none gradient pattern. |
GRADIENT_RADIAL_CENTER — Constant Static Property, class twaver.Consts |
|
Defines radial gradient pattern. |
GRADIENT_RADIAL_EAST — Constant Static Property, class twaver.Consts |
|
Defines radial gradient pattern. |
GRADIENT_RADIAL_NORTH — Constant Static Property, class twaver.Consts |
|
Defines radial gradient pattern. |
GRADIENT_RADIAL_NORTHEAST — Constant Static Property, class twaver.Consts |
|
Defines radial gradient pattern. |
GRADIENT_RADIAL_NORTHWEST — Constant Static Property, class twaver.Consts |
|
Defines radial gradient pattern. |
GRADIENT_RADIAL_SOUTH — Constant Static Property, class twaver.Consts |
|
Defines radial gradient pattern. |
GRADIENT_RADIAL_SOUTHEAST — Constant Static Property, class twaver.Consts |
|
Defines radial gradient pattern. |
GRADIENT_RADIAL_SOUTHWEST — Constant Static Property, class twaver.Consts |
|
Defines radial gradient pattern. |
GRADIENT_RADIAL_WEST — Constant Static Property, class twaver.Consts |
|
Defines radial gradient pattern. |
GRADIENT_SPREAD_ANTIDIAGONAL — Constant Static Property, class twaver.Consts |
|
Defines spread gradient in anti-diagonal direction. |
GRADIENT_SPREAD_DIAGONAL — Constant Static Property, class twaver.Consts |
|
Defines spread gradient in diagonal direction. |
GRADIENT_SPREAD_EAST — Constant Static Property, class twaver.Consts |
|
Defines spread gradient in east direction. |
GRADIENT_SPREAD_HORIZONTAL — Constant Static Property, class twaver.Consts |
|
Defines spread gradient in horizontal direction. |
GRADIENT_SPREAD_NORTH — Constant Static Property, class twaver.Consts |
|
Defines spread gradient in north direction. |
GRADIENT_SPREAD_SOUTH — Constant Static Property, class twaver.Consts |
|
Defines spread gradient in south direction. |
GRADIENT_SPREAD_VERTICAL — Constant Static Property, class twaver.Consts |
|
Defines spread gradient in vertical direction. |
GRADIENT_SPREAD_WEST — Constant Static Property, class twaver.Consts |
|
Defines spread gradient in west direction. |
grid — Property, class twaver.network.ui.GridUI |
|
Get grid element from this ui. |
Grid — class, package twaver |
|
Grid element represent a grid with columns and rows. |
Grid(id:Object) — Constructor, class twaver.Grid |
|
The constructor of grid element. |
GRID_BORDER — Constant Static Property, class twaver.Styles |
|
Grid element border width. |
GRID_BORDER_BOTTOM — Constant Static Property, class twaver.Styles |
|
Grid element border bottom width. |
GRID_BORDER_LEFT — Constant Static Property, class twaver.Styles |
|
Grid element border left width. |
GRID_BORDER_RIGHT — Constant Static Property, class twaver.Styles |
|
Grid element border right width. |
GRID_BORDER_TOP — Constant Static Property, class twaver.Styles |
|
Grid element border top width. |
GRID_CELL_DEEP — Constant Static Property, class twaver.Styles |
|
Grid element 3D border shadow deep for each cell. |
GRID_COLUMN_COUNT — Constant Static Property, class twaver.Styles |
|
How many columns a grid element has. |
GRID_COLUMN_PERCENTS — Constant Static Property, class twaver.Styles |
|
Each column width percentage of the whole width of grid element. |
GRID_DEEP — Constant Static Property, class twaver.Styles |
|
Grid element 3D border shadow deep. |
GRID_FILL — Constant Static Property, class twaver.Styles |
|
Whether grid element need to fill. |
GRID_FILL_ALPHA — Constant Static Property, class twaver.Styles |
|
Grid element fill color transparency. |
GRID_FILL_COLOR — Constant Static Property, class twaver.Styles |
|
Grid element fill color. |
GRID_PADDING — Constant Static Property, class twaver.Styles |
|
Grid element border inner gap. |
GRID_PADDING_BOTTOM — Constant Static Property, class twaver.Styles |
|
Grid element border inner bottom gap. |
GRID_PADDING_LEFT — Constant Static Property, class twaver.Styles |
|
Grid element border inner left gap. |
GRID_PADDING_RIGHT — Constant Static Property, class twaver.Styles |
|
Grid element border inner right gap. |
GRID_PADDING_TOP — Constant Static Property, class twaver.Styles |
|
Grid element border inner top gap. |
GRID_ROW_COUNT — Constant Static Property, class twaver.Styles |
|
How many rows a grid element has. |
GRID_ROW_PERCENTS — Constant Static Property, class twaver.Styles |
|
Each row height percentage of the whole height of grid element. |
GridUI — class, package twaver.network.ui |
|
This grid ui draw grid element on network canvas. |
GridUI(network:twaver.network:Network, grid:twaver:Grid) — Constructor, class twaver.network.ui.GridUI |
|
Grid ui constructor. |
group — Property, class twaver.network.ui.GroupUI |
|
Get the connected group element of this ui. |
Group — class, package twaver |
|
Group is a special node and follower that will display
all its children element in a special shape area. |
Group(id:Object) — Constructor, class twaver.Group |
|
Constructor. |
GROUP_CAPS_STYLE — Constant Static Property, class twaver.Styles |
|
Group shape caps sytle. |
GROUP_DEEP — Constant Static Property, class twaver.Styles |
|
Group element shape 3D deep. |
GROUP_FILL — Constant Static Property, class twaver.Styles |
|
Whether fill group element shape. |
GROUP_FILL_ALPHA — Constant Static Property, class twaver.Styles |
|
Group element shape fill color transparency. |
GROUP_FILL_COLOR — Constant Static Property, class twaver.Styles |
|
Group element shape fill color. |
GROUP_GRADIENT — Constant Static Property, class twaver.Styles |
|
Group element shape fill gradient pattern. |
GROUP_GRADIENT_ALPHA — Constant Static Property, class twaver.Styles |
|
Group element shape fill gradient pattern color transparency. |
GROUP_GRADIENT_COLOR — Constant Static Property, class twaver.Styles |
|
Group element shape fill gradient pattern color. |
GROUP_JOINT_STYLE — Constant Static Property, class twaver.Styles |
|
Group shape joint sytle. |
GROUP_OUTLINE_ALPHA — Constant Static Property, class twaver.Styles |
|
Group element shape outline draw color transparency. |
GROUP_OUTLINE_COLOR — Constant Static Property, class twaver.Styles |
|
Group element shape outline draw color. |
GROUP_OUTLINE_WIDTH — Constant Static Property, class twaver.Styles |
|
Group element shape outline width. |
GROUP_PADDING — Constant Static Property, class twaver.Styles |
|
Group element shape inner gap. |
GROUP_PADDING_BOTTOM — Constant Static Property, class twaver.Styles |
|
Group element shape inner bottom gap. |
GROUP_PADDING_LEFT — Constant Static Property, class twaver.Styles |
|
Group element shape inner left gap. |
GROUP_PADDING_RIGHT — Constant Static Property, class twaver.Styles |
|
Group element shape inner right gap. |
GROUP_PADDING_TOP — Constant Static Property, class twaver.Styles |
|
Group element shape inner top gap. |
GROUP_PIXEL_HINTING — Constant Static Property, class twaver.Styles |
|
Whether enable group shape pixel hinting. |
GROUP_SCALE_MODE — Constant Static Property, class twaver.Styles |
|
Group element shape scale mode. |
GROUP_SHAPE — Constant Static Property, class twaver.Styles |
|
Group element shape type. |
GroupUI — class, package twaver.network.ui |
|
Group ui used to draw group element on network canvas. |
GroupUI(network:twaver.network:Network, group:twaver:Group) — Constructor, class twaver.network.ui.GroupUI |
|
Create group ui for this group and display on this network component. |
|
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 |