Package de.chaoswg.gui
Klasse GUI.UIStyle.ButtonStyle
java.lang.Object
de.chaoswg.gui.GUI.UIStyle.ButtonStyle
- Umschließende Klasse:
GUI.UIStyle
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungButtonStyle(GUI.UIStyle.ImageStyle image, GUI.UIStyle.BorderStyle border, net.risingworld.api.utils.ColorRGBA bkColor, GUI.UIStyle.ImageStyle imageHover, GUI.UIStyle.BorderStyle borderHover, net.risingworld.api.utils.ColorRGBA bkColorHover) -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungnet.risingworld.api.utils.ColorRGBAnet.risingworld.api.utils.ColorRGBAgetImage()voidsetBackgroundColor(net.risingworld.api.utils.ColorRGBA color) voidsetBackgroundColorHover(net.risingworld.api.utils.ColorRGBA color) voidsetBorder(GUI.UIStyle.BorderStyle border) voidsetBorderHover(GUI.UIStyle.BorderStyle borderHover) voidsetImage(GUI.UIStyle.ImageStyle image) voidsetImageHover(GUI.UIStyle.ImageStyle imageHover)
-
Konstruktordetails
-
ButtonStyle
public ButtonStyle(GUI.UIStyle.ImageStyle image, GUI.UIStyle.BorderStyle border, net.risingworld.api.utils.ColorRGBA bkColor, GUI.UIStyle.ImageStyle imageHover, GUI.UIStyle.BorderStyle borderHover, net.risingworld.api.utils.ColorRGBA bkColorHover)
-
-
Methodendetails
-
getImage
-
setImage
-
getBorder
-
setBorder
-
getBackgroundColor
public net.risingworld.api.utils.ColorRGBA getBackgroundColor() -
setBackgroundColor
public void setBackgroundColor(net.risingworld.api.utils.ColorRGBA color) -
getImageHover
-
setImageHover
-
getBorderHover
-
setBorderHover
-
getBackgroundColorHover
public net.risingworld.api.utils.ColorRGBA getBackgroundColorHover() -
setBackgroundColorHover
public void setBackgroundColorHover(net.risingworld.api.utils.ColorRGBA color)
-