|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.dante.extex.font.type.vf.command.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(RandomAccessR rar,
FontFactory fontfactory,
java.util.Map fontmap,
TFMFont mastertfm)
Return the new instance of the command. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface de.dante.util.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(RandomAccessR rar, FontFactory fontfactory, java.util.Map fontmap, TFMFont mastertfm) throws java.io.IOException, FontException
rar
- the inputfontfactory
- the font factoryfontmap
- the fontmapmastertfm
- the master tfm-font
null
, if
no more data exists.
java.io.IOException
- if a IO-error occurs
FontException
- if a font-error occurspublic int getCommandCode()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |