public static class BaseBitmapTextureAtlasSourceDecorator.TextureAtlasSourceDecoratorOptions
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static BaseBitmapTextureAtlasSourceDecorator.TextureAtlasSourceDecoratorOptions |
DEFAULT |
| Constructor and Description |
|---|
TextureAtlasSourceDecoratorOptions() |
public static final BaseBitmapTextureAtlasSourceDecorator.TextureAtlasSourceDecoratorOptions DEFAULT
protected BaseBitmapTextureAtlasSourceDecorator.TextureAtlasSourceDecoratorOptions deepCopy()
public boolean getAntiAliasing()
public float getInsetLeft()
public float getInsetRight()
public float getInsetTop()
public float getInsetBottom()
public BaseBitmapTextureAtlasSourceDecorator.TextureAtlasSourceDecoratorOptions setAntiAliasing(boolean pAntiAliasing)
public BaseBitmapTextureAtlasSourceDecorator.TextureAtlasSourceDecoratorOptions setInsetLeft(float pInsetLeft)
public BaseBitmapTextureAtlasSourceDecorator.TextureAtlasSourceDecoratorOptions setInsetRight(float pInsetRight)
public BaseBitmapTextureAtlasSourceDecorator.TextureAtlasSourceDecoratorOptions setInsetTop(float pInsetTop)
public BaseBitmapTextureAtlasSourceDecorator.TextureAtlasSourceDecoratorOptions setInsetBottom(float pInsetBottom)
public BaseBitmapTextureAtlasSourceDecorator.TextureAtlasSourceDecoratorOptions setInsets(float pInsets)
public BaseBitmapTextureAtlasSourceDecorator.TextureAtlasSourceDecoratorOptions setInsets(float pInsetLeft, float pInsetTop, float pInsetRight, float pInsetBottom)