Package de.chaoswg.gui
Klasse StyleUI.Button
java.lang.Object
de.chaoswg.gui.StyleUI.Button
- Umschließende Klasse:
StyleUI
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungButton(StyleUI.Image image, StyleUI.Border border, net.risingworld.api.utils.ColorRGBA bkColor, StyleUI.Image imageHover, StyleUI.Border 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(StyleUI.Border border) voidsetBorderHover(StyleUI.Border borderHover) voidsetImage(StyleUI.Image image) voidsetImageHover(StyleUI.Image imageHover)
-
Konstruktordetails
-
Button
public Button(StyleUI.Image image, StyleUI.Border border, net.risingworld.api.utils.ColorRGBA bkColor, StyleUI.Image imageHover, StyleUI.Border 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)
-