Uses of Enum Class
loggerForms.RangeUnitTypes
Packages that use RangeUnitTypes
-
Uses of RangeUnitTypes in loggerForms
Methods in loggerForms that return RangeUnitTypesModifier and TypeMethodDescriptionFormDescription.getHeadingRangeUnit()
FormDescription.getRangeType()
static RangeUnitTypes
static RangeUnitTypes
Returns the enum constant of this class with the specified name.static RangeUnitTypes[]
RangeUnitTypes.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of RangeUnitTypes in loggerForms.propertyInfos
Methods in loggerForms.propertyInfos that return RangeUnitTypesConstructors in loggerForms.propertyInfos with parameters of type RangeUnitTypesModifierConstructorDescriptionHEADINGinfo
(ControlDescription relatedControl, int controlIndex, RangeUnitTypes unitType, int arrowLength, int arrowHeadSize, HeadingTypes type, boolean fillHead, Color colour) RANGEinfo
(ControlDescription relatedControl, int controlIndex, RangeUnitTypes unitType, RangeTypes type, int fixedLength)