|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Position | |
---|---|
sk.uniba.euromath.tools |
Uses of Position in sk.uniba.euromath.tools |
---|
Methods in sk.uniba.euromath.tools that return Position | |
---|---|
static Position |
Position.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Position[] |
Position.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods in sk.uniba.euromath.tools that return types with arguments of type Position | |
---|---|
static EnumSet<Position> |
Draw2dTools.comparePosition(org.eclipse.draw2d.IFigure figure1,
org.eclipse.draw2d.IFigure figure2)
Compares position of figure2 to figure1. |
Methods in sk.uniba.euromath.tools with parameters of type Position | |
---|---|
static double |
Draw2dTools.computeDistance(org.eclipse.draw2d.IFigure figure1,
org.eclipse.draw2d.IFigure figure2,
Position side)
Computes distance of sides of figures. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |