|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.dante.extex.interpreter.type.AbstractCode
de.dante.extex.interpreter.primitives.pdftex.AbstractPdftexCode
This class provides a base class for pdf
Field Summary | |
protected static long |
serialVersionUID
The constant serialVersionUID contains the id for serialization. |
Constructor Summary | |
AbstractPdftexCode(java.lang.String name)
Creates a new object. |
Method Summary | |
protected PdftexSupport |
ensurePdftex(Context context,
Typesetter typesetter)
Check that pdfTeX is active. |
Methods inherited from class de.dante.extex.interpreter.type.AbstractCode |
enableLocalization, execute, getLocalizer, getName, isIf, isOuter, printable, printableControlSequence, readResolve, setName, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
protected static final long serialVersionUID
Constructor Detail |
public AbstractPdftexCode(java.lang.String name)
name
- the name for tracing and debuggingMethod Detail |
protected PdftexSupport ensurePdftex(Context context, Typesetter typesetter) throws InterpreterPdftexException
context
- the interpreter contexttypesetter
- the typesetter
InterpreterPdftexException
- in case that pdfTeX is not active
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |