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 class
DrawCircle
class
DrawEllipse
class
DrawPolygon
class
DrawRectangle
class
DrawRoundRect
Fields in jmri.jmrit.display.controlPanelEditor.shape declared as DrawFrame Modifier and Type Field Description protected DrawFrame
PositionableShape. _editFrame
Methods in jmri.jmrit.display.controlPanelEditor.shape that return DrawFrame Modifier and Type Method Description protected DrawFrame
PositionableShape. getEditFrame()
protected DrawFrame
PositionableCircle. makeEditFrame(boolean create)
protected DrawFrame
PositionableEllipse. makeEditFrame(boolean create)
protected DrawFrame
PositionablePolygon. makeEditFrame(boolean create)
protected DrawFrame
PositionableRectangle. makeEditFrame(boolean create)
protected DrawFrame
PositionableRoundRect. makeEditFrame(boolean create)
protected abstract DrawFrame
PositionableShape. makeEditFrame(boolean create)
Methods in jmri.jmrit.display.controlPanelEditor.shape with parameters of type DrawFrame Modifier and Type Method Description protected boolean
ShapeDrawer. setDrawFrame(DrawFrame f)
-