Uses of Class
jmri.jmrit.display.layoutEditor.TrackNode
-
Packages that use TrackNode Package Description jmri.jmrit.display.layoutEditor 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 TrackNode Modifier and Type Method Description TrackNode
ConnectivityUtil. getNextNode(TrackNode currentNode, int currentNodeType)
Get the next TrackNode following the specified TrackNode.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 TrackNode Modifier and Type Method Description Block
ConnectivityUtil. getExitBlockForTrackNode(TrackNode node, Block excludedBlock)
Get an "exit block" for the specified track node if there is one, else returns null.TrackNode
ConnectivityUtil. getNextNode(TrackNode currentNode, int currentNodeType)
Get the next TrackNode following the specified TrackNode.
-