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   
com.badlogic.gdx.scenes.scene2d.ui.tablelayout   
 

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 ScrollPane.ScrollPaneStyle.background
           
 NinePatch TextField.TextFieldStyle.background
           
 NinePatch Window.WindowStyle.background
           
 NinePatch Button.ButtonStyle.checked
           
 NinePatch TextField.TextFieldStyle.cursor
           
 NinePatch Button.ButtonStyle.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 ScrollPane.ScrollPaneStyle.vScroll
           
 NinePatch ScrollPane.ScrollPaneStyle.vScrollKnob
           
 

Methods in com.badlogic.gdx.scenes.scene2d.ui with parameters of type NinePatch
 void Image.setPatch(NinePatch patch)
           
 

Constructors in com.badlogic.gdx.scenes.scene2d.ui with parameters of type NinePatch
Button.ButtonStyle(NinePatch down, NinePatch up, NinePatch checked, float pressedOffsetX, float pressedOffsetY, float unpressedOffsetX, float unpressedOffsetY, BitmapFont font, Color fontColor)
           
ComboBox.ComboBoxStyle(BitmapFont font, Color fontColor, NinePatch background, NinePatch listBackground, NinePatch listSelection)
           
Image(NinePatch patch)
           
Image(NinePatch patch, Image.Scaling scaling)
           
Image(NinePatch patch, Image.Scaling scaling, int align)
           
Image(NinePatch patch, Image.Scaling scaling, int align, java.lang.String name)
           
Image(NinePatch patch, Image.Scaling scaling, java.lang.String name)
           
List.ListStyle(BitmapFont font, Color fontColorSelected, Color fontColorUnselected, NinePatch selectedPatch)
           
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)
           
Window.WindowStyle(BitmapFont titleFont, Color titleFontColor, NinePatch backgroundPatch)
           
 

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

Methods in com.badlogic.gdx.scenes.scene2d.ui.tablelayout with parameters of type NinePatch
 void Table.setBackground(NinePatch background)
           
 


libgdx API

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