Uses of Class
jmri.jmrit.ctc.ctcserialdata.OtherData.VERTICAL_SIZE
-
Packages that use OtherData.VERTICAL_SIZE Package Description jmri.jmrit.ctc.ctcserialdata -
-
Uses of OtherData.VERTICAL_SIZE in jmri.jmrit.ctc.ctcserialdata
Fields in jmri.jmrit.ctc.ctcserialdata declared as OtherData.VERTICAL_SIZE Modifier and Type Field Description OtherData.VERTICAL_SIZE
OtherData. _mGUIDesign_VerticalSize
Methods in jmri.jmrit.ctc.ctcserialdata that return OtherData.VERTICAL_SIZE Modifier and Type Method Description static OtherData.VERTICAL_SIZE
OtherData.VERTICAL_SIZE. getRadioGroupValue(int radioGroupValue)
static OtherData.VERTICAL_SIZE
OtherData.VERTICAL_SIZE. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static OtherData.VERTICAL_SIZE[]
OtherData.VERTICAL_SIZE. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-