java.lang.Object
com.googlecode.lanterna.gui2.CheckBox.CheckBoxRenderer
- All Implemented Interfaces:
ComponentRenderer<CheckBox>,InteractableRenderer<CheckBox>
- Direct Known Subclasses:
CheckBox.DefaultCheckBoxRenderer
- Enclosing class:
CheckBox
public abstract static class CheckBox.CheckBoxRenderer
extends Object
implements InteractableRenderer<CheckBox>
Helper interface that doesn't add any new methods but makes coding new check box renderers a little bit more clear
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.googlecode.lanterna.gui2.ComponentRenderer
drawComponent, getPreferredSizeMethods inherited from interface com.googlecode.lanterna.gui2.InteractableRenderer
getCursorLocation
-
Constructor Details
-
CheckBoxRenderer
public CheckBoxRenderer()
-