Uses of Class
jmri.Scale
-
Packages that use Scale Package Description jmri Provides basic interfaces and certain core implementations for the JMRI layout management concepts.jmri.implementation Provides implementations of various JMRI interfaces.jmri.jmrit.dispatcher jmri.jmrit.timetable Define the timetable data records and implement a data manager.jmri.jmrit.timetable.swing Implements Timetable creation, maintenance and displaying a timetable graph. -
-
Uses of Scale in jmri
Methods in jmri that return Scale Modifier and Type Method Description static Scale
ScaleManager. getScale(java.lang.String name)
Get the scale that corresponds to the supplied scale name, otherwise null.static Scale
ScaleManager. getScaleByName(java.lang.String name)
Get the scale that matches the user name, the scale name, or null.Methods in jmri that return types with arguments of type Scale Modifier and Type Method Description static java.util.ArrayList<Scale>
ScaleManager. getScales()
Get a list of all scale entries sorted by user name.Methods in jmri with parameters of type Scale Modifier and Type Method Description float
Section. getLengthF(boolean meters, Scale scale)
Get the scale length of Section.int
Section. getLengthI(boolean meters, Scale scale)
-
Uses of Scale in jmri.implementation
Methods in jmri.implementation with parameters of type Scale Modifier and Type Method Description float
DefaultSection. getLengthF(boolean meters, Scale scale)
Get the scale length of Section.int
DefaultSection. getLengthI(boolean meters, Scale scale)
-
Uses of Scale in jmri.jmrit.dispatcher
Fields in jmri.jmrit.dispatcher with type parameters of type Scale Modifier and Type Field Description (package private) javax.swing.JComboBox<Scale>
OptionsMenu. layoutScaleBox
Methods in jmri.jmrit.dispatcher that return Scale Modifier and Type Method Description protected Scale
DispatcherFrame. getScale()
Methods in jmri.jmrit.dispatcher with parameters of type Scale Modifier and Type Method Description protected void
DispatcherFrame. setScale(Scale sc)
-
Uses of Scale in jmri.jmrit.timetable
Methods in jmri.jmrit.timetable that return Scale Modifier and Type Method Description Scale
Layout. getScale()
Methods in jmri.jmrit.timetable with parameters of type Scale Modifier and Type Method Description void
Layout. setScale(Scale newScale)
Constructors in jmri.jmrit.timetable with parameters of type Scale Constructor Description Layout(int layoutId, java.lang.String layoutName, Scale scale, int fastClock, int throttles, boolean metric)
-
Uses of Scale in jmri.jmrit.timetable.swing
Fields in jmri.jmrit.timetable.swing with type parameters of type Scale Modifier and Type Field Description (package private) javax.swing.JComboBox<Scale>
TimeTableFrame. _editScale
-