documentationfor yFiles for HTML 3.0.0.3

Properties

enterIntervalin CellEntranceGets or sets the OrthogonalInterval that was used for entering this cell.
enterIntervalin EdgeCellInfoGets the interval that is used to enter this cell.
exitIntervalin EdgeCellInfoGets the interval that is used to exit this cell.

Method Parameters

EdgeCellInfo (any, PartitionCell, OrthogonalInterval, OrthogonalInterval, Direction, Direction, number)in EdgeCellInfoCreates a new EdgeCellInfo instance.
calculateIntersection (OrthogonalInterval, OrthogonalInterval)in OrthogonalIntervalCalculates the intersection of the given OrthogonalIntervals.
calculateUnion (OrthogonalInterval, OrthogonalInterval)in OrthogonalIntervalCalculates the union of the given OrthogonalIntervals.
coveredBy (OrthogonalInterval)in OrthogonalIntervalChecks whether or not this OrthogonalInterval is fully covered by the given OrthogonalInterval.
crosses (OrthogonalInterval)in OrthogonalIntervalDetermines whether or not this OrthogonalInterval crosses the given one.
distanceTo (OrthogonalInterval)in OrthogonalIntervalReturns the distance of the ranges of this OrthogonalInterval and the given OrthogonalInterval.
hasSameRange (OrthogonalInterval)in OrthogonalIntervalChecks whether or not this OrthogonalInterval and the given OrthogonalInterval cover the same range.
intersects (OrthogonalInterval, number?)in OrthogonalIntervalChecks whether or not this OrthogonalInterval intersects the given OrthogonalInterval and the intersection has a given minimum intersection size.
manhattanDistanceTo (OrthogonalInterval)in OrthogonalIntervalReturns the Manhattan distance of this OrthogonalInterval and the given OrthogonalInterval.
calculateCosts (CellEntrance, PartitionCell, OrthogonalInterval, EdgeCellInfo, number)in PathSearchExtensionCalculates the costs for entering the given PartitionCell via the given enter OrthogonalInterval.