public static class CheckBox.DefaultCheckBoxRenderer extends CheckBox.CheckBoxRenderer
Constructor and Description |
---|
DefaultCheckBoxRenderer() |
Modifier and Type | Method and Description |
---|---|
void |
drawComponent(TextGUIGraphics graphics,
CheckBox component)
Using the supplied graphics object, draws the component passed in.
|
TerminalPosition |
getCursorLocation(CheckBox component) |
TerminalSize |
getPreferredSize(CheckBox component)
Given the supplied component, how large does this renderer want the component to be? Notice that this is the
responsibility of the renderer and not the component itself, since the component has no idea what its visual
representation looks like.
|
public TerminalPosition getCursorLocation(CheckBox component)
public TerminalSize getPreferredSize(CheckBox component)
ComponentRenderer
component
- Component to calculate the preferred size ofpublic void drawComponent(TextGUIGraphics graphics, CheckBox component)
ComponentRenderer
graphics
- Graphics object to use for drawingcomponent
- Component to drawCopyright © 2016. All rights reserved.