|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.extex.interpreter.type.AbstractCode
org.extex.unit.pdftex.AbstractPdftexCode
public abstract class 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(CodeToken token)
Creates a new object. |
|
| Method Summary | |
|---|---|
protected PdftexSupport |
ensurePdftex(Context context,
Typesetter typesetter)
Check that pdfTeX is active. |
| Methods inherited from class org.extex.interpreter.type.AbstractCode |
|---|
execute, getLocalizer, getName, getToken, isIf, isOuter, readResolve, toString, toText, toText |
| 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(CodeToken token)
token - the initial token for the primitive| Method Detail |
|---|
protected PdftexSupport ensurePdftex(Context context,
Typesetter typesetter)
throws PdftexException,
NoHelpException
context - the interpreter contexttypesetter - the typesetter
PdftexException - in case that pdfTeX is not active
NoHelpException - in case of an exception in the back-end
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||