|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of Direction in com.ebmwebsourcing.geasytools.geasyui.api.contextualmenu |
|---|
| Methods in com.ebmwebsourcing.geasytools.geasyui.api.contextualmenu that return Direction | |
|---|---|
Direction |
IHasContextualMenu.getMenuDirection()
Where should the menu be positioned relatively to ui element |
| Uses of Direction in com.ebmwebsourcing.geasytools.geasyui.api.core |
|---|
| Methods in com.ebmwebsourcing.geasytools.geasyui.api.core that return Direction | |
|---|---|
static Direction |
Direction.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Direction[] |
Direction.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Uses of Direction in com.ebmwebsourcing.geasytools.geasyui.api.selectable |
|---|
| Methods in com.ebmwebsourcing.geasytools.geasyui.api.selectable that return types with arguments of type Direction | |
|---|---|
java.util.HashMap<Direction,Point> |
ISelectable.getIntersectionPoints()
Must return a list of absolute values of intersection points |
| Uses of Direction in com.ebmwebsourcing.geasytools.geasyui.impl.contextualmenu |
|---|
| Methods in com.ebmwebsourcing.geasytools.geasyui.impl.contextualmenu that return Direction | |
|---|---|
Direction |
ContextualMenu.getMenuDirection()
|
| Uses of Direction in com.ebmwebsourcing.geasytools.geasyui.impl.core |
|---|
| Methods in com.ebmwebsourcing.geasytools.geasyui.impl.core that return Direction | |
|---|---|
Direction |
Util.getDirection(Point p1,
Point p2)
Get p2 position relatively to p1 |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||