com.badlogic.gdx.graphics.g2d
Class EmptyNinePatch
java.lang.Object
com.badlogic.gdx.graphics.g2d.NinePatch
com.badlogic.gdx.graphics.g2d.EmptyNinePatch
public class EmptyNinePatch
- extends NinePatch
Empty ninepatch for controls that require a ninepatch.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getInstance
public static EmptyNinePatch getInstance()
getRegion
public static TextureRegion getRegion()
draw
public void draw(SpriteBatch batch,
float x,
float y,
float width,
float height)
- Overrides:
draw
in class NinePatch
Copyright 2010 Mario Zechner (contact@badlogicgames.com), Nathan Sweet (admin@esotericsoftware.com)