Representation
representation
Button display and rendering abstraction.
All representations are listed at the end of this file.
Classes:
-
Representation
–Base class for all representations
Representation
Representation(button: Button)
Base class for all representations
Methods:
-
render
–This is the main rendering function for all representations.
render
render()
This is the main rendering function for all representations.
It returns what is appropriate to the button render() function which passes
it to the deck's render() function which takes appropriate action
to pass the returned value to the appropriate device function for display.