Serialized Form


Package org.extex.backend.documentWriter.dvi

Class org.extex.backend.documentWriter.dvi.PanicException extends GeneralException implements Serializable

serialVersionUID: 1L


Package org.extex.backend.documentWriter.exception

Class org.extex.backend.documentWriter.exception.DocumentWriterClosedChannelException extends DocumentWriterIOException implements Serializable

serialVersionUID: 1L

Class org.extex.backend.documentWriter.exception.DocumentWriterException extends BackendException implements Serializable

serialVersionUID: 1L

Class org.extex.backend.documentWriter.exception.DocumentWriterFontException extends DocumentWriterException implements Serializable

serialVersionUID: 1L

Class org.extex.backend.documentWriter.exception.DocumentWriterIOException extends DocumentWriterException implements Serializable

serialVersionUID: 1L

Class org.extex.backend.documentWriter.exception.NoOutputStreamException extends DocumentWriterException implements Serializable

serialVersionUID: 1L

Class org.extex.backend.documentWriter.exception.OutputStreamOpenException extends DocumentWriterException implements Serializable

serialVersionUID: 1L


Package org.extex.backend.documentWriter.pdf.exception

Class org.extex.backend.documentWriter.pdf.exception.DocumentWriterPdfBoxColorException extends DocumentWriterPdfException implements Serializable

serialVersionUID: 1L

Class org.extex.backend.documentWriter.pdf.exception.DocumentWriterPdfException extends DocumentWriterException implements Serializable

serialVersionUID: 1L

Class org.extex.backend.documentWriter.pdf.exception.DocumentWriterPdfNotSupportedColorException extends DocumentWriterPdfException implements Serializable

serialVersionUID: 1L


Package org.extex.backend.exception

Class org.extex.backend.exception.BackendDocumentWriterDefinedException extends BackendException implements Serializable

serialVersionUID: 2007L

Class org.extex.backend.exception.BackendException extends GeneralException implements Serializable

serialVersionUID: 1L

Class org.extex.backend.exception.BackendMissingTargetException extends BackendException implements Serializable

serialVersionUID: 2005L

Class org.extex.backend.exception.BackendUnknownDocumentWriterException extends BackendException implements Serializable

serialVersionUID: 2007L


Package org.extex.base.parser

Class org.extex.base.parser.MathClassParser extends java.lang.Object implements Serializable

serialVersionUID: 2007L


Package org.extex.base.type.file

Class org.extex.base.type.file.ExecuteFile extends OutputFile implements Serializable

serialVersionUID: 2006L

Class org.extex.base.type.file.InputFile extends java.lang.Object implements Serializable

serialVersionUID: 2007L

Serialized Fields

standardStream

boolean standardStream
The field standardStream contains the indicator that the current stream is the standard stream.

Class org.extex.base.type.file.LogFile extends OutputFile implements Serializable

serialVersionUID: 2007L

Class org.extex.base.type.file.OutputFile extends java.lang.Object implements Serializable

serialVersionUID: 2007L

Serialized Fields

file

java.io.File file
The field file contains the file assigned to this instance. If the value is null then it can never be opened.

Class org.extex.base.type.file.UserAndLogFile extends OutputFile implements Serializable

serialVersionUID: 2005L


Package org.extex.baseext.exception

Class org.extex.baseext.exception.InterpreterExtensionException extends HelpingException implements Serializable

serialVersionUID: 2007L


Package org.extex.color

Package org.extex.color.model

Class org.extex.color.model.CmykColor extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

alpha

int alpha
The field alpha contains the alpha channel of the color. It has a value in the range from 0 to MAX_VALUE.


black

int black
The field black contains the black value of the color. It has a value in the range from 0 to MAX_VALUE.


cyan

int cyan
The field cyan contains the cyan value of the color. It has a value in the range from 0 to MAX_VALUE.


magenta

int magenta
The field magenta contains the magenta value of the color. It has a value in the range from 0 to MAX_VALUE.


yellow

