Uses of Class
jmri.jmrit.display.controlPanelEditor.shape.PositionableShape
-
Packages that use PositionableShape Package Description jmri.jmrit.display.controlPanelEditor.shape jmri.jmrit.display.controlPanelEditor.shape.configurexml -
-
Uses of PositionableShape in jmri.jmrit.display.controlPanelEditor.shape
Subclasses of PositionableShape in jmri.jmrit.display.controlPanelEditor.shape Modifier and Type Class Description classLocoLabelclassPositionableCirclePositionableCircle PositionableShapes.classPositionableEllipseclassPositionablePolygonclassPositionableRectangleclassPositionableRoundRectPositionableRoundRect adds corner radii to PositionableShapes.Fields in jmri.jmrit.display.controlPanelEditor.shape declared as PositionableShape Modifier and Type Field Description protected PositionableShapeDrawFrame. _shapeMethods in jmri.jmrit.display.controlPanelEditor.shape that return PositionableShape Modifier and Type Method Description protected PositionableShapeDrawCircle. makeFigure(java.awt.Rectangle r, Editor ed)protected PositionableShapeDrawEllipse. makeFigure(java.awt.Rectangle r, Editor ed)protected abstract PositionableShapeDrawFrame. makeFigure(java.awt.Rectangle r, Editor ed)protected PositionableShapeDrawPolygon. makeFigure(java.awt.Rectangle r, Editor ed)protected PositionableShapeDrawRectangle. makeFigure(java.awt.Rectangle r, Editor ed)protected PositionableShapeDrawRoundRect. makeFigure(java.awt.Rectangle r, Editor ed)Methods in jmri.jmrit.display.controlPanelEditor.shape with parameters of type PositionableShape Modifier and Type Method Description protected PositionablePositionableCircle. finishClone(PositionableShape pos)protected PositionablePositionablePolygon. finishClone(PositionableShape pos)protected PositionablePositionableRectangle. finishClone(PositionableShape pos)protected PositionablePositionableRoundRect. finishClone(PositionableShape pos)protected PositionablePositionableShape. finishClone(PositionableShape pos)protected voidDrawFrame. setDisplayParams(PositionableShape ps)Set parameters on the popup that will edit the PositionableShape.Constructors in jmri.jmrit.display.controlPanelEditor.shape with parameters of type PositionableShape Constructor Description DrawCircle(java.lang.String which, java.lang.String title, PositionableShape ps, Editor ed, boolean create)DrawEllipse(java.lang.String which, java.lang.String title, PositionableShape ps, Editor ed, boolean create)DrawFrame(java.lang.String which, java.lang.String title, PositionableShape ps, Editor ed, boolean create)DrawPolygon(java.lang.String which, java.lang.String title, PositionableShape ps, Editor ed, boolean create)DrawRectangle(java.lang.String which, java.lang.String title, PositionableShape ps, Editor ed, boolean create)DrawRoundRect(java.lang.String which, java.lang.String title, PositionableShape ps, Editor ed, boolean create) -
Uses of PositionableShape in jmri.jmrit.display.controlPanelEditor.shape.configurexml
Methods in jmri.jmrit.display.controlPanelEditor.shape.configurexml with parameters of type PositionableShape Modifier and Type Method Description voidPositionableShapeXml. loadCommonAttributes(PositionableShape ps, int defaultLevel, org.jdom2.Element element)voidPositionableShapeXml. storeCommonAttributes(PositionableShape p, org.jdom2.Element element)Default implementation for storing the common contents.
-