|
libgdx API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.badlogic.gdx.scenes.scene2d.ui.Tree.TreeStyle
public static class Tree.TreeStyle
The style for a Tree
.
Field Summary | |
---|---|
Drawable |
background
Optional. |
Drawable |
minus
|
Drawable |
over
Optional. |
Drawable |
plus
|
Drawable |
selection
Optional. |
Constructor Summary | |
---|---|
Tree.TreeStyle()
|
|
Tree.TreeStyle(Drawable plus,
Drawable minus,
Drawable selection)
|
|
Tree.TreeStyle(Tree.TreeStyle style)
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public Drawable plus
public Drawable minus
public Drawable over
public Drawable selection
public Drawable background
Constructor Detail |
---|
public Tree.TreeStyle()
public Tree.TreeStyle(Drawable plus, Drawable minus, Drawable selection)
public Tree.TreeStyle(Tree.TreeStyle style)
|
libgdx API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |