|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectapwidgets.APWidget
apwidgets.APTextView
apwidgets.APButton
apwidgets.APCompoundButton
apwidgets.APCheckBox
public class APCheckBox
A Checkbox.Add instances to APWidgetContainer
.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface android.text.NoCopySpan |
---|
android.text.NoCopySpan.Concrete |
Constructor Summary | |
---|---|
APCheckBox(int x,
int y,
java.lang.String text)
Creates a new check box. |
Method Summary | |
---|---|
void |
init(processing.core.PApplet argPApplet)
Initializes the check box. |
Methods inherited from class apwidgets.APCompoundButton |
---|
isChecked, setChecked |
Methods inherited from class apwidgets.APTextView |
---|
afterTextChanged, beforeTextChanged, getText, getTextColor, getTextSize, onTextChanged, setText, setTextColor, setTextSize |
Methods inherited from class apwidgets.APWidget |
---|
addOnClickWidgetListener, getHeight, getPApplet, getWidth, getView, getX, getY, onClick, setPosition, setSize |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public APCheckBox(int x, int y, java.lang.String text)
x
- The x position of the check box.y
- The y position of the check box.text
- The text on the label of the check box.Method Detail |
---|
public void init(processing.core.PApplet argPApplet)
APWidgetContainer
as it is added to it.
init
in class APCompoundButton
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |