Packagecom.yworks.yfiles.layout.router.polyline
Classpublic class PartitionCell_PartitionCellBorder
InheritancePartitionCell_PartitionCellBorder Inheritance YObject Inheritance Object

Type-safe enumeration that is used to define the border of a partition cell.

See also

com.yworks.yfiles.layout.router.polyline.PartitionCell.createBorderInterval()


Public Properties
 PropertyDefined By
  mirrorBorder : PartitionCell_PartitionCellBorder
[read-only] Returns the type of the border that is on the opposite side of the border defined by this type.
PartitionCell_PartitionCellBorder
Public Methods
 MethodDefined By
  
PartitionCell_PartitionCellBorder
 Inherited
equals(o:Object):Boolean
YObject
  
getClass():Class
[override]
PartitionCell_PartitionCellBorder
 Inherited
hashCode():int
YObject
  
[static] Returns the type of the border that is passed through when entering a com.yworks.yfiles.layout.router.polyline.PartitionCell in the given direction.
PartitionCell_PartitionCellBorder
  
[static] Returns the type of the border that is passed through when leaving a com.yworks.yfiles.layout.router.polyline.PartitionCell in the given direction.
PartitionCell_PartitionCellBorder
  
[static] Returns the type of the border that is defined by the given port candidate.
PartitionCell_PartitionCellBorder
  
[static] Returns the type of the border that is defined by the given port constraint.
PartitionCell_PartitionCellBorder
Public Constants
 ConstantDefined By
  EAST : PartitionCell_PartitionCellBorder
[static] Type constant to define the right border of a com.yworks.yfiles.layout.router.polyline.PartitionCell.
PartitionCell_PartitionCellBorder
  NORTH : PartitionCell_PartitionCellBorder
[static] Type constant to define the upper border of a com.yworks.yfiles.layout.router.polyline.PartitionCell.
PartitionCell_PartitionCellBorder
  SOUTH : PartitionCell_PartitionCellBorder
[static] Type constant to define the lower border of a com.yworks.yfiles.layout.router.polyline.PartitionCell.
PartitionCell_PartitionCellBorder
  WEST : PartitionCell_PartitionCellBorder
[static] Type constant to define the left border of a com.yworks.yfiles.layout.router.polyline.PartitionCell.
PartitionCell_PartitionCellBorder
Property Detail
mirrorBorderproperty
mirrorBorder:PartitionCell_PartitionCellBorder  [read-only]

Returns the type of the border that is on the opposite side of the border defined by this type.


Implementation
    public function get mirrorBorder():PartitionCell_PartitionCellBorder
Constructor Detail
PartitionCell_PartitionCellBorder()Constructor
public function PartitionCell_PartitionCellBorder(init:Boolean = true)



Parameters
init:Boolean (default = true)
Method Detail
getClass()method
override public function getClass():Class

Returns
Class
valueOfEnterDirection()method 
public static function valueOfEnterDirection(direction:Direction):PartitionCell_PartitionCellBorder

Returns the type of the border that is passed through when entering a com.yworks.yfiles.layout.router.polyline.PartitionCell in the given direction.

Parameters

direction:Direction — The direction in which a com.yworks.yfiles.layout.router.polyline.PartitionCell is entered.

Returns
PartitionCell_PartitionCellBorder — The type of the border that is passed through.

See also

valueOfExitDirection()method 
public static function valueOfExitDirection(direction:Direction):PartitionCell_PartitionCellBorder

Returns the type of the border that is passed through when leaving a com.yworks.yfiles.layout.router.polyline.PartitionCell in the given direction.

Parameters

direction:Direction — The direction in which a com.yworks.yfiles.layout.router.polyline.PartitionCell is left.

Returns
PartitionCell_PartitionCellBorder — The type of the border that is passed through.

See also

valueOfPortCandidate()method 
public static function valueOfPortCandidate(pc:PortCandidate):PartitionCell_PartitionCellBorder

Returns the type of the border that is defined by the given port candidate.

Parameters

pc:PortCandidate — The port candidate for that the border type is returned.

Returns
PartitionCell_PartitionCellBorder — The type of the border that is defined by the given port candidate.

See also

valueOfPortConstraint()method 
public static function valueOfPortConstraint(pc:PortConstraint):PartitionCell_PartitionCellBorder

Returns the type of the border that is defined by the given port constraint.

Parameters

pc:PortConstraint — The port constraint for that the border type is returned.

Returns
PartitionCell_PartitionCellBorder — The type of the border that is defined by the given port constraint.

See also

Constant Detail
EASTConstant
public static const EAST:PartitionCell_PartitionCellBorder

Type constant to define the right border of a com.yworks.yfiles.layout.router.polyline.PartitionCell.

See also

NORTHConstant 
public static const NORTH:PartitionCell_PartitionCellBorder

Type constant to define the upper border of a com.yworks.yfiles.layout.router.polyline.PartitionCell.

See also

SOUTHConstant 
public static const SOUTH:PartitionCell_PartitionCellBorder

Type constant to define the lower border of a com.yworks.yfiles.layout.router.polyline.PartitionCell.

See also

WESTConstant 
public static const WEST:PartitionCell_PartitionCellBorder

Type constant to define the left border of a com.yworks.yfiles.layout.router.polyline.PartitionCell.

See also