Class FBOImage

java.lang.Object
com.spinyowl.legui.image.Image
com.spinyowl.legui.image.FBOImage

public class FBOImage extends Image
  • Constructor Details

    • FBOImage

      public FBOImage(int textureId, int width, int height)
  • Method Details

    • getWidth

      public int getWidth()
      Returns image width.
      Specified by:
      getWidth in class Image
      Returns:
      image width.
    • getHeight

      public int getHeight()
      Returns image height.
      Specified by:
      getHeight in class Image
      Returns:
      image height.
    • getTextureId

      public int getTextureId()