Class NinePatchTexture

java.lang.Object
zombie.asset.Asset
zombie.core.textures.NinePatchTexture

public class NinePatchTexture extends Asset
  • Field Details

  • Method Details

    • getSharedTexture

      public static NinePatchTexture getSharedTexture(String string0)
    • onTexturePacksChanged

      public static void onTexturePacksChanged()
    • Reset

      public static void Reset()
    • getType

      public AssetType getType()
      Specified by:
      getType in class Asset
    • getColumnWidth

      public int getColumnWidth(int int0)
    • getRowHeight

      public int getRowHeight(int int0)
    • getMinWidth

      public int getMinWidth()
    • getMinHeight

      public int getMinHeight()
    • hasTopRow

      public boolean hasTopRow()
    • hasBottomRow

      public boolean hasBottomRow()
    • hasLeftColumn

      public boolean hasLeftColumn()
    • hasRightColumn

      public boolean hasRightColumn()
    • is9x9

      public boolean is9x9()
    • is3x1

      public boolean is3x1()
    • is1x3

      public boolean is1x3()
    • render

      public void render(float float0, float float1, float float2, float float3)
    • render

      public void render(float float4, float float5, float float6, float float7, float float0, float float1, float float2, float float3)
    • setImageData

      public void setImageData(ImageData imageData0)