Interface IGraphic

All Known Implementing Classes:
TextureGraphic, VectorGraphic

public interface IGraphic
Interface for graphics that can be rendered
  • Method Details

    • getInputStream

      InputStream getInputStream()
    • getWidth

      int getWidth()
    • getHeight

      int getHeight()
    • getXOffset

      int getXOffset()
    • getYOffset

      int getYOffset()