Uses of Enum Class
com.fs.starfarer.api.ui.ButtonAPI.UICheckboxSize
Packages that use ButtonAPI.UICheckboxSize
-
Uses of ButtonAPI.UICheckboxSize in com.fs.starfarer.api
Methods in com.fs.starfarer.api with parameters of type ButtonAPI.UICheckboxSizeModifier and TypeMethodDescriptionSettingsAPI.createCheckbox
(String text, ButtonAPI.UICheckboxSize size) SettingsAPI.createCheckbox
(String text, String font, Color checkColor, ButtonAPI.UICheckboxSize size) -
Uses of ButtonAPI.UICheckboxSize in com.fs.starfarer.api.ui
Methods in com.fs.starfarer.api.ui that return ButtonAPI.UICheckboxSizeModifier and TypeMethodDescriptionstatic ButtonAPI.UICheckboxSize
Returns the enum constant of this class with the specified name.static ButtonAPI.UICheckboxSize[]
ButtonAPI.UICheckboxSize.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.fs.starfarer.api.ui with parameters of type ButtonAPI.UICheckboxSizeModifier and TypeMethodDescriptionTooltipMakerAPI.addCheckbox
(float width, float height, String text, ButtonAPI.UICheckboxSize size, float pad) Deprecated.TooltipMakerAPI.addCheckbox
(float width, float height, String text, Object data, ButtonAPI.UICheckboxSize size, float pad) TooltipMakerAPI.addCheckbox
(float width, float height, String text, Object data, String font, Color textColor, ButtonAPI.UICheckboxSize size, float pad) TooltipMakerAPI.addCheckbox
(float width, float height, String text, String font, Color textColor, ButtonAPI.UICheckboxSize size, float pad) Deprecated.