Uses of Enum Class
com.fs.starfarer.api.ui.ValueDisplayMode
Packages that use ValueDisplayMode
-
Uses of ValueDisplayMode in com.fs.starfarer.api.campaign
Methods in com.fs.starfarer.api.campaign with parameters of type ValueDisplayModeModifier and TypeMethodDescriptionvoid
OptionPanelAPI.addSelector
(String text, Object data, Color color, float width, float maxValueWidth, float minValue, float maxValue, ValueDisplayMode mode, String tooltip) A user-adjustable bar useful for picking a value from a range. -
Uses of ValueDisplayMode in com.fs.starfarer.api.ui
Methods in com.fs.starfarer.api.ui that return ValueDisplayModeModifier and TypeMethodDescriptionstatic ValueDisplayMode
Returns the enum constant of this class with the specified name.static ValueDisplayMode[]
ValueDisplayMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.