int yellow
The field yellow contains the value yellow of the color. It has a value in the range from 0 to MAX_VALUE.

Class org.extex.color.model.GrayscaleColor extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

alpha

int alpha
The field alpha contains the alpha channel of the color. It has a value in the range from 0 to MAX_VALUE.


gray

int gray
The field gray contains the gray value of the color. It has a value in the range from 0 to MAX_VALUE.

Class org.extex.color.model.HsvColor extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

hue

int hue
The field hue contains the hue value of the color. It has a value in the range from 0 to MAX_VALUE.


saturation

int saturation
The field saturation contains the saturation value of the color. It has a value in the range from 0 to MAX_VALUE.


value

int value
The field value contains the value value of the color. It has a value in the range from 0 to MAX_VALUE.


alpha

int alpha
The field alpha contains the alpha channel of the color. It has a value in the range from 0 to MAX_VALUE.

Class org.extex.color.model.RgbColor extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

red

int red
The field red contains the red value of the color. It has a value in the range from 0 to MAX_VALUE.


green

int green
The field green contains the green value of the color. It has a value in the range from 0 to MAX_VALUE.


blue

int blue
The field blue contains the blue value of the color. It has a value in the range from 0 to MAX_VALUE.


alpha

int alpha
The field alpha contains the alpha channel of the color. It has a value in the range from 0 to MAX_VALUE.


Package org.extex.core

Class org.extex.core.ComposedUnicodeChar extends UnicodeChar implements Serializable

serialVersionUID: 2007L

Serialized Fields

combiningCodePoints

int[] combiningCodePoints
The field combiningCodePoints contains the combining characters.

Class org.extex.core.Locator extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

cause

Locator cause
The field cause contains the next in the sequence of chained locators.


line

java.lang.String line
The field line contains the current line of input.


lineNumber

int lineNumber
The field lineNumber contains the line number.


linePointer

int linePointer
The field linePointer contains the position in the line the locator refers to.


resource

java.lang.String resource
The field resource contains the name of the resource.

Class org.extex.core.UnicodeChar extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

code

int code
The field code contains the code point of the Unicode character (32 bit).

Class org.extex.core.UnicodeCharList extends java.util.ArrayList<UnicodeChar> implements Serializable

serialVersionUID: 20060814L


Package org.extex.core.count

Class org.extex.core.count.Count extends CountConstant implements Serializable

serialVersionUID: 2007L

Class org.extex.core.count.CountConstant extends java.lang.Object implements Serializable

serialVersionUID: 2007L

Serialized Fields

value

long value
The field value contains the value of the count register. Note: This variable is protected to avoid that the derived class Count has to excessively use getters and setters.


Package org.extex.core.dimen

Class org.extex.core.dimen.Dimen extends DimenConstant implements Serializable

serialVersionUID: 2007L

Class org.extex.core.dimen.DimenConstant extends java.lang.Object implements Serializable

serialVersionUID: 2007L

Serialized Fields

value

long value
The field value contains the integer representation of the dimen register in sp if the order is 0. If the order is not 0 then the value holds the factor to the order in units of 216.


Package org.extex.core.exception

Class org.extex.core.exception.GeneralException extends java.lang.Exception implements Serializable

serialVersionUID: 2007L

Serialized Fields

processed

boolean processed
The field processed contains the indicator that the exception has been processed by an error handler already.

Class org.extex.core.exception.ImpossibleException extends java.lang.RuntimeException implements Serializable

serialVersionUID: 2005L

Class org.extex.core.exception.NotObservableException extends GeneralException implements Serializable

serialVersionUID: 2007L


Package org.extex.core.exception.helping

Class org.extex.core.exception.helping.ArithmeticOverflowException extends HelpingException implements Serializable

serialVersionUID: 2005L

Class org.extex.core.exception.helping.BadCharacterException extends HelpingException implements Serializable

serialVersionUID: 2006L

Serialized Fields

cc

long cc
The field cc contains the invalid character.

Class org.extex.core.exception.helping.BadFileNumberException extends HelpingException implements Serializable

serialVersionUID: 2006L

Class org.extex.core.exception.helping.CantUseAfterException extends HelpingException implements Serializable

serialVersionUID: 2006L

Class org.extex.core.exception.helping.CantUseInException extends HelpingException implements Serializable

serialVersionUID: 2006L

Class org.extex.core.exception.helping.EofException extends HelpingException implements Serializable

serialVersionUID: 2006L

Class org.extex.core.exception.helping.EofInToksException extends EofException implements Serializable

serialVersionUID: 20060505L

Class org.extex.core.exception.helping.ExtensionDisabledException extends HelpingException implements Serializable

serialVersionUID: 2006L

Class org.extex.core.exception.helping.HelpingException extends GeneralException implements Serializable

serialVersionUID: 2007L

Serialized Fields

arg1

java.lang.String arg1
The field arg1 contains the first argument.


arg2

java.lang.String arg2
The field arg2 contains the second argument.


arg3

java.lang.String arg3
The field arg3 contains the third argument.


localizer

Localizer localizer
The field localizer contains the localizer.


tag

java.lang.String tag
The field tag contains the name of the message to show.

Class org.extex.core.exception.helping.IllegalRegisterException extends HelpingException implements Serializable

serialVersionUID: 2007L

Class org.extex.core.exception.helping.InterpreterNumberFormatException extends HelpingException implements Serializable

serialVersionUID: 2005L

Class org.extex.core.exception.helping.InterpreterPanicException extends HelpingException implements Serializable

serialVersionUID: 1L

Class org.extex.core.exception.helping.InvalidCharacterException extends HelpingException implements Serializable

serialVersionUID: 2006L

Serialized Fields

cc

java.lang.String cc
The field cc contains the invalid character.

Class org.extex.core.exception.helping.InvalidCharacterNameException extends InvalidCharacterException implements Serializable

serialVersionUID: 2006L

Class org.extex.core.exception.helping.InvalidCodeException extends HelpingException implements Serializable

serialVersionUID: 2006L

Class org.extex.core.exception.helping.MissingEndcsnameException extends HelpingException implements Serializable

serialVersionUID: 2006L

Class org.extex.core.exception.helping.MissingLeftBraceException extends HelpingException implements Serializable

serialVersionUID: 2006L

Class org.extex.core.exception.helping.MissingMathException extends HelpingException implements Serializable

serialVersionUID: 2006L

Class org.extex.core.exception.helping.MissingNumberException extends HelpingException implements Serializable

serialVersionUID: 2006L

Class org.extex.core.exception.helping.MissingOcplistException extends HelpingException implements Serializable

serialVersionUID: 2007L

Class org.extex.core.exception.helping.NoHelpException extends HelpingException implements Serializable

serialVersionUID: 2007L

Class org.extex.core.exception.helping.UndefinedControlSequenceException extends HelpingException implements Serializable

serialVersionUID: 2006L

Class org.extex.core.exception.helping.UnusedPrefixException extends HelpingException implements Serializable

serialVersionUID: 2006L


Package org.extex.core.glue

Class org.extex.core.glue.Glue extends java.lang.Object implements Serializable

serialVersionUID: 2007L

Serialized Fields

length

Dimen length
The field length contains the natural length of the glue.


shrink

GlueComponent shrink
The field shrink contains the shrink specification.


stretch

GlueComponent stretch
The field stretch contains the stretch specification.

Class org.extex.core.glue.GlueComponent extends GlueComponentConstant implements Serializable

serialVersionUID: 2006L

Class org.extex.core.glue.GlueComponentConstant extends java.lang.Object implements Serializable

serialVersionUID: 2007L

Serialized Fields

order

byte order
The field order contains the order of infinity. In case of an order 0 the value holds the absolute value; otherwise value holds the factor of the order.


value

long value
The field value contains the integer representation of the dimen register in sp if the order is 0. If the order is not 0 then the value holds the factor to the order in units of 216.


Package org.extex.core.muskip

Class org.extex.core.muskip.Mudimen extends java.lang.Object implements Serializable

