public class AbstractGadget
extends Object
Modifier and Type | Field and Description |
---|---|
String |
background |
double |
backgroundAlpha |
RgbColor |
backgroundColor |
boolean |
bevel |
boolean |
closeButton |
boolean |
closeButtonUseAlpha |
boolean |
hidden
Defines whether this Gadget is initially hidden or not.
|
String |
innerText |
String |
mouseOverText |
boolean |
moveable |
String |
name
The name of this gadget.
|
Size1024 |
size1024 |
Size1024 |
sizerel1024 |
boolean |
sunkenBevel |
String |
textFont |
int |
textFontSize |
boolean |
tileBackground |
boolean |
tileBackgroundHorizontally |
boolean |
tileBackgroundVertically |
String |
titlebar |
String |
tooltipText |
boolean |
transparent |
boolean |
windowZStyle |
int |
z |
Constructor and Description |
---|
AbstractGadget() |
public String name
public boolean hidden
public int z
public String tooltipText
public String mouseOverText
public String innerText
public String textFont
public int textFontSize
public boolean transparent
public Size1024 size1024
public Size1024 sizerel1024
public boolean windowZStyle
public boolean moveable
public String titlebar
public boolean closeButton
public boolean closeButtonUseAlpha
public RgbColor backgroundColor
public String background
public double backgroundAlpha
public boolean tileBackground
public boolean tileBackgroundHorizontally
public boolean tileBackgroundVertically
public boolean bevel
public boolean sunkenBevel