Interface Pixi.Rectangle

All Superinterfaces:
org.teavm.jso.JSObject
Enclosing interface:
Pixi

public static interface Pixi.Rectangle extends org.teavm.jso.JSObject
  • Method Summary

    Modifier and Type
    Method
    Description
    float
     
    float
     
    float
     
    float
     
    void
    setHeight(float height)
     
    void
    setWidth(float width)
     
    void
    setX(float x)
     
    void
    setY(float y)
     

    Methods inherited from interface org.teavm.jso.JSObject

    cast
  • Method Details

    • setX

      void setX(float x)
    • getX

      float getX()
    • setY

      void setY(float y)
    • getY

      float getY()
    • setWidth

      void setWidth(float width)
    • getWidth

      float getWidth()
    • setHeight

      void setHeight(float height)
    • getHeight

      float getHeight()