Uses of Class
jmri.jmrit.display.PositionableIcon
-
Packages that use PositionableIcon Package Description jmri.jmrit.display Provides control panel and associated visible icon classes.jmri.jmrit.display.controlPanelEditor jmri.jmrit.display.layoutEditor Layout Editor currently represents both structure and graphical display through a single set of objects. -
-
Uses of PositionableIcon in jmri.jmrit.display
Subclasses of PositionableIcon in jmri.jmrit.display Modifier and Type Class Description class
IndicatorTrackIcon
An icon to display the status of a track segment in a block.class
IndicatorTurnoutIcon
An icon to display a status and state of a color coded turnout.class
SensorIcon
An icon to display a status of a Sensor.class
SignalHeadIcon
An icon to display a status of a SignalHead.class
SignalMastIcon
An icon to display a status of aSignalMast
.class
TurnoutIcon
An icon to display a status of a turnout.Methods in jmri.jmrit.display with parameters of type PositionableIcon Modifier and Type Method Description protected Positionable
PositionableIcon. finishClone(PositionableIcon pos)
-
Uses of PositionableIcon in jmri.jmrit.display.controlPanelEditor
Subclasses of PositionableIcon in jmri.jmrit.display.controlPanelEditor Modifier and Type Class Description class
PortalIcon
Methods in jmri.jmrit.display.controlPanelEditor that return types with arguments of type PositionableIcon Modifier and Type Method Description protected java.util.HashMap<NamedBean,java.util.ArrayList<PositionableIcon>>
CircuitBuilder. getSignalIconMap()
protected java.util.List<PositionableIcon>
CircuitBuilder. getSignalIconMap(NamedBean mast)
Methods in jmri.jmrit.display.controlPanelEditor with parameters of type PositionableIcon Modifier and Type Method Description protected void
EditSignalFrame. setSelected(PositionableIcon icon)
-
Uses of PositionableIcon in jmri.jmrit.display.layoutEditor
Methods in jmri.jmrit.display.layoutEditor with parameters of type PositionableIcon Modifier and Type Method Description (package private) java.awt.Point
LayoutEditorTools. eastToWest(java.awt.geom.Point2D p, PositionableIcon l, boolean right, double fromPoint)
(package private) java.awt.Point
LayoutEditorTools. northEastToSouthWest(java.awt.geom.Point2D p, PositionableIcon l, int oldWidth, int oldHeight, double angleDEG, boolean right, double fromPoint)
(package private) java.awt.Point
LayoutEditorTools. northToSouth(java.awt.geom.Point2D p, PositionableIcon l, boolean right, double fromPoint)
(package private) java.awt.Point
LayoutEditorTools. northWestToSouthEast(java.awt.geom.Point2D p, PositionableIcon l, int oldWidth, int oldHeight, double angleDEG, boolean right, double fromPoint)
void
LayoutEditorTools. setIconOnPanel(PositionableIcon l, int rotation, int xLoc, int yLoc)
void
LayoutEditorTools. setIconOnPanel(PositionableIcon l, int rotation, java.awt.Point p)
(package private) java.awt.Point
LayoutEditorTools. southEastToNorthWest(java.awt.geom.Point2D p, PositionableIcon l, int oldWidth, int oldHeight, double angleDEG, boolean right, double fromPoint)
(package private) java.awt.Point
LayoutEditorTools. southToNorth(java.awt.geom.Point2D p, PositionableIcon l, boolean right, double fromPoint)
(package private) java.awt.Point
LayoutEditorTools. southWestToNorthEast(java.awt.geom.Point2D p, PositionableIcon l, int oldWidth, int oldHeight, double angleDEG, boolean right, double fromPoint)
(package private) java.awt.Point
LayoutEditorTools. westToEast(java.awt.geom.Point2D p, PositionableIcon l, boolean right, double fromPoint)
-