com.pdfjet
Class Mark

java.lang.Object
  extended by com.pdfjet.Mark

public class Mark
extends java.lang.Object

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

UNCHECK

public static final int UNCHECK
See Also:
Constant Field Values

CHECK

public static final int CHECK
See Also:
Constant Field Values

X

public static final int X
See Also:
Constant Field Values
Constructor Detail

Mark

public Mark()