|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.extex.font.format.vf.command.VfCommand
public abstract class VfCommand
Abstract class for all vf commands.
| Field Summary | |
|---|---|
static int |
FNT_DEF_1
fnt def 1 |
static int |
FNT_DEF_2
fnt def 2 |
static int |
FNT_DEF_3
fnt def 3 |
static int |
FNT_DEF_4
fnt def 4 |
static int |
MAX_CHARACTER
maximum character nr |
static int |
MIN_CHARACTER
minimun character nr |
static int |
POST
post |
static int |
PRE
pre |
static int |
SHIFT16
Shift 16 |
static int |
SHIFT8
Shift 8 |
| Method Summary | |
|---|---|
int |
getCommandCode()
Returns the type of the command. |
static VfCommand |
getInstance(Localizer localizer,
RandomAccessR rar)
Return the new instance of the command. |
protected Localizer |
getLocalizer()
Getter for localizer. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.extex.util.xml.XMLWriterConvertible |
|---|
writeXML |
| Field Detail |
|---|
public static final int PRE
public static final int FNT_DEF_1
public static final int FNT_DEF_2
public static final int FNT_DEF_3
public static final int FNT_DEF_4
public static final int MIN_CHARACTER
public static final int MAX_CHARACTER
public static final int POST
public static final int SHIFT8
public static final int SHIFT16
| Method Detail |
|---|
public static VfCommand getInstance(Localizer localizer,
RandomAccessR rar)
throws FontException
localizer - The localizer for the messages.rar - the input.
null, if no more
data exists.
FontException - if a font-error occurspublic int getCommandCode()
protected Localizer getLocalizer()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||