Class UploadableDebugRect
java.lang.Object
dev.pfaff.altargui.uploadables.UploadableDebugRect
- All Implemented Interfaces:
Uploadable
-
Field Summary
Fields inherited from interface dev.pfaff.altargui.uploadables.Uploadable
EMPTY_ARRAY, POSITION_LAYOUT, POSITION_PACKED_LAYOUT, UV_LAYOUT, UV_PACKED_LAYOUT, VERTEX_LAYOUT
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
size()
The number of bytes that this consumer will provide the sink with uponUploadable.uploadTo(Sink)
.void
updatePositionAndSize
(float x, float y, float width, float height) void
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface dev.pfaff.altargui.uploadables.Uploadable
uSpecUploadAtUnchecked
-
Constructor Details
-
UploadableDebugRect
-
-
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 uponUploadable.uploadTo(Sink)
.- Specified by:
size
in interfaceUploadable
-
uploadTo
- Specified by:
uploadTo
in interfaceUploadable
-