serialVersionUID: 2007L

Serialized Fields

length

Dimen length
The field length contains the the natural length.

Class org.extex.core.muskip.Muskip extends Mudimen implements Serializable

serialVersionUID: 2007L

Serialized Fields

kill

boolean kill
The field kill contains the indicator that the following glue might be killed.


shrink

GlueComponent shrink
The field shrink contains the shrinkability specification.


stretch

GlueComponent stretch
The field stretch contains the stretchability specification.


Package org.extex.font

Class org.extex.font.FontKey extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

booleanMap

java.util.Map<K,V> booleanMap
Map for boolean values.


countMap

java.util.Map<K,V> countMap
Map for count values.


dimenMap

java.util.Map<K,V> dimenMap
Map for Dimen values.


glueMap

java.util.Map<K,V> glueMap
Map for Glue values.


name

java.lang.String name
The name of the font.


stringMap

java.util.Map<K,V> stringMap
Map for string values.


tags

java.util.List<E> tags
The tags (script, feature and language).


Package org.extex.font.exception

Class org.extex.font.exception.CorruptFontException extends FontException implements Serializable

serialVersionUID: 1L

Serialized Fields

key

FontKey key
The font key.

Class org.extex.font.exception.FontException extends java.lang.Exception implements Serializable

serialVersionUID: 1L


Package org.extex.font.format.afm

Class org.extex.font.format.afm.AfmCharMetric extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

bllx

float bllx
B llx.


blly

float blly
B lly.


burx

float burx
B urx.


bury

float bury
B ury.


c

int c
C.


k

java.util.List<E> k
Kerning. mgn: nach erstelltem Testfall durch map ersetzen


l

java.util.Map<K,V> l
Ligature.


n

java.lang.String n
Name.


wx

float wx
WX.

Class org.extex.font.format.afm.AfmKernPairs extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

charpost

java.lang.String charpost
post.


charpre

java.lang.String charpre
pre.


kerningsize

float kerningsize
kerningsize.

Class org.extex.font.format.afm.AfmParser extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

afmCharMetrics

java.util.ArrayList<E> afmCharMetrics
Represents the section CharMetrics in the AFM file.


afmCharNameNumber

java.util.Map<K,V> afmCharNameNumber
Map for Char-Name - Char-Number.


afmdata

byte[] afmdata
The afm data.


afmKerningPairs

java.util.List<E> afmKerningPairs
Represents the section KerningPairs in the AFM file.


header

AfmHeader header
The header container.


localizer

Localizer localizer
The field localizer contains the localizer. It is initiated with a localizer for the name of this class.


defaultEncodingVector

java.lang.String[] defaultEncodingVector
The default encoding.


Package org.extex.font.format.ofm

Class org.extex.font.format.ofm.OfmCharInfoArray extends TfmCharInfoArray implements Serializable

serialVersionUID: 1L

Serialized Fields

charinfoword

OfmCharInfoWord[] charinfoword
The char-info-word array.

Class org.extex.font.format.ofm.OfmCharInfoWord extends TfmCharInfoWord implements Serializable

serialVersionUID: 1L

Class org.extex.font.format.ofm.OfmHeaderLengths extends TfmHeaderLengths implements Serializable

serialVersionUID: 1L

Serialized Fields

fontDirection

int fontDirection
The direction of font.


Package org.extex.font.format.pfb

Class org.extex.font.format.pfb.PfbException extends FontException implements Serializable

serialVersionUID: 1L

Class org.extex.font.format.pfb.PfbIncorrectRecordTypeException extends PfbException implements Serializable

serialVersionUID: 1L

Class org.extex.font.format.pfb.PfbParser extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

endfound

boolean endfound
Found the end marker.


glyphnames

java.lang.String[] glyphnames
The list of all glyph names.


lengths

int[] lengths
the lengths of the records.


pfbdata

byte[] pfbdata
the parsed pfb-data.


fontdata

byte[] fontdata
The complete font data.


pos

int pos
The pos counter.


starts

