public class OnHoverButton extends Object
| Constructor and Description |
|---|
OnHoverButton() |
OnHoverButton(String backgroundColor,
String color,
String borderColor) |
| Modifier and Type | Method and Description |
|---|---|
String |
getBackgroundColor() |
String |
getBorderColor() |
String |
getColor() |
void |
setBackgroundColor(String backgroundColor) |
void |
setBorderColor(String borderColor) |
void |
setColor(String color) |
public String getColor()
public void setColor(String color)
public String getBackgroundColor()
public void setBackgroundColor(String backgroundColor)
public String getBorderColor()
public void setBorderColor(String borderColor)
Copyright © 2022. All rights reserved.