Projects Status Docs StatusView

isRegistered

Type: private boolean

True if ".register()" has been called on all of the icons

sendMessage

Type: public <T extends IconData> void

Vaguely hacky method of sending notifications to the NotificationIconData class. This may be used for other things in the future.

Parameter Name Description
tClass IconData class to send a message to
message the arguments of the message
type of IconData class to send the message to

setColor

Type: public void

Set the color of the status bar to be drawn in the background.

Parameter Name Description
color a valid color int

setIconColor

Type: public void

Set the color of the icons on the status bar.

Parameter Name Description
color a valid color int

setTextColor

Type: public void

Set the color of text drawn on the status bar.

Parameter Name Description
color a valid color int