Uses of Class
jmri.Scale
Packages that use Scale
Package
Description
Provides basic interfaces and certain core implementations for the JMRI
layout management concepts.
Provides implementations of various JMRI interfaces.
Define the timetable data records and implement a data manager.
Implements Timetable creation, maintenance and displaying a timetable graph.
-
Uses of Scale in jmri
Modifier and TypeMethodDescriptionstatic ScaleGet the scale that corresponds to the supplied scale name, otherwise null.static ScaleScaleManager.getScaleByName(String name) Get the scale that matches the user name, the scale name, or null.Modifier and TypeMethodDescriptionScaleManager.getScales()Get a list of all scale entries sorted by user name.Modifier and TypeMethodDescriptionfloatSection.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 ScaleModifier and TypeMethodDescriptionfloatDefaultSection.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 ScaleMethods in jmri.jmrit.dispatcher that return ScaleMethods in jmri.jmrit.dispatcher with parameters of type Scale -
Uses of Scale in jmri.jmrit.timetable
Methods in jmri.jmrit.timetable that return ScaleMethods in jmri.jmrit.timetable with parameters of type ScaleConstructors in jmri.jmrit.timetable with parameters of type Scale -
Uses of Scale in jmri.jmrit.timetable.swing
Fields in jmri.jmrit.timetable.swing with type parameters of type Scale