Interface HasSize

  • All Known Implementing Classes:
    BaseScenePanel


    public interface HasSize
    • Method Summary

      Modifier and Type Method and Description
      int getHeight()
       
      int getWidth()
       
    • Method Detail

      • getWidth

        int getWidth()
      • getHeight

        int getHeight()