int[] starts
the starts of the records.

Class org.extex.font.format.pfb.PfbStartMarkerMissingException extends PfbException implements Serializable

serialVersionUID: 1L


Package org.extex.font.format.psfontmap

Class org.extex.font.format.psfontmap.PsFontEncoding extends java.lang.Object implements Serializable

serialVersionUID: -8945435561945139483L

Serialized Fields

filename

java.lang.String filename
The file name.


fontname

java.lang.String fontname
The font name.


encodingtxt

java.lang.String encodingtxt
The encoding text.


encfile

java.lang.String encfile
The encoding file.


fontfile

java.lang.String fontfile
The font file, e.g. xxx.pfb, xxx.ttf.

Class org.extex.font.format.psfontmap.PsFontsMapReader extends java.lang.Object implements Serializable

serialVersionUID: -1865154820965971624L

Serialized Fields

data

java.util.Map<K,V> data
Map for the font-data.


Package org.extex.font.format.texencoding

Class org.extex.font.format.texencoding.EncFactory extends java.lang.Object implements Serializable

serialVersionUID: -2024818780342719008L

Serialized Fields

data

java.util.Map<K,V> data
Map.

Class org.extex.font.format.texencoding.EncReader extends java.lang.Object implements Serializable

serialVersionUID: 4119582362704393554L

Serialized Fields

encname

java.lang.String encname
The encoding name.


glyphlist

java.util.Map<K,V> glyphlist
The list for the glyphs.


table

java.lang.String[] table
encoding table.


Package org.extex.font.format.tfm

Class org.extex.font.format.tfm.TfmCharInfoArray extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

bc

int bc
smallest character code in the font.


charinfoword

TfmCharInfoWord[] charinfoword
the char info.


depth

TfmDepthArray depth
the depth.


enctable

java.lang.String[] enctable
Encoding table.


exten

TfmExtenArray exten
the exten.


height

TfmHeightArray height
the height.


italic

TfmItalicArray italic
the italic.


ligKernTable

TfmLigKern[] ligKernTable
Lig/kern programs in the final format.


width

TfmWidthArray width
the width.

Class org.extex.font.format.tfm.TfmCharInfoWord extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

bc

int bc
smallest character code in the font.


bot

short bot
bottom part chracter code.


charid

int charid
the char id.


depth

TfmFixWord depth
Character depth.


depthindex

short depthindex
the depth index.


glyphname

java.lang.String glyphname
the glyph name.


height

TfmFixWord height
Character height.


heightindex

short heightindex
the height index.


italic

TfmFixWord italic
Character italic correction.


italicindex

short italicindex
the italic index.


kernmap

java.util.Map<K,V> kernmap
The kerning map.


ligkernstart

int ligkernstart
Index to newly created ligKernTable which is set during translation of the original raw lig/kern table in the tfm file.


ligKernTable

TfmLigKern[] ligKernTable
Lig/kern programs in the final format.


ligmap

java.util.Map<K,V> ligmap
The ligature map.


mid

short mid
middle part chracter code.


nextchar

short nextchar
Next larger character code.


remainder

short remainder
the remainder.


rep

short rep
repeatable part character code.


tag

short tag
the tag (as number).


tagT

org.extex.font.format.tfm.TfmCharInfoWord.Tag tagT
the tag.


top

short top
top part character code.


width

TfmFixWord width
Character width.


widthindex

int widthindex
the width index.

Class org.extex.font.format.tfm.TfmDepthArray extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

table

TfmFixWord[] table
the height table.

Class org.extex.font.format.tfm.TfmExtenArray extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

extensiblerecipe

TfmExtensibleRecipe[] extensiblerecipe
the array.

Class org.extex.font.format.tfm.TfmExtensibleRecipe extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

bot

short bot
bot.


etid

int etid
the id.


mid

short mid
mid.


rep

short rep
rep.


top

short top
top.

Class org.extex.font.format.tfm.TfmFixWord extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

value

long value
the internal value.

Class org.extex.font.format.tfm.TfmFontType extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

