|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectapwidgets.PWidget
apwidgets.PTextView
apwidgets.PButton
apwidgets.PCompoundButton
apwidgets.PCheckBox
public class PCheckBox
A Checkbox.Add instances to PWidgetContainer
.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface android.text.NoCopySpan |
---|
android.text.NoCopySpan.Concrete |
Constructor Summary | |
---|---|
PCheckBox(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.PCompoundButton |
---|
isChecked, setChecked |
Methods inherited from class apwidgets.PTextView |
---|
afterTextChanged, beforeTextChanged, getText, getTextColor, getTextSize, onTextChanged, setText, setTextColor, setTextSize |
Methods inherited from class apwidgets.PWidget |
---|
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 PCheckBox(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)
PWidgetContainer
as it is added to it.
init
in class PCompoundButton
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |