Uses of Class
jmri.jmrit.display.layoutEditor.TrackNode
Packages that use TrackNode
Package
Description
Layout Editor currently represents both structure and graphical display through a single set of objects.
-
Uses of TrackNode in jmri.jmrit.display.layoutEditor
Methods in jmri.jmrit.display.layoutEditor that return TrackNodeModifier and TypeMethodDescriptionConnectivityUtil.getNextNode(TrackNode currentNode, int currentNodeType) Get the next TrackNode following the specified TrackNode.ConnectivityUtil.getTrackNode(LayoutTrack currentNode, HitPointType currentNodeType, TrackSegment currentTrackSegment, int currentNodeState) Get the next TrackNode following the specified TrackNode, assuming that TrackNode was reached via the specified TrackSegment.Methods in jmri.jmrit.display.layoutEditor with parameters of type TrackNodeModifier and TypeMethodDescriptionConnectivityUtil.getExitBlockForTrackNode(TrackNode node, Block excludedBlock) Get an "exit block" for the specified track node if there is one, else returns null.ConnectivityUtil.getNextNode(TrackNode currentNode, int currentNodeType) Get the next TrackNode following the specified TrackNode.