type

org.extex.font.format.tfm.TfmFontType.Type type
the type.

Class org.extex.font.format.tfm.TfmHeaderArray extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

checksum

int checksum
header[0]: checksum


codingscheme

java.lang.String codingscheme
header[2..11]: coding scheme


designsize

TfmFixWord designsize
header[1]: design size


fontfamily

java.lang.String fontfamily
header[12..16]: font family


fonttype

TfmFontType fonttype
the font type (VANILLA, MATHSY, MATHEX)


headerrest

int[] headerrest
Uninterpreted rest of the header


sevenBitSafe

boolean sevenBitSafe
True if only 7 bit character codes are used.


xeroxfacecode

int xeroxfacecode
BaseFont Xerox face code

Class org.extex.font.format.tfm.TfmHeaderLengths extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

bc

int bc
smallest character code in the font.


cc

int cc
number of character.


ec

int ec
largest character code in the font.


lf

int lf
length of the entire file.


lh

int lh
length of the header data.


nd

int nd
number of words in the depth table.


ne

int ne
number of words in the extensible character table.


nh

int nh
number of words in the height table.


ni

int ni
number of words in the italic correction table.


nk

int nk
number of words in the kern table.


nl

int nl
number of words in the lig/kern table.


np

int np
number of font parameter words.


nw

int nw
number of words in the width table.

Class org.extex.font.format.tfm.TfmHeightArray extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

table

TfmFixWord[] table
the height table.

Class org.extex.font.format.tfm.TfmIndexMultimap extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

data

java.util.ArrayList<E> data
Internal storage of (key, value) pairs.

Class org.extex.font.format.tfm.TfmIndexMultimap.Enum extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

key

int key
the key for which the values are required.


pos

int pos
the current position in the sequence of pairs.

Class org.extex.font.format.tfm.TfmItalicArray extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

table

TfmFixWord[] table
the height table.

Class org.extex.font.format.tfm.TfmKernArray extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

table

TfmFixWord[] table
the width table.

Class org.extex.font.format.tfm.TfmKerning extends TfmLigKern implements Serializable

serialVersionUID: 1L

Serialized Fields

kern

TfmFixWord kern
The amount of kerning.

Class org.extex.font.format.tfm.TfmKeyInt extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

key

int key
key.


val

int val
int-value.

Class org.extex.font.format.tfm.TfmLigature extends TfmLigKern implements Serializable

serialVersionUID: 1L

Serialized Fields

addingChar

short addingChar
Character code representing the ligature character to be added between the current and next character in the text if this instruction is activated.


keepLeft

boolean keepLeft
Indication that the current character should not be removed.


keepRight

boolean keepRight
Indication that the next character should not be removed.


stepOver

byte stepOver
Tells how many characters from the current position in the text should be skiped over after performing this instruction.

Class org.extex.font.format.tfm.TfmLigKern extends java.lang.Object implements Serializable

Serialized Fields

nextChar

short nextChar
Character code representing the character which must be next to the current one to activate this instruction.


skip

int skip
The skip amount.

Class org.extex.font.format.tfm.TfmLigKernArray extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

bc

int bc
smallest character code in the font.


boundaryChar

short boundaryChar
Invisible right boundary character code.


boundaryStart

int boundaryStart
Starting index of lig/kern program for invisible left boundary character or NOINDEX if there is no such program.


charinfo

TfmCharInfoArray charinfo
charinfo.


kern

TfmKernArray kern
kern.


labels

TfmIndexMultimap labels
The associative table of lig/kern program starts in ligAuxTab.


ligkerncommand

TfmLigKernCommand[] ligkerncommand
the array.


ligKernTable

TfmLigKern[] ligKernTable
Lig/kern programs in the final format.

Class org.extex.font.format.tfm.TfmLigKernCommand extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

activity

TfmLigKernCommand.Activity activity
The flag determining the status of this lig/kern instruction.


lkid

int lkid
the lig/kern id.


nextchar

byte nextchar
the nextchar.


opbyte

byte opbyte
the opbyte.


remainder

byte remainder
the remainder.


skipbyte

byte skipbyte
the skipbyte.

Class org.extex.font.format.tfm.TfmLigKernCommand.Activity extends java.lang.Object implements Serializable

serialVersionUID: 1L

Class org.extex.font.format.tfm.TfmParamArray extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

fonttpye

TfmFontType fonttpye
the font type.


param

java.util.Map<K,V> param
Map for the parameters.

Class org.extex.font.format.tfm.TfmReader extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

charinfo

TfmCharInfoArray charinfo
The char info.


depth

TfmDepthArray depth
The depth.


enctable

java.lang.String[] enctable
encoding table.


exten

TfmExtenArray exten
the exten


fontname

java.lang.String fontname
The font name.


header

TfmHeaderArray header
The header.


height

TfmHeightArray height
The height.


italic

TfmItalicArray italic
The italic.


kern

TfmKernArray kern
The kern.


lengths

TfmHeaderLengths lengths
The lengths in the file.


ligkern

TfmLigKernArray ligkern
The lig/kern array.


param

TfmParamArray param
The param.


pfbfilename

java.lang.String pfbfilename
pfb filename.


width

TfmWidthArray width
The width.

Class org.extex.font.format.tfm.TfmWidthArray extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

table

TfmFixWord[] table
the width table.


Package org.extex.font.format.xtf.tables.cff

Class org.extex.font.format.xtf.tables.cff.T2MissingNumberException extends java.io.IOException implements Serializable

serialVersionUID: 1L

Class org.extex.font.format.xtf.tables.cff.T2NotANumberException extends java.io.IOException implements Serializable

serialVersionUID: 1L

Class org.extex.font.format.xtf.tables.cff.T2NotAOperatorException extends java.io.IOException implements Serializable

serialVersionUID: 1L

Class org.extex.font.format.xtf.tables.cff.T2NumberFormatException extends java.io.IOException implements Serializable

serialVersionUID: 1L


Package org.extex.font.type

Class org.extex.font.type.BoundingBox extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

llx

Dimen llx
llx


lly

Dimen lly
lly


urx

Dimen urx
urx


ury

Dimen ury
ury


Package org.extex.interpreter

Class org.extex.interpreter.Conditional extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

branch

long branch
The field branch contains the branch indicator.


locator

Locator locator
The field locator contains the locator to the position of the opening \if.


neg

boolean neg
The field neg contains the indicator that the conditional has been negated.


primitive

Code primitive
The field primitive contains the name of the primitive which has lead to this conditional.

Class org.extex.interpreter.ConditionalSwitch extends Conditional implements Serializable

serialVersionUID: 1L


Package org.extex.interpreter.context

Package org.extex.interpreter.context.group

Class org.extex.interpreter.context.group.GroupType extends java.lang.Object implements Serializable

serialVersionUID: 24012007L


Package org.extex.interpreter.context.impl.extension

Class org.extex.interpreter.context.impl.extension.ContextExtensionImpl extends ContextImpl implements Serializable

serialVersionUID: 2006L

Class org.extex.interpreter.context.impl.extension.GroupExtensionImpl extends GroupImpl implements Serializable

serialVersionUID: 1L

Serialized Fields

realMap

java.util.Map<K,V> realMap
The map for the real registers


boolMap

java.util.Map<K,V> boolMap
The map for the bool registers


pairMap

java.util.Map<K,V> pairMap
The map for the pair registers


transformMap

java.util.Map<K,V> transformMap
The map for the transform registers


hashtoksMap

java.util.Map<K,V> hashtoksMap
The map for the hash-toks registers


nextext

GroupExtension nextext
The next group in the linked list


Package org.extex.interpreter.context.observer.load

Package org.extex.interpreter.exception

Class org.extex.interpreter.exception.ErrorLimitException extends HelpingException implements Serializable

serialVersionUID: 1L

Serialized Fields

limit

long limit
The field limit contains the maximal allowed number of errors.

Class