java.lang.Objectcom.pdfjet.Mark
public class Mark
Used to specify the check mark in CheckBox.
| Field Summary | |
|---|---|
static int |
CHECK
|
static int |
UNCHECK
|
static int |
X
|
| Constructor Summary | |
|---|---|
Mark()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int UNCHECK
public static final int CHECK
public static final int X
| Constructor Detail |
|---|
public Mark()