Class UploadableDebugRect

java.lang.Object
dev.pfaff.altargui.uploadables.UploadableDebugRect
All Implemented Interfaces:
Uploadable

public final class UploadableDebugRect extends Object implements Uploadable
  • Constructor Details

    • UploadableDebugRect

      public UploadableDebugRect(Arena arena)
  • Method Details

    • updatePositionAndSize

      public void updatePositionAndSize(float x, float y, float width, float height)
    • size

      public int size()
      Description copied from interface: Uploadable
      The number of bytes that this consumer will provide the sink with upon Uploadable.uploadTo(Sink).
      Specified by:
      size in interface Uploadable
    • uploadTo

      public void uploadTo(Sink sink)
      Specified by:
      uploadTo in interface Uploadable