Package gaiasky.util.scene2d
Class Separator.SeparatorStyle
java.lang.Object
gaiasky.util.scene2d.Separator.SeparatorStyle
- Enclosing class:
Separator
-
Field Summary
Modifier and TypeFieldDescriptioncom.badlogic.gdx.scenes.scene2d.utils.Drawable
int
-
Constructor Summary
ConstructorDescriptionSeparatorStyle
(com.badlogic.gdx.scenes.scene2d.utils.Drawable bg, int thickness) -
Method Summary
-
Field Details
-
background
public com.badlogic.gdx.scenes.scene2d.utils.Drawable background -
thickness
public int thickness
-
-
Constructor Details
-
SeparatorStyle
public SeparatorStyle() -
SeparatorStyle
-
SeparatorStyle
public SeparatorStyle(com.badlogic.gdx.scenes.scene2d.utils.Drawable bg, int thickness)
-