|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.extex.font.format.vf.VfDvi2Node
public class VfDvi2Node
Convert Vf-Dvi to nodes.
| Constructor Summary | |
|---|---|
VfDvi2Node(UnicodeChar uc,
TypesettingContext tc,
NodeFactory factory,
TypesettingContextFactory tcFactory,
CoreFontFactory fontfactory,
int charpos,
VfFont vfFont)
Creates a new object. |
|
| Method Summary | |
|---|---|
void |
execute(DviBOP command)
execute DviBOP |
void |
execute(DviChar command)
execute DviChar. |
void |
execute(DviDown command)
execute DviDown |
void |
execute(DviEOP command)
execute DviEOP |
void |
execute(DviFntDef command)
execute DviFntDef |
void |
execute(DviFntNum command)
execute DviFntNum |
void |
execute(DviNOP command)
execute DviNOP |
void |
execute(DviPOP command)
execute DviPOP |
void |
execute(DviPost command)
execute DviPost |
void |
execute(DviPostPost command)
execute DviPostPost |
void |
execute(DviPre command)
execute DviPre |
void |
execute(DviPush command)
execute DviPUSH |
void |
execute(DviRight command)
execute DviRight |
void |
execute(DviRule command)
execute DviRule |
void |
execute(DviW command)
execute DviW |
void |
execute(DviX command)
execute DviX |
void |
execute(DviXXX command)
execute DviXXX |
void |
execute(DviY command)
execute DviY |
void |
execute(DviZ command)
execute DviZ |
VirtualCharNode |
getVcharNode()
Getter for the virtual char node. |
void |
interpret(RandomAccessR rar)
Interpreter for DVI. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public VfDvi2Node(UnicodeChar uc,
TypesettingContext tc,
NodeFactory factory,
TypesettingContextFactory tcFactory,
CoreFontFactory fontfactory,
int charpos,
VfFont vfFont)
uc - The Unicode char.tc - The typesetting context.factory - The node factory.tcFactory - The typesetting context factory.fontfactory - The font factory.vfFont - The virtual font.charpos - The char pos in the font.| Method Detail |
|---|
public void execute(DviBOP command)
throws FontException
execute in interface DviExecuteCommandcommand - the command
FontException - if a font-error occurs.DviExecuteCommand.execute(org.extex.font.format.dvi.command.DviBOP)
public void execute(DviChar command)
throws FontException
execute in interface DviExecuteCommandcommand - the command
FontException - if a font-error occurs.DviExecuteCommand.execute(org.extex.font.format.dvi.command.DviChar)
public void execute(DviDown command)
throws FontException
execute in interface DviExecuteCommandcommand - the command
FontException - if a font-error occurs.DviExecuteCommand.execute(org.extex.font.format.dvi.command.DviDown)
public void execute(DviEOP command)
throws FontException
execute in interface DviExecuteCommandcommand - the command
FontException - if a font-error occurs.DviExecuteCommand.execute(org.extex.font.format.dvi.command.DviEOP)
public void execute(DviFntDef command)
throws FontException
execute in interface DviExecuteCommandcommand - the command
FontException - if a font-error occurs.DviExecuteCommand.execute(org.extex.font.format.dvi.command.DviFntDef)
public void execute(DviFntNum command)
throws FontException
execute in interface DviExecuteCommandcommand - the command
FontException - if a font-error occurs.DviExecuteCommand.execute(org.extex.font.format.dvi.command.DviFntNum)
public void execute(DviNOP command)
throws FontException
execute in interface DviExecuteCommandcommand - the command
FontException - if a font-error occurs.DviExecuteCommand.execute(org.extex.font.format.dvi.command.DviNOP)
public void execute(DviPOP command)
throws FontException
execute in interface DviExecuteCommandcommand - the command
FontException - if a font-error occurs.DviExecuteCommand.execute(org.extex.font.format.dvi.command.DviPOP)
public void execute(DviPost command)
throws FontException
execute in interface DviExecuteCommandcommand - the command
FontException - if a font-error occurs.DviExecuteCommand.execute(org.extex.font.format.dvi.command.DviPost)
public void execute(DviPostPost command)
throws FontException
execute in interface DviExecuteCommandcommand - the command
FontException - if a font-error occurs.DviExecuteCommand.execute(org.extex.font.format.dvi.command.DviPostPost)
public void execute(DviPre command)
throws FontException
execute in interface DviExecuteCommandcommand - the command
FontException - if a font-error occurs.DviExecuteCommand.execute(org.extex.font.format.dvi.command.DviPre)
public void execute(DviPush command)
throws FontException
execute in interface DviExecuteCommandcommand - the command
FontException - if a font-error occurs.DviExecuteCommand.execute(org.extex.font.format.dvi.command.DviPush)
public void execute(DviRight command)
throws FontException
execute in interface DviExecuteCommandcommand - the command
FontException - if a font-error occurs.DviExecuteCommand.execute(org.extex.font.format.dvi.command.DviRight)
public void execute(DviRule command)
throws FontException
execute in interface DviExecuteCommandcommand - the command
FontException - if a font-error occurs.DviExecuteCommand.execute(org.extex.font.format.dvi.command.DviRule)
public void execute(DviW command)
throws FontException
execute in interface DviExecuteCommandcommand - the command
FontException - if a font-error occurs.DviExecuteCommand.execute(org.extex.font.format.dvi.command.DviW)
public void execute(DviX command)
throws FontException
execute in interface DviExecuteCommandcommand - the command
FontException - if a font-error occurs.DviExecuteCommand.execute(org.extex.font.format.dvi.command.DviX)
public void execute(DviXXX command)
throws FontException
execute in interface DviExecuteCommandcommand - the command
FontException - if a font-error occurs.DviExecuteCommand.execute(org.extex.font.format.dvi.command.DviXXX)
public void execute(DviY command)
throws FontException
execute in interface DviExecuteCommandcommand - the command
FontException - if a font-error occurs.DviExecuteCommand.execute(org.extex.font.format.dvi.command.DviY)
public void execute(DviZ command)
throws FontException
execute in interface DviExecuteCommandcommand - the command
FontException - if a font-error occurs.DviExecuteCommand.execute(org.extex.font.format.dvi.command.DviZ)public VirtualCharNode getVcharNode()
public void interpret(RandomAccessR rar)
throws java.io.IOException,
FontException
interpret in interface DviInterpreterrar - the input
java.io.IOException - in case of a IO-error.
FontException - in case of a font-error.DviInterpreter.interpret(org.extex.util.file.random.RandomAccessR)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||