Uses of Class
jmri.jmrit.display.layoutEditor.LayoutSlip
Packages that use LayoutSlip
Package
Description
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.layoutEditorModifier and TypeClassDescriptionclassA 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.classA 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 LayoutSlipModifier and TypeMethodDescriptionLayoutEditorFindItems.findLayoutSlipByBean(NamedBean bean) LayoutEditorFindItems.findLayoutSlipByName(String name) LayoutEditorFindItems.findLayoutSlipBySensor(String sensorName) LayoutEditorFindItems.findLayoutSlipBySignalMast(String signalMastName) LayoutSlipView.getSlip()Methods in jmri.jmrit.display.layoutEditor that return types with arguments of type LayoutSlipMethods in jmri.jmrit.display.layoutEditor with parameters of type LayoutSlipModifier and TypeMethodDescriptionfinal LayoutSlipViewLayoutEditor.getLayoutSlipView(LayoutSlip to) voidLayoutEditorTools.setSensorsAtSlipFromMenu(LayoutSlip slip, String[] blocks, MultiIconEditor theEditor, JFrame theFrame) voidLayoutEditorTools.setSignalMastsAtSlipFromMenu(LayoutSlip slip, String[] blocks, JFrame theFrame) voidLayoutEditorTools.setSignalsAtSlipFromMenu(LayoutSlip ls, MultiIconEditor theEditor, JFrame theFrame) Constructors in jmri.jmrit.display.layoutEditor with parameters of type LayoutSlipModifierConstructorDescriptionLayoutSlipView(LayoutSlip slip, Point2D c, double rot, LayoutEditor layoutEditor) Constructor method.