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.GeometryLevelXing.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 SensorLevelXing. getSensor(LevelXing.Geometry loc)SensorLevelXingView. getSensor(LevelXing.Geometry loc)SignalHeadLevelXing. getSignalHead(LevelXing.Geometry loc)SignalHeadLevelXingView. getSignalHead(LevelXing.Geometry loc)SignalMastLevelXing. getSignalMast(LevelXing.Geometry loc)SignalMastLevelXingView. getSignalMast(LevelXing.Geometry loc)(package private) booleanLayoutEditor. isUsedInXing(NamedBean bean, LevelXing xing, LevelXing.Geometry point)
-