| Constant | Defined by | ||
|---|---|---|---|
| BOTTOM_CENTER : String = "bc" [static]
Flow nodes align to the bottom-center bounds
| FlowAlignment | ||
| BOTTOM_LEFT : String = "bl" [static]
Flow nodes align to the bottom-left bounds
| FlowAlignment | ||
| BOTTOM_RIGHT : String = "br" [static]
Flow nodes align to the bottom-right bounds
| FlowAlignment | ||
| MIDDLE_CENTER : String = "mc" [static]
Flow nodes align to the middle-center bounds
| FlowAlignment | ||
| MIDDLE_LEFT : String = "ml" [static]
Flow nodes align to the middle-left bounds
| FlowAlignment | ||
| MIDDLE_RIGHT : String = "mr" [static]
Flow nodes align to the middle-right bounds
| FlowAlignment | ||
| TOP_CENTER : String = "tc" [static]
Flow nodes align to the top-center bounds
| FlowAlignment | ||
| TOP_LEFT : String = "tl" [static]
Flow nodes align to the top-left bounds
| FlowAlignment | ||
| TOP_RIGHT : String = "tr" [static]
Flow nodes align to the top-right bounds
| FlowAlignment | ||
| BOTTOM_CENTER | constant |
public static const BOTTOM_CENTER:String = "bc"Flow nodes align to the bottom-center bounds
| BOTTOM_LEFT | constant |
public static const BOTTOM_LEFT:String = "bl"Flow nodes align to the bottom-left bounds
| BOTTOM_RIGHT | constant |
public static const BOTTOM_RIGHT:String = "br"Flow nodes align to the bottom-right bounds
| MIDDLE_CENTER | constant |
public static const MIDDLE_CENTER:String = "mc"Flow nodes align to the middle-center bounds
| MIDDLE_LEFT | constant |
public static const MIDDLE_LEFT:String = "ml"Flow nodes align to the middle-left bounds
| MIDDLE_RIGHT | constant |
public static const MIDDLE_RIGHT:String = "mr"Flow nodes align to the middle-right bounds
| TOP_CENTER | constant |
public static const TOP_CENTER:String = "tc"Flow nodes align to the top-center bounds
| TOP_LEFT | constant |
public static const TOP_LEFT:String = "tl"Flow nodes align to the top-left bounds
| TOP_RIGHT | constant |
public static const TOP_RIGHT:String = "tr"Flow nodes align to the top-right bounds