|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.extex.interpreter.unit.UnitInfo
org.extex.unit.pdftex.PdftexUnitInfo
public class PdftexUnitInfo
This class provides the setup for the unit pdftex.
| Field Summary | |
|---|---|
protected static long |
serialVersionUID
The field serialVersionUID contains the version number for serialization. |
| Constructor Summary | |
|---|---|
PdftexUnitInfo()
Creates a new object. |
|
| Method Summary | |
|---|---|
void |
configure(Configuration config)
Configure an object according to a given Configuration. |
void |
load(Context ctx,
TokenSource src,
Typesetter typesetter)
Perform a load operation. |
protected java.lang.Object |
readResolve()
Return the singleton constant object after the serialized instance has been read back in. |
void |
receiveLoaded(Context ctx,
TokenSource src,
Typesetter typesetter)
Receive a notification on the loading of a context. |
void |
setTypesetter(Typesetter typesetter)
Setter for the typesetter. |
| Methods inherited from class org.extex.interpreter.unit.UnitInfo |
|---|
getName, 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 PdftexUnitInfo()
| Method Detail |
|---|
public void configure(Configuration config)
throws ConfigurationException
configure in interface Configurableconfig - the configuration object to consider
ConfigurationException - in case that something went wrongConfigurable.configure(
org.extex.framework.configuration.Configuration)
public void load(Context ctx,
TokenSource src,
Typesetter typesetter)
throws HelpingException
load in interface Loaderctx - the interpreter contextsrc - the source for new tokenstypesetter - the typesetter
HelpingException - in case of an errorLoader.load(
org.extex.interpreter.context.Context,
org.extex.interpreter.TokenSource, org.extex.typesetter.Typesetter)protected java.lang.Object readResolve()
public void receiveLoaded(Context ctx,
TokenSource src,
Typesetter typesetter)
throws HelpingException
receiveLoaded in interface LoadedObserverctx - the interpreter contextsrc - the source for new tokenstypesetter - the typesetter
HelpingException - in case of an errorLoadedObserver.receiveLoaded(
org.extex.interpreter.context.Context,
org.extex.interpreter.TokenSource, Typesetter)public void setTypesetter(Typesetter typesetter)
setTypesetter in class UnitInfotypesetter - the typesetterUnitInfo.setTypesetter(
org.extex.typesetter.Typesetter)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||