Uses of Class
jmri.jmrit.display.controlPanelEditor.shape.DrawFrame
-
Packages that use DrawFrame Package Description jmri.jmrit.display.controlPanelEditor.shape -
-
Uses of DrawFrame in jmri.jmrit.display.controlPanelEditor.shape
Subclasses of DrawFrame in jmri.jmrit.display.controlPanelEditor.shape Modifier and Type Class Description classDrawCircleFrame to create/edit a Control Panel shape Circle object.classDrawEllipseclassDrawPolygonclassDrawRectangleclassDrawRoundRectFields in jmri.jmrit.display.controlPanelEditor.shape declared as DrawFrame Modifier and Type Field Description protected DrawFramePositionableShape. _editFrameMethods in jmri.jmrit.display.controlPanelEditor.shape that return DrawFrame Modifier and Type Method Description protected DrawFramePositionableShape. getEditFrame()protected DrawFramePositionableCircle. makeEditFrame(boolean create)protected DrawFramePositionableEllipse. makeEditFrame(boolean create)protected DrawFramePositionablePolygon. makeEditFrame(boolean create)protected DrawFramePositionableRectangle. makeEditFrame(boolean create)protected DrawFramePositionableRoundRect. makeEditFrame(boolean create)protected abstract DrawFramePositionableShape. makeEditFrame(boolean create)Methods in jmri.jmrit.display.controlPanelEditor.shape with parameters of type DrawFrame Modifier and Type Method Description protected booleanShapeDrawer. setDrawFrame(DrawFrame f)
-