Class AbstractDrawable

java.lang.Object
com.prineside.tdi2.utils.AbstractDrawable
All Implemented Interfaces:
com.badlogic.gdx.scenes.scene2d.utils.Drawable
Direct Known Subclasses:
Quad, QuadRegion

public abstract class AbstractDrawable extends Object implements com.badlogic.gdx.scenes.scene2d.utils.Drawable
Similar to BaseDrawable but has a smaller memory footprint and does not have a name
  • Field Details

    • DRAWABLE_PARAM_LEFT_WIDTH

      public static final int DRAWABLE_PARAM_LEFT_WIDTH
      See Also:
    • DRAWABLE_PARAM_RIGHT_WIDTH

      public static final int DRAWABLE_PARAM_RIGHT_WIDTH
      See Also:
    • DRAWABLE_PARAM_TOP_HEIGHT

      public static final int DRAWABLE_PARAM_TOP_HEIGHT
      See Also:
    • DRAWABLE_PARAM_BOTTOM_HEIGHT

      public static final int DRAWABLE_PARAM_BOTTOM_HEIGHT
      See Also:
    • DRAWABLE_PARAM_MIN_WIDTH

      public static final int DRAWABLE_PARAM_MIN_WIDTH
      See Also:
    • DRAWABLE_PARAM_MIN_HEIGHT

      public static final int DRAWABLE_PARAM_MIN_HEIGHT
      See Also:
  • Constructor Details

    • AbstractDrawable

      public AbstractDrawable()
  • Method Details

    • getLeftWidth

      public float getLeftWidth()
      Specified by:
      getLeftWidth in interface com.badlogic.gdx.scenes.scene2d.utils.Drawable
    • setLeftWidth

      public void setLeftWidth(float leftWidth)
      Specified by:
      setLeftWidth in interface com.badlogic.gdx.scenes.scene2d.utils.Drawable
    • getRightWidth

      public float getRightWidth()
      Specified by:
      getRightWidth in interface com.badlogic.gdx.scenes.scene2d.utils.Drawable
    • setRightWidth

      public void setRightWidth(float rightWidth)
      Specified by:
      setRightWidth in interface com.badlogic.gdx.scenes.scene2d.utils.Drawable
    • getTopHeight

      public float getTopHeight()
      Specified by:
      getTopHeight in interface com.badlogic.gdx.scenes.scene2d.utils.Drawable
    • setTopHeight

      public void setTopHeight(float topHeight)
      Specified by:
      setTopHeight in interface com.badlogic.gdx.scenes.scene2d.utils.Drawable
    • getBottomHeight

      public float getBottomHeight()
      Specified by:
      getBottomHeight in interface com.badlogic.gdx.scenes.scene2d.utils.Drawable
    • setBottomHeight

      public void setBottomHeight(float bottomHeight)
      Specified by:
      setBottomHeight in interface com.badlogic.gdx.scenes.scene2d.utils.Drawable
    • getMinWidth

      public float getMinWidth()
      Specified by:
      getMinWidth in interface com.badlogic.gdx.scenes.scene2d.utils.Drawable
    • setMinWidth

      public void setMinWidth(float minWidth)
      Specified by:
      setMinWidth in interface com.badlogic.gdx.scenes.scene2d.utils.Drawable
    • getMinHeight

      public float getMinHeight()
      Specified by:
      getMinHeight in interface com.badlogic.gdx.scenes.scene2d.utils.Drawable
    • setMinHeight

      public void setMinHeight(float minHeight)
      Specified by:
      setMinHeight in interface com.badlogic.gdx.scenes.scene2d.utils.Drawable