Package ch.bailu.gtk.gsk
Schnittstelle PathDirection
public interface PathDirection
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic final int
The tangent against path direction of the outgoing
side of the pathstatic final int
The tangent in path direction of the incoming side
of the pathstatic final int
The tangent in path direction of the outgoing side
of the pathstatic final int
The tangent against path direction of the incoming side
of the path
-
Felddetails
-
FROM_START
static final int FROM_STARTThe tangent in path direction of the incoming side
of the path- Siehe auch:
-
TO_START
static final int TO_STARTThe tangent against path direction of the incoming side
of the path- Siehe auch:
-
TO_END
static final int TO_ENDThe tangent in path direction of the outgoing side
of the path- Siehe auch:
-
FROM_END
static final int FROM_ENDThe tangent against path direction of the outgoing
side of the path- Siehe auch:
-