org.extex.backend.documentWriter
Interface DocumentWriterOptions

All Known Implementing Classes:
ContextExtensionImpl, ContextImpl

public interface DocumentWriterOptions

This interface describes the possibilities of the DocumentWriter to access its options. These options are dynamically linked to the Context of the processor. Only read access is provided.

Version:
$Revision:5563 $
Author:
Gerd Neugebauer

Method Summary
 FixedCount getCountOption(java.lang.String name)
          Getter for a count register.
 FixedDimen getDimenOption(java.lang.String name)
          Getter for a dimen register.
 long getMagnification()
          Getter for the magnification of the document.
 java.lang.String getTokensOption(java.lang.String name)
          Getter for a token register.
 

Method Detail

getCountOption

FixedCount getCountOption(java.lang.String name)
Getter for a count register.

Parameters:
name - the name of the register
Returns:
the content of the count register

getDimenOption

FixedDimen getDimenOption(java.lang.String name)
Getter for a dimen register.

Parameters:
name - the name of the register
Returns:
the content of the dimen register

getMagnification

long getMagnification()
Getter for the magnification of the document.

Returns:
the magnification in scaled points.

getTokensOption

java.lang.String getTokensOption(java.lang.String name)
Getter for a token register.

Parameters:
name - the name of the register
Returns:
the content of the token register