| Package | com.kapit.diagram.view |
| Class | public class DiagramLinkType |
| Property | Defined by | ||
|---|---|---|---|
| behaviour : int
UI behaviour (ORTHOGONAL_BEHAVIOUR or FREE_BEHAVIOUR)
| DiagramLinkType | ||
| feedbackstyleselector : String
CSS style of the DiagramLink in Feedback mode
| DiagramLinkType | ||
| geometry : int
Rendering of the DiagramLink (POLYLINE_GEOMETRY,QUADRICS_GEOMETRY)
| DiagramLinkType | ||
| styleselector : String
CSS style of the DiagramLink
| DiagramLinkType | ||
| Property | Defined by | ||
|---|---|---|---|
| _behaviour : int = 0 | DiagramLinkType | ||
| _feedbackstyleselector : String = ".feedback-link" | DiagramLinkType | ||
| _geometry : int = 0 | DiagramLinkType | ||
| _styleselector : String = ".lanescope-link" | DiagramLinkType | ||
| Method | Defined by | ||
|---|---|---|---|
|
DiagramLinkType(b:int, g:int, s:String = ".lanescope-link", feedbackstyle:String = ".feedback-link")
| DiagramLinkType | ||
| DiagramLinkType | |||
|
fromXML(xml:XML):void
| DiagramLinkType | ||
|
toXML(xml:XML):void
| DiagramLinkType | ||
| Constant | Defined by | ||
|---|---|---|---|
| FREE_BEHAVIOUR : int = 1 [static]
| DiagramLinkType | ||
| ORTHOGONAL_BEHAVIOUR : int = 0 [static]
| DiagramLinkType | ||
| POLYLINE_GEOMETRY : int = 0 [static]
| DiagramLinkType | ||
| QUADRICS_GEOMETRY : int = 1 [static]
| DiagramLinkType | ||
| _behaviour | property |
protected var _behaviour:int = 0
| behaviour | property |
behaviour:int [read-write]UI behaviour (ORTHOGONAL_BEHAVIOUR or FREE_BEHAVIOUR)
Implementation public function get behaviour():int
public function set behaviour(value:int):void
| _feedbackstyleselector | property |
protected var _feedbackstyleselector:String = ".feedback-link"
| feedbackstyleselector | property |
feedbackstyleselector:String [read-write]CSS style of the DiagramLink in Feedback mode
Implementation public function get feedbackstyleselector():String
public function set feedbackstyleselector(value:String):void
| _geometry | property |
protected var _geometry:int = 0
| geometry | property |
geometry:int [read-write]Rendering of the DiagramLink (POLYLINE_GEOMETRY,QUADRICS_GEOMETRY)
Implementation public function get geometry():int
public function set geometry(value:int):void
| _styleselector | property |
protected var _styleselector:String = ".lanescope-link"
| styleselector | property |
styleselector:String [read-write]CSS style of the DiagramLink
Implementation public function get styleselector():String
public function set styleselector(value:String):void
| DiagramLinkType | () | constructor |
public function DiagramLinkType(b:int, g:int, s:String = ".lanescope-link", feedbackstyle:String = ".feedback-link")Parameters
b:int |
|
g:int |
|
s:String (default = ".lanescope-link") |
|
feedbackstyle:String (default = ".feedback-link") |
| clone | () | method |
| fromXML | () | method |
public function fromXML(xml:XML):voidParameters
xml:XML |
| toXML | () | method |
public function toXML(xml:XML):voidParameters
xml:XML |
| FREE_BEHAVIOUR | constant |
public static const FREE_BEHAVIOUR:int = 1
| ORTHOGONAL_BEHAVIOUR | constant |
public static const ORTHOGONAL_BEHAVIOUR:int = 0
| POLYLINE_GEOMETRY | constant |
public static const POLYLINE_GEOMETRY:int = 0
| QUADRICS_GEOMETRY | constant |
public static const QUADRICS_GEOMETRY:int = 1