public static class Separator.DefaultSeparatorRenderer extends Separator.SeparatorRenderer
Separator
Constructor and Description |
---|
DefaultSeparatorRenderer() |
Modifier and Type | Method and Description |
---|---|
void |
drawComponent(TextGUIGraphics graphics,
Separator component)
Using the supplied graphics object, draws the component passed in.
|
TerminalSize |
getPreferredSize(Separator 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 TerminalSize getPreferredSize(Separator component)
ComponentRenderer
component
- Component to calculate the preferred size ofpublic void drawComponent(TextGUIGraphics graphics, Separator component)
ComponentRenderer
graphics
- Graphics object to use for drawingcomponent
- Component to drawCopyright © 2016. All rights reserved.