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.utils   
 

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

Methods in com.badlogic.gdx.graphics.g2d that return NinePatch
 NinePatch TextureAtlas.createPatch(java.lang.String name)
          Returns the first region found with the specified name as a NinePatch.
 

Constructors in com.badlogic.gdx.graphics.g2d with parameters of type NinePatch
NinePatch(NinePatch ninePatch)
           
NinePatch(NinePatch ninePatch, Color color)
           
 

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

Methods in com.badlogic.gdx.scenes.scene2d.ui that return NinePatch
 NinePatch Skin.getPatch(java.lang.String name)
          Returns a registered ninepatch.
 

Constructors in com.badlogic.gdx.scenes.scene2d.ui with parameters of type NinePatch
Image(NinePatch patch)
          Creates an image stretched, and aligned center.
 

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

Methods in com.badlogic.gdx.scenes.scene2d.utils that return NinePatch
 NinePatch NinePatchDrawable.getPatch()
           
 

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

Constructors in com.badlogic.gdx.scenes.scene2d.utils with parameters of type NinePatch
NinePatchDrawable(NinePatch patch)
           
 


libgdx API

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