Package com._1c.g5.v8.dt.common.gef.drow2d
-
Interface Summary Interface Description IHighwayMatrix Search algorithm of a way from one highway to the another.IPathFinder -
Class Summary Class Description AbstractHighwayMatrix Base implemention of theIHighwayMatrix
.AbstractHighwayMatrix.HighwayPtr Wrapper on theHighway
.DirectPathFinder Simple implementation without using obstacles.Highway The horizontal or vertical line (probably bounded by one or both ends) not crossing an obstacle.HighwayMatrix DraftHighwayMatrix.Cell HighwayMatrixWave The implementation of theIHighwayMatrix
using wave algorithm.Position The position information: - point - direction - assigned obstacleRectilinearAvoidObstaclesPathFinder RoutePath The path information: - points list - amount of the crossings - summary length of the path segmentsToggleUpdateManager An UpdateManager that asynchronously updates the affected figures and can stop for the grouping of the changes. -
Enum Summary Enum Description Position.Direction Enumeration of the rectilinear directions (UP, RIGHT, DOWN, LEFT)