Uses of Class
jmri.jmrit.display.layoutEditor.LayoutShape
-
Packages that use LayoutShape Package Description jmri.jmrit.display.layoutEditor Layout Editor currently represents both structure and graphical display through a single set of objects. -
-
Uses of LayoutShape in jmri.jmrit.display.layoutEditor
Fields in jmri.jmrit.display.layoutEditor with type parameters of type LayoutShape Modifier and Type Field Description java.util.List<LayoutShape>
LayoutEditor. _layoutShapeSelection
Methods in jmri.jmrit.display.layoutEditor that return LayoutShape Modifier and Type Method Description LayoutShape
LayoutEditorFindItems. findLayoutShapeByName(java.lang.String name)
Methods in jmri.jmrit.display.layoutEditor that return types with arguments of type LayoutShape Modifier and Type Method Description java.util.List<LayoutShape>
LayoutEditor. getLayoutShapes()
java.util.List<LayoutShape>
LayoutModels. getLayoutShapes()
java.util.List<LayoutShape>
LayoutEditor. getLayoutShapeSelection()
Methods in jmri.jmrit.display.layoutEditor with parameters of type LayoutShape Modifier and Type Method Description void
LayoutEditor. amendSelectionGroup(LayoutShape ls)
boolean
LayoutEditor. removeLayoutShape(LayoutShape s)
Remove a layout shape from the list of layout shapesConstructors in jmri.jmrit.display.layoutEditor with parameters of type LayoutShape Constructor Description LayoutShape(LayoutShape layoutShape)
constructor method (used by duplicate)
-