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 classLayoutDoubleSlipA 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.classLayoutSingleSlipA 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 LayoutSlipLayoutEditorFindItems. findLayoutSlipByBean(NamedBean bean)LayoutSlipLayoutEditorFindItems. findLayoutSlipByName(java.lang.String name)LayoutSlipLayoutEditorFindItems. findLayoutSlipBySensor(java.lang.String sensorName)LayoutSlipLayoutEditorFindItems. findLayoutSlipBySignalMast(java.lang.String signalMastName)LayoutSlipLayoutSlipView. 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 LayoutSlipViewLayoutEditor. getLayoutSlipView(LayoutSlip to)voidLayoutEditorTools. setSensorsAtSlipFromMenu(LayoutSlip slip, java.lang.String[] blocks, MultiIconEditor theEditor, javax.swing.JFrame theFrame)voidLayoutEditorTools. setSignalMastsAtSlipFromMenu(LayoutSlip slip, java.lang.String[] blocks, javax.swing.JFrame theFrame)voidLayoutEditorTools. 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.
-