Package crackers.kobots.parts.app.io
Class StatusColumnDelegate
-
- All Implemented Interfaces:
-
crackers.kobots.parts.app.io.StatusColumnDisplay
@Deprecated(message = "Does not work except for small displays. Note the sidget is not a direct replacement.", replaceWith = @ReplaceWith(imports = {}, expression = "crackers.kobots.graphics.widgets.ColumnWidget")) public final class StatusColumnDelegate implements StatusColumnDisplay
Default implementation of StatusColumnDisplay.
-
-
Constructor Summary
Constructors Constructor Description StatusColumnDelegate(Integer widthOfDisplay, Integer heightOfDisplay)
-
Method Summary
Modifier and Type Method Description final Unit
setForeground(Color color)
final Unit
setBackground(Color color)
Unit
clearImage(Graphics2D $self)
Unit
displayStatuses(Graphics2D $self, Map<String, Object> status)
-
-
Method Detail
-
setForeground
final Unit setForeground(Color color)
-
setBackground
final Unit setBackground(Color color)
-
clearImage
Unit clearImage(Graphics2D $self)
-
displayStatuses
Unit displayStatuses(Graphics2D $self, Map<String, Object> status)
-
-
-
-