libgdx API

Uses of Class
com.badlogic.gdx.graphics.g2d.NinePatch

Packages that use NinePatch
com.badlogic.gdx.graphics.g2d   
com.badlogic.gdx.scenes.scene2d.ui   
 

Uses of NinePatch in com.badlogic.gdx.graphics.g2d
 

Subclasses of NinePatch in com.badlogic.gdx.graphics.g2d
 class EmptyNinePatch
          Empty ninepatch for controls that require a ninepatch.
 

Uses of NinePatch in com.badlogic.gdx.scenes.scene2d.ui
 

Fields in com.badlogic.gdx.scenes.scene2d.ui declared as NinePatch
 NinePatch ComboBox.ComboBoxStyle.background
           
 NinePatch Pane.PaneStyle.background
           
 NinePatch ScrollPane.ScrollPaneStyle.background
           
 NinePatch TextField.TextFieldStyle.background
           
 NinePatch Window.WindowStyle.background
           
 NinePatch TextField.TextFieldStyle.cursor
           
 NinePatch Button.ButtonStyle.down
           
 NinePatch ImageButton.ImageButtonStyle.down
           
 NinePatch ImageToggleButton.ImageToggleButtonStyle.down
           
 NinePatch ToggleButton.ToggleButtonStyle.down
           
 NinePatch SplitPane.SplitPaneStyle.handle
           
 NinePatch ScrollPane.ScrollPaneStyle.hScroll
           
 NinePatch ScrollPane.ScrollPaneStyle.hScrollKnob
           
 NinePatch ComboBox.ComboBoxStyle.listBackground
           
 NinePatch ComboBox.ComboBoxStyle.listSelection
           
 NinePatch List.ListStyle.selectedPatch
           
 NinePatch Button.ButtonStyle.up
           
 NinePatch ImageButton.ImageButtonStyle.up
           
 NinePatch ImageToggleButton.ImageToggleButtonStyle.up
           
 NinePatch ToggleButton.ToggleButtonStyle.up
           
 NinePatch ScrollPane.ScrollPaneStyle.vScroll
           
 NinePatch ScrollPane.ScrollPaneStyle.vScrollKnob
           
 

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)
           
 


libgdx API

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