Uses of Class
jmri.jmrit.display.layoutEditor.LevelXing.Geometry
-
Packages that use LevelXing.Geometry Package Description jmri.jmrit.display.layoutEditor Layout Editor currently represents both structure and graphical display through a single set of objects. -
-
Uses of LevelXing.Geometry in jmri.jmrit.display.layoutEditor
Methods in jmri.jmrit.display.layoutEditor that return LevelXing.Geometry Modifier and Type Method Description static LevelXing.Geometry
LevelXing.Geometry. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static LevelXing.Geometry[]
LevelXing.Geometry. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in jmri.jmrit.display.layoutEditor with parameters of type LevelXing.Geometry Modifier and Type Method Description Sensor
LevelXing. getSensor(LevelXing.Geometry loc)
Sensor
LevelXingView. getSensor(LevelXing.Geometry loc)
SignalHead
LevelXing. getSignalHead(LevelXing.Geometry loc)
SignalHead
LevelXingView. getSignalHead(LevelXing.Geometry loc)
SignalMast
LevelXing. getSignalMast(LevelXing.Geometry loc)
SignalMast
LevelXingView. getSignalMast(LevelXing.Geometry loc)
(package private) boolean
LayoutEditor. isUsedInXing(NamedBean bean, LevelXing xing, LevelXing.Geometry point)
-