Packagecom.somerandomdude.coordy.constants
Classpublic class FlowAlignment



Public Constants
 ConstantDefined 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
Constant detail
BOTTOM_CENTERconstant
public static const BOTTOM_CENTER:String = "bc"

Flow nodes align to the bottom-center bounds

BOTTOM_LEFTconstant 
public static const BOTTOM_LEFT:String = "bl"

Flow nodes align to the bottom-left bounds

BOTTOM_RIGHTconstant 
public static const BOTTOM_RIGHT:String = "br"

Flow nodes align to the bottom-right bounds

MIDDLE_CENTERconstant 
public static const MIDDLE_CENTER:String = "mc"

Flow nodes align to the middle-center bounds

MIDDLE_LEFTconstant 
public static const MIDDLE_LEFT:String = "ml"

Flow nodes align to the middle-left bounds

MIDDLE_RIGHTconstant 
public static const MIDDLE_RIGHT:String = "mr"

Flow nodes align to the middle-right bounds

TOP_CENTERconstant 
public static const TOP_CENTER:String = "tc"

Flow nodes align to the top-center bounds

TOP_LEFTconstant 
public static const TOP_LEFT:String = "tl"

Flow nodes align to the top-left bounds

TOP_RIGHTconstant 
public static const TOP_RIGHT:String = "tr"

Flow nodes align to the top-right bounds