public class PenState extends java.lang.Object implements java.io.Serializable
Modifier and Type | Class and Description |
---|---|
static class |
PenState.Levels |
Modifier and Type | Field and Description |
---|---|
static long |
serialVersionUID |
Modifier and Type | Method and Description |
---|---|
boolean |
getButtonValue(int buttonTypeNumber) |
boolean |
getButtonValue(PButton.Type buttonType) |
PKind |
getKind() |
float |
getLevelValue(int levelTypeNumber) |
float |
getLevelValue(PLevel.Type levelType) |
int |
getPressedButtonsCount() |
boolean |
hasPressedButtons() |
public static final long serialVersionUID
public float getLevelValue(PLevel.Type levelType)
public float getLevelValue(int levelTypeNumber)
public boolean getButtonValue(PButton.Type buttonType)
public boolean getButtonValue(int buttonTypeNumber)
public boolean hasPressedButtons()
public int getPressedButtonsCount()