#include <DrawingPrimitives.h>
Public Member Functions | |
| MenuBorder (uint8_t equalSides) | |
| MenuBorder (uint8_t top_, uint8_t right_, uint8_t bottom_, uint8_t left_) | |
| bool | areAllBordersEqual () const | 
| bool | isBorderOff () const | 
Public Attributes | |
| uint8_t | top:2 | 
| uint8_t | left:2 | 
| uint8_t | bottom:2 | 
| uint8_t | right:2 | 
Used to represent a border in terms of top, right, bottom and left widths.