libgdx API

com.badlogic.gdx.scenes.scene2d.ui
Class Tree.TreeStyle

java.lang.Object
  extended by com.badlogic.gdx.scenes.scene2d.ui.Tree.TreeStyle
Enclosing class:
Tree

public static class Tree.TreeStyle
extends java.lang.Object

The style for a Tree.

Author:
Nathan Sweet

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

plus

public Drawable plus

minus

public Drawable minus

over

public Drawable over
Optional.


selection

public Drawable selection
Optional.


background

public Drawable background
Optional.

Constructor Detail

Tree.TreeStyle

public Tree.TreeStyle()

Tree.TreeStyle

public Tree.TreeStyle(Drawable plus,
                      Drawable minus,
                      Drawable selection)

Tree.TreeStyle

public Tree.TreeStyle(Tree.TreeStyle style)

libgdx API

Copyright 2010 Mario Zechner (contact@badlogicgames.com), Nathan Sweet (admin@esotericsoftware.com)