Package crackers.kobots.parts.app.io
Interface StatusColumnDisplay
-
- All Implemented Interfaces:
public interface StatusColumnDisplay
Display numeric status values in columns. This is primarily intended for use with a small OLED display (e.g. 128x32). The notion is that only the graphics portion of an image is updated with the data and actual display is handled elsewhere.
-
-
Method Summary
Modifier and Type Method Description abstract Unit
clearImage(Graphics2D $self)
abstract Unit
displayStatuses(Graphics2D $self, Map<String, Object> status)
-
-
Method Detail
-
clearImage
abstract Unit clearImage(Graphics2D $self)
-
displayStatuses
abstract Unit displayStatuses(Graphics2D $self, Map<String, Object> status)
-
-
-
-