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 ScaleScaleManager. getScale(java.lang.String name)Get the scale that corresponds to the supplied scale name, otherwise null.static ScaleScaleManager. 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 floatSection. getLengthF(boolean meters, Scale scale)Get the scale length of Section.intSection. 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 floatDefaultSection. getLengthF(boolean meters, Scale scale)Get the scale length of Section.intDefaultSection. 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. layoutScaleBoxMethods in jmri.jmrit.dispatcher that return Scale Modifier and Type Method Description ScaleDispatcherFrame. getScale()Methods in jmri.jmrit.dispatcher with parameters of type Scale Modifier and Type Method Description protected voidDispatcherFrame. setScale(Scale sc) -
Uses of Scale in jmri.jmrit.timetable
Methods in jmri.jmrit.timetable that return Scale Modifier and Type Method Description ScaleLayout. getScale()Methods in jmri.jmrit.timetable with parameters of type Scale Modifier and Type Method Description voidLayout. 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
-