Uses of Class
com.badlogic.gdx.graphics.g2d.NinePatch
-
Packages that use NinePatch Package Description 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 Modifier and Type Method Description NinePatchTextureAtlas. createPatch(java.lang.String name)Returns the first region found with the specified name as aNinePatch.Constructors in com.badlogic.gdx.graphics.g2d with parameters of type NinePatch Constructor Description 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 Modifier and Type Method Description NinePatchSkin. getPatch(java.lang.String name)Returns a registered ninepatch.Constructors in com.badlogic.gdx.scenes.scene2d.ui with parameters of type NinePatch Constructor Description 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 Modifier and Type Method Description NinePatchNinePatchDrawable. getPatch()Methods in com.badlogic.gdx.scenes.scene2d.utils with parameters of type NinePatch Modifier and Type Method Description voidNinePatchDrawable. setPatch(NinePatch patch)Sets this drawable's ninepatch and set the min width, min height, top height, right width, bottom height, and left width to the patch's padding.Constructors in com.badlogic.gdx.scenes.scene2d.utils with parameters of type NinePatch Constructor Description NinePatchDrawable(NinePatch patch)
-