Uses of Class
jmri.jmrit.display.layoutEditor.LayoutTurnout.Geometry
-
Packages that use LayoutTurnout.Geometry Package Description jmri.jmrit.display.layoutEditor Layout Editor currently represents both structure and graphical display through a single set of objects. -
-
Uses of LayoutTurnout.Geometry in jmri.jmrit.display.layoutEditor
Methods in jmri.jmrit.display.layoutEditor that return LayoutTurnout.Geometry Modifier and Type Method Description static LayoutTurnout.Geometry
LayoutTurnout.Geometry. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static LayoutTurnout.Geometry[]
LayoutTurnout.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 LayoutTurnout.Geometry Modifier and Type Method Description SignalHead
LayoutTurnout. getSignalHead(LayoutTurnout.Geometry loc)
SignalHead
LayoutTurnoutView. getSignalHead(LayoutTurnout.Geometry loc)
-