Constructors in com.badlogic.gdx.scenes.scene2d.ui with parameters of type NinePatch |
Button.ButtonStyle(BitmapFont font,
Color fontColor,
NinePatch down,
NinePatch up,
float pressedOffsetX,
float pressedOffsetY,
float unpressedOffsetX,
float unpressedOffsetY)
|
ComboBox.ComboBoxStyle(BitmapFont font,
Color fontColor,
NinePatch background,
NinePatch listBackground,
NinePatch listSelection)
|
ImageButton.ImageButtonStyle(NinePatch down,
NinePatch up)
|
ImageToggleButton.ImageToggleButtonStyle(NinePatch down,
NinePatch up)
|
List.ListStyle(BitmapFont font,
Color fontColorSelected,
Color fontColorUnselected,
NinePatch selectedPatch)
|
Pane.PaneStyle(NinePatch backgroundPatch)
|
ScrollPane.ScrollPaneStyle(NinePatch backgroundPatch,
NinePatch hScroll,
NinePatch hScrollKnob,
NinePatch vScroll,
NinePatch vScrollKnob)
|
Slider.SliderStyle(NinePatch sliderPatch,
TextureRegion knobRegion)
|
SplitPane.SplitPaneStyle(NinePatch handle)
|
TextField.TextFieldStyle(BitmapFont font,
Color fontColor,
NinePatch cursor,
TextureRegion selection,
NinePatch background)
|
ToggleButton.ToggleButtonStyle(BitmapFont font,
Color fontColor,
NinePatch down,
NinePatch up)
|
Window.WindowStyle(BitmapFont titleFont,
Color titleFontColor,
NinePatch backgroundPatch)
|