Uses of Enum Class
com.fs.starfarer.api.ui.Alignment
Packages that use Alignment
-
Uses of Alignment in com.fs.starfarer.api.campaign
Methods in com.fs.starfarer.api.campaign that return AlignmentMethods in com.fs.starfarer.api.campaign with parameters of type AlignmentModifier and TypeMethodDescriptionvoid
ResourceCostPanelAPI.setAlignment
(Alignment alignment) Only MID, LMID, and RMID are supported. -
Uses of Alignment in com.fs.starfarer.api.ui
Methods in com.fs.starfarer.api.ui that return AlignmentModifier and TypeMethodDescriptionstatic Alignment
Returns the enum constant of this class with the specified name.static Alignment[]
Alignment.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 AlignmentModifier and TypeMethodDescriptionTooltipMakerAPI.addButton
(String text, Object data, Color base, Color bg, Alignment align, CutStyle style, float width, float height, float pad) TooltipMakerAPI.addSectionHeading
(String str, Alignment align, float pad) TooltipMakerAPI.addSectionHeading
(String str, Color textColor, Color bgColor, Alignment align, float pad) TooltipMakerAPI.addSectionHeading
(String str, Color textColor, Color bgColor, Alignment align, float width, float pad) void
LabelAPI.setAlignment
(Alignment mid)