Class VectorGraphic

java.lang.Object
org.rusherhack.client.api.render.graphic.VectorGraphic
All Implemented Interfaces:
IGraphic

public class VectorGraphic extends Object implements IGraphic
A vector graphic
  • Constructor Details

  • Method Details

    • getInputStream

      public InputStream getInputStream()
      Specified by:
      getInputStream in interface IGraphic
    • getWidth

      public int getWidth()
      Specified by:
      getWidth in interface IGraphic
    • getHeight

      public int getHeight()
      Specified by:
      getHeight in interface IGraphic
    • getXOffset

      public int getXOffset()
      Specified by:
      getXOffset in interface IGraphic
    • getYOffset

      public int getYOffset()
      Specified by:
      getYOffset in interface IGraphic
    • getSvgWidth

      public int getSvgWidth()
    • getSvgHeight

      public int getSvgHeight()
    • setSvgWidth

      public void setSvgWidth(int svgWidth)
    • setSvgHeight

      public void setSvgHeight(int svgHeight)