Lines Matching refs:mxConstants

481 								return mxConstants.DIRECTION_SOUTH;
485 return mxConstants.DIRECTION_NORTH;
489 return mxConstants.DIRECTION_WEST;
497 return mxConstants.DIRECTION_EAST;
513 if (dir == mxConstants.DIRECTION_SOUTH || dir == mxConstants.DIRECTION_NORTH)
524 if (dir == mxConstants.DIRECTION_WEST)
537 if (dir == mxConstants.DIRECTION_SOUTH ||
538 dir == mxConstants.DIRECTION_NORTH)
553 var hor = (dir == mxConstants.DIRECTION_SOUTH || dir == mxConstants.DIRECTION_NORTH);
664 if (dir == mxConstants.DIRECTION_SOUTH)
668 else if (dir == mxConstants.DIRECTION_NORTH)
673 else if (dir == mxConstants.DIRECTION_WEST)
678 else if (dir == mxConstants.DIRECTION_EAST)
721 if (dir == mxConstants.DIRECTION_SOUTH)
727 else if (dir == mxConstants.DIRECTION_NORTH)
733 else if (dir == mxConstants.DIRECTION_WEST)
787 var h1 = dir == mxConstants.DIRECTION_EAST || dir == mxConstants.DIRECTION_WEST;
788 var h2 = direction == mxConstants.DIRECTION_EAST || direction == mxConstants.DIRECTION_WEST;
818 …idx += (direction == mxConstants.DIRECTION_NORTH || direction == mxConstants.DIRECTION_WEST) ? -1 …
896 selectCell(graph.getSelectionCell(), mxConstants.DIRECTION_WEST);
901 selectCell(graph.getSelectionCell(), mxConstants.DIRECTION_NORTH);
906 selectCell(graph.getSelectionCell(), mxConstants.DIRECTION_EAST);
911 selectCell(graph.getSelectionCell(), mxConstants.DIRECTION_SOUTH);
936 var h1 = dir == mxConstants.DIRECTION_EAST || dir == mxConstants.DIRECTION_WEST;
937 var h2 = direction == mxConstants.DIRECTION_EAST || direction == mxConstants.DIRECTION_WEST;
949 return addSibling(source, direction != mxConstants.DIRECTION_NORTH &&
950 direction != mxConstants.DIRECTION_WEST);