Uses of Class
jmri.jmrit.display.layoutEditor.LayoutSlip
-
Packages that use LayoutSlip Package Description jmri.jmrit.display.layoutEditor Layout Editor currently represents both structure and graphical display through a single set of objects. -
-
Uses of LayoutSlip in jmri.jmrit.display.layoutEditor
Subclasses of LayoutSlip in jmri.jmrit.display.layoutEditor Modifier and Type Class Description class
LayoutDoubleSlip
A LayoutSlip is a crossing of two straight tracks designed in such a way as to allow trains to change from one straight track to the other, as well as going straight across.class
LayoutSingleSlip
A LayoutSlip is a crossing of two straight tracks designed in such a way as to allow trains to change from one straight track to the other, as well as going straight across.Methods in jmri.jmrit.display.layoutEditor that return LayoutSlip Modifier and Type Method Description LayoutSlip
LayoutEditorFindItems. findLayoutSlipByBean(NamedBean bean)
LayoutSlip
LayoutEditorFindItems. findLayoutSlipByName(java.lang.String name)
LayoutSlip
LayoutEditorFindItems. findLayoutSlipBySensor(java.lang.String sensorName)
LayoutSlip
LayoutEditorFindItems. findLayoutSlipBySignalMast(java.lang.String signalMastName)
LayoutSlip
LayoutSlipView. getSlip()
Methods in jmri.jmrit.display.layoutEditor that return types with arguments of type LayoutSlip Modifier and Type Method Description java.util.List<LayoutSlip>
LayoutEditor. getLayoutSlips()
java.util.List<LayoutSlip>
LayoutModels. getLayoutSlips()
Methods in jmri.jmrit.display.layoutEditor with parameters of type LayoutSlip Modifier and Type Method Description LayoutSlipView
LayoutEditor. getLayoutSlipView(LayoutSlip to)
void
LayoutEditorTools. setSensorsAtSlipFromMenu(LayoutSlip slip, java.lang.String[] blocks, MultiIconEditor theEditor, javax.swing.JFrame theFrame)
void
LayoutEditorTools. setSignalMastsAtSlipFromMenu(LayoutSlip slip, java.lang.String[] blocks, javax.swing.JFrame theFrame)
void
LayoutEditorTools. setSignalsAtSlipFromMenu(LayoutSlip ls, MultiIconEditor theEditor, javax.swing.JFrame theFrame)
Constructors in jmri.jmrit.display.layoutEditor with parameters of type LayoutSlip Constructor Description LayoutSlipView(LayoutSlip slip, java.awt.geom.Point2D c, double rot, LayoutEditor layoutEditor)
Constructor method.
-