Package gaiasky.util.scene2d
Class Separator.SeparatorStyle
java.lang.Object
gaiasky.util.scene2d.Separator.SeparatorStyle
- Enclosing class:
- Separator
public static class Separator.SeparatorStyle
extends java.lang.Object
-
Field Summary
Fields Modifier and Type Field Description com.badlogic.gdx.scenes.scene2d.utils.Drawable
background
int
thickness
-
Constructor Summary
Constructors Constructor Description SeparatorStyle()
SeparatorStyle(com.badlogic.gdx.scenes.scene2d.utils.Drawable bg, int thickness)
SeparatorStyle(Separator.SeparatorStyle style)
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
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)
-