Lines Matching refs:mxConstants
659 return mxConstants.DIRECTION_SOUTH;
663 return mxConstants.DIRECTION_NORTH;
667 return mxConstants.DIRECTION_WEST;
675 return mxConstants.DIRECTION_EAST;
692 if (dir == mxConstants.DIRECTION_SOUTH || dir == mxConstants.DIRECTION_NORTH)
717 if (dir == mxConstants.DIRECTION_SOUTH ||
718 dir == mxConstants.DIRECTION_NORTH)
733 var hor = (dir == mxConstants.DIRECTION_SOUTH || dir == mxConstants.DIRECTION_NORTH);
862 if (dir == mxConstants.DIRECTION_SOUTH)
866 else if (dir == mxConstants.DIRECTION_NORTH)
871 else if (dir == mxConstants.DIRECTION_WEST)
876 else if (dir == mxConstants.DIRECTION_EAST)
931 graph.setCellStyles('elbow', (dir == mxConstants.DIRECTION_SOUTH ||
932 dir == mxConstants.DIRECTION_NOTH) ? 'vertical' : 'horizontal',
969 if (dir == mxConstants.DIRECTION_SOUTH)
976 else if (dir == mxConstants.DIRECTION_NORTH)
983 else if (dir == mxConstants.DIRECTION_WEST)
1039 var h1 = dir == mxConstants.DIRECTION_EAST || dir == mxConstants.DIRECTION_WEST;
1040 var h2 = direction == mxConstants.DIRECTION_EAST || direction == mxConstants.DIRECTION_WEST;
1070 …idx += (direction == mxConstants.DIRECTION_NORTH || direction == mxConstants.DIRECTION_WEST) ? -1 …
1149 selectCell(graph.getSelectionCell(), mxConstants.DIRECTION_WEST);
1154 selectCell(graph.getSelectionCell(), mxConstants.DIRECTION_NORTH);
1159 selectCell(graph.getSelectionCell(), mxConstants.DIRECTION_EAST);
1164 selectCell(graph.getSelectionCell(), mxConstants.DIRECTION_SOUTH);
1191 var h1 = dir == mxConstants.DIRECTION_EAST || dir == mxConstants.DIRECTION_WEST;
1192 var h2 = direction == mxConstants.DIRECTION_EAST || direction == mxConstants.DIRECTION_WEST;
1204 return addSibling(source, direction != mxConstants.DIRECTION_NORTH &&
1205 direction != mxConstants.DIRECTION_WEST);