Uses of Interface
org.extex.core.dimen.FixedDimen

Packages that use FixedDimen
org.extex.backend.documentWriter This package contains the backends of ExTeX which are responsible for writing the constructed pages to an appropriate file. 
org.extex.backend.documentWriter.dvi This package contains the definitions for a DocumentWriter for dvi-Files. 
org.extex.backend.documentWriter.itextpdf This package contains a backend of ExTeX which produce a PDF-file. 
org.extex.backend.documentWriter.postscript This package contains a DocumentWriter to produce PostScript and Encapsulated PostScript. 
org.extex.backend.documentWriter.postscript.converter This package contains converters for the a PostScript DocumentWriter. 
org.extex.backend.documentWriter.postscript.util This package contains utility classes for the a PostScript DocumentWriter. 
org.extex.core.dimen This package contains the basic dimen data types for ExTeX. 
org.extex.core.glue This package contains the basic glue data types for ExTeX. 
org.extex.core.muskip This package contains math unit data types for ExTeX. 
org.extex.dviware.type This package contains classes representing the instructions in a DVI files. 
org.extex.font This package contains the core data types for fonts in ExTeX. 
org.extex.font.format   
org.extex.font.format.afm This package contains the definitions and implementations for the AFM (Type1) font handling in ExTeX. 
org.extex.font.format.tfm This package contains the definitions and implementations for the TFM-font-metric handling in ExTeX. 
org.extex.font.format.vf This package contains the definitions and implementations for the VF-font-metric handling in ExTeX. 
org.extex.font.format.vf.command This package contains the definitions and implementations for the VF-commands handling in ExTeX. 
org.extex.font.format.xtf This package contains the definitions and implementations for the TTF/OTF font handling in ExTeX. 
org.extex.interpreter.max.context This package contains a reference implementation for the Context
org.extex.interpreter.type.box This package contains the basic box data types for ExTeX. 
org.extex.typesetter This package contains the typesetter definitions for ExTeX. 
org.extex.typesetter.impl This package contains an implmentation of a typesetter and its associated classes. 
org.extex.typesetter.listMaker This package contains implementations for list makers of several kind. 
org.extex.typesetter.listMaker.math This package contains implementations for math list makers. 
org.extex.typesetter.paragraphBuilder This package contains the definitions of a paragraph builder for ExTeX and some implementations. 
org.extex.typesetter.tc.font   
org.extex.typesetter.tc.font.impl   
org.extex.typesetter.type This package contains type definitions for the typesetter. 
org.extex.typesetter.type.math This package contains math data types for ExTeX. 
org.extex.typesetter.type.noad This package contains the data structures for Noads. 
org.extex.typesetter.type.noad.util This package contains some utility classes for Noads. 
org.extex.typesetter.type.node This package contains the basic data types for nodes as stored in boxed and processed by the typesetter in ExTeX. 
org.extex.unit.tex.file.nodes This package contains node types used for handling delayed file operations. 
org.extex.unit.tex.table.util This package contains utility classes for the processing of alignment tables. 
org.extex.util This package contains some utility classes and interfaces of general nature. 
 

Uses of FixedDimen in org.extex.backend.documentWriter
 

Methods in org.extex.backend.documentWriter that return FixedDimen
 FixedDimen DocumentWriterOptions.getDimenOption(java.lang.String name)
          Getter for a dimen register.
 

Uses of FixedDimen in org.extex.backend.documentWriter.dvi
 

Methods in org.extex.backend.documentWriter.dvi with parameters of type FixedDimen
 void DviWriter.writeHorizontalSpace(FixedDimen space)
          Write horizontal space to dvi-file.
 void DviWriter.writeSpace(FixedDimen space, Mode mode)
          Write space to the the dvi file.
 void DviWriter.writeVerticalSpace(FixedDimen space)
          Write vertical space to dvi-file.
 

Uses of FixedDimen in org.extex.backend.documentWriter.itextpdf
 

Methods in org.extex.backend.documentWriter.itextpdf with parameters of type FixedDimen
 void PdfNodeVisitor.setX(FixedDimen x)
          Set the x position.
 void PdfNodeVisitor.setY(FixedDimen y)
          Set the y position.
 

Uses of FixedDimen in org.extex.backend.documentWriter.postscript
 

Methods in org.extex.backend.documentWriter.postscript with parameters of type FixedDimen
protected  void AbstractPostscriptWriter.writeBoundingBox(java.io.PrintStream stream, FixedDimen width, FixedDimen height)
          Write a BoundingBox DSC to an output stream.
 

Uses of FixedDimen in org.extex.backend.documentWriter.postscript.converter
 

Methods in org.extex.backend.documentWriter.postscript.converter with parameters of type FixedDimen
protected  void Ps.drawBox(java.io.PrintStream out, Node node, FixedDimen x, FixedDimen y)
          Draw a little box showing the dimensions of the node.
protected  void Ps.drawGrayBox(java.io.PrintStream out, Node node, FixedDimen x, FixedDimen y)
          Draw a little box showing the dimensions of the node.
 void Ps.rule(java.io.PrintStream out, FixedDimen width, FixedDimen height, FixedDimen x, FixedDimen y)
          Produce a filled rectangle.
 

Uses of FixedDimen in org.extex.backend.documentWriter.postscript.util
 

Methods in org.extex.backend.documentWriter.postscript.util with parameters of type FixedDimen
static void PsUnit.toPoint(FixedDimen d, java.io.PrintStream out, boolean strip)
          This method produces a printable representation of a length in terms of PostScript points.
static void PsUnit.toPoint(FixedDimen d, java.lang.StringBuilder out, boolean strip)
          This method produces a printable representation of a length in terms of PostScript points.
 

Uses of FixedDimen in org.extex.core.dimen
 

Classes in org.extex.core.dimen that implement FixedDimen
 class Dimen
          This class implements the dimen value.
 class DimenConstant
          This class provides objects of type Dimen where all assignment methods are nit present.
 

Fields in org.extex.core.dimen declared as FixedDimen
static FixedDimen Dimen.ONE_INCH
          The constant ONE_INCH contains the immutable dimen register representing the length of 1 in.
static FixedDimen Dimen.ONE_PT
          The constant ONE_PT contains the immutable dimen register representing the length of 1 pt.
static FixedDimen Dimen.ONE_SP
          The constant ONE_SP contains the immutable dimen register representing the length of 1 scaled point.
static FixedDimen Dimen.ZERO
          The constant ZERO contains the non-stretchable and non-shrinkable value of 0 pt.
static FixedDimen Dimen.ZERO_PT
          The constant ZERO_PT contains the immutable dimen register representing the length of 0 pt.
 

Methods in org.extex.core.dimen that return FixedDimen
 FixedDimen DimenConstant.copy()
          Create a copy of this instance with the same order and value.
 FixedDimen FixedDimen.copy()
          Create a copy of this instance with the same order and value.
 

Methods in org.extex.core.dimen with parameters of type FixedDimen
 void Dimen.abs(FixedDimen d)
          Set the value of this dimen to the absolute value of a given value.
 void Dimen.add(FixedDimen d)
          Add the value of the argument to the current value.
 boolean DimenConstant.eq(FixedDimen d)
          Compares the current instance with another GlueComponent for equality.
 boolean FixedDimen.eq(FixedDimen d)
          Compares the current instance with another GlueComponent for equality.
 boolean DimenConstant.ge(FixedDimen d)
          Compares the current instance with another GlueComponent.
 boolean FixedDimen.ge(FixedDimen d)
          Compares the current instance with another GlueComponent.
 boolean DimenConstant.gt(FixedDimen d)
          Compares the current instance with another GlueComponent.
 boolean FixedDimen.gt(FixedDimen d)
          Compares the current instance with another GlueComponent.
 boolean DimenConstant.le(FixedDimen d)
          Compares the current instance with another GlueComponent.
 boolean FixedDimen.le(FixedDimen d)
          Compares the current instance with another GlueComponent.
 boolean DimenConstant.lt(FixedDimen d)
          Compares the current instance with another GlueComponent.
 boolean FixedDimen.lt(FixedDimen d)
          Compares the current instance with another GlueComponent.
 void Dimen.max(FixedDimen d)
          Sets the value of the dimen to the maximum of the value already stored and a given argument.
 void Dimen.min(FixedDimen d)
          Sets the value of the dimen to the minimum of the value already stored and a given argument.
 boolean DimenConstant.ne(FixedDimen d)
          Compares the current instance with another GlueComponent for equality.
 boolean FixedDimen.ne(FixedDimen d)
          Compares the current instance with another GlueComponent for equality.
 void Dimen.set(FixedDimen d)
          Setter for the value.
 void Dimen.subtract(FixedDimen d)
          Subtract the value of the argument from the current value.
 

Constructors in org.extex.core.dimen with parameters of type FixedDimen
Dimen(FixedDimen value)
          Creates a new object.
DimenConstant(FixedDimen value)
          Creates a new object.
 

Uses of FixedDimen in org.extex.core.glue
 

Methods in org.extex.core.glue that return FixedDimen
 FixedDimen Glue.getLength()
          Getter for the length.
 FixedDimen FixedGlue.getLength()
          Getter for the length.
 FixedDimen WideGlue.getLength()
          Getter for the natural length.
 

Methods in org.extex.core.glue with parameters of type FixedDimen
 void Glue.add(FixedDimen g)
          Add a dimen to this one glue.
 void WideGlue.add(FixedDimen dimen)
          Add some length to the natural length.
 void WideGlue.addStretch(FixedDimen s)
          Add some length to the stretch.
 boolean Glue.ge(FixedDimen x)
          Compare this value with a given glue and return true iff the current length is greater or equal than the given length.
 boolean Glue.gt(FixedDimen x)
          Compare this value with a given glue and return true iff the current length is greater than the given length.
 boolean Glue.le(FixedDimen x)
          Compare this value with a given glue and return true iff the current length is less or equal than the given length.
 boolean Glue.lt(FixedDimen x)
          Compare this value with a given glue and return true iff the current length is less than the given length.
 void Glue.set(FixedDimen theLength)
          Set the glue value to a non-stretchable and non-shrinkable length.
 void WideGlue.set(FixedDimen len)
          Setter for the length.
 void GlueComponent.set(FixedDimen d)
          Setter for the value and order.
 void Glue.setLength(FixedDimen x)
          Setter for the length component
 void Glue.setShrink(FixedDimen x)
          Setter for the shrink component
 void Glue.setStretch(FixedDimen x)
          Setter for the stretch component
 void Glue.subtract(FixedDimen g)
          Subtract a Glue component from this glue.
 void WideGlue.subtract(FixedDimen dimen)
          Subtract some length from this one.
 

Constructors in org.extex.core.glue with parameters of type FixedDimen
Glue(FixedDimen theLength)
          Creates a new object with a fixed length.
Glue(FixedDimen theLength, FixedDimen theStretch, FixedDimen theShrink)
          Creates a new object from the three components.
Glue(FixedDimen theLength, FixedGlueComponent theStretch, FixedGlueComponent theShrink)
          Creates a new object from the three components.
GlueComponent(FixedDimen component)
          Creates a new object with a fixed width.
 

Uses of FixedDimen in org.extex.core.muskip
 

Constructors in org.extex.core.muskip with parameters of type FixedDimen
Muskip(FixedDimen theLength)
          Creates a new object.
Muskip(FixedDimen theLength, FixedGlueComponent theStretch, FixedGlueComponent theShrink)
          Creates a new object.
 

Uses of FixedDimen in org.extex.dviware.type
 

Methods in org.extex.dviware.type with parameters of type FixedDimen
 void DviPostamble.recognizePage(FixedDimen height, FixedDimen depth, FixedDimen width, int stacksize)
          See a page and remember everything needed to be written out at the end.
 

Uses of FixedDimen in org.extex.font
 

Methods in org.extex.font that return FixedDimen
 FixedDimen ExtexFont.getActualSize()
          Returns the actual size of the font.
 FixedDimen ExtexFont.getDesignSize()
          Returns the design size of the font.
 FixedDimen FontKey.getDimen(java.lang.String key)
          Returns the value for the key or null, if no key exists in the map.
 FixedDimen ExtexFont.getEm()
          Returns the size of 'M'.
 FixedDimen ExtexFont.getEx()
          Returns the size of 'x'.
 FixedDimen ExtexFont.getFontDimen(java.lang.String name)
          Returns the size of the parameter with the name 'name'.
 FixedDimen ExtexFont.getItalicCorrection(UnicodeChar uc)
          Returns the italic correction of the char.
 FixedDimen ExtexFont.getKerning(UnicodeChar uc1, UnicodeChar uc2)
          Returns the kerning between two chars.
 

Methods in org.extex.font that return types with arguments of type FixedDimen
protected  java.util.Map<java.lang.String,FixedDimen> FontKey.getDimenMap()
          Returns the dimenMap.
 

Methods in org.extex.font with parameters of type FixedDimen
 FontKey FontFactoryImpl.getFontKey(FontKey fontKey, FixedDimen size)
           
 FontKey CoreFontFactory.getFontKey(FontKey fontKey, FixedDimen size)
          Returns a font key for the font.
 FontKey FontFactoryImpl.getFontKey(java.lang.String fontName, FixedDimen size)
          Returns a font key for the font.
 FontKey CoreFontFactory.getFontKey(java.lang.String fontName, FixedDimen size)
          Returns a font key for the font.
 FontKey FontFactoryImpl.getFontKey(java.lang.String fontName, FixedDimen size, java.util.Map<java.lang.String,?> map)
          Returns a font key for the font.
 FontKey CoreFontFactory.getFontKey(java.lang.String fontName, FixedDimen size, java.util.Map<java.lang.String,?> map)
          Returns a font key for the font.
 FontKey FontFactoryImpl.getFontKey(java.lang.String fontName, FixedDimen size, java.util.Map<java.lang.String,?> map, java.util.List<java.lang.String> feature)
          Returns a font key for the font.
 FontKey CoreFontFactory.getFontKey(java.lang.String fontName, FixedDimen size, java.util.Map<java.lang.String,?> map, java.util.List<java.lang.String> feature)
          Returns a font key for the font.
 FontKey FontKeyFactory.newInstance(FontKey fk, java.lang.String key, FixedDimen value)
          Returns a new font key instance.
 FontKey FontKeyFactory.newInstance(java.lang.String theFontname, FixedDimen size)
          Returns a new font key instance.
protected  void FontKey.put(java.lang.String key, FixedDimen value)
          Put an key values pair on the map.
 

Uses of FixedDimen in org.extex.font.format
 

Methods in org.extex.font.format that return FixedDimen
 FixedDimen NullExtexFont.getActualSize()
          Returns the actual size of the font.
 FixedDimen NullExtexFont.getDesignSize()
          Returns the design size of the font.
 FixedDimen NullExtexFont.getEm()
          Returns the size of 'M'.
 FixedDimen NullExtexFont.getEx()
          Returns the size of 'x'.
 FixedDimen NullExtexFont.getFontDimen(java.lang.String name)
          Returns the size of the parameter with the name 'name'.
 FixedDimen NullExtexFont.getItalicCorrection(UnicodeChar uc)
          Returns the italic correction of the char.
 FixedDimen NullExtexFont.getKerning(UnicodeChar uc1, UnicodeChar uc2)
          Returns the kerning between two chars.
 

Uses of FixedDimen in org.extex.font.format.afm
 

Methods in org.extex.font.format.afm that return FixedDimen
 FixedDimen LoadableAfmFont.getActualSize()
          Returns the actual size of the font.
 FixedDimen LoadableAfmFont.getDesignSize()
          Returns the design size of the font.
 FixedDimen LoadableAfmFont.getEm()
          Returns the size of 'M'.
 FixedDimen LoadableAfmFont.getEx()
          Returns the size of 'x'.
 FixedDimen LoadableAfmFont.getFontDimen(java.lang.String name)
          Returns the size of the parameter with the name 'name'.
 FixedDimen LoadableAfmFont.getItalicCorrection(UnicodeChar uc)
          Returns the italic correction of the char.
 FixedDimen LoadableAfmFont.getKerning(UnicodeChar uc1, UnicodeChar uc2)
          Returns the kerning between two chars.
 

Uses of FixedDimen in org.extex.font.format.tfm
 

Methods in org.extex.font.format.tfm that return FixedDimen
 FixedDimen LoadableTfmFont.getActualSize()
          Returns the actual size of the font.
 FixedDimen TfmReader.getDesignSize()
          Returns the design size.
 FixedDimen LoadableTfmFont.getDesignSize()
          Returns the design size of the font.
 FixedDimen LoadableTfmFont.getEm()
          Returns the size of 'M'.
 FixedDimen LoadableTfmFont.getEx()
          Returns the size of 'x'.
 FixedDimen LoadableTfmFont.getFontDimen(java.lang.String name)
          Returns the size of the parameter with the name 'name'.
 FixedDimen LoadableTfmFont.getItalicCorrection(UnicodeChar uc)
          Returns the italic correction of the char.
 FixedDimen LoadableTfmFont.getKerning(UnicodeChar uc1, UnicodeChar uc2)
          Returns the kerning between two chars.
 FixedDimen TfmReader.getParam(java.lang.String name)
          Returns the value of a font parameter.
 

Methods in org.extex.font.format.tfm with parameters of type FixedDimen
 Dimen TfmFixWord.toDimen(FixedDimen size)
          Convert the fixword value to a dimen value.
static Dimen TfmFixWord.toDimen(FixedDimen desingsize, long val)
          Convert the fixword value to a dimen value.
static Dimen TfmFixWord.toDimen(FixedDimen desingsize, TfmFixWord fw)
          Convert the fixword to a dimen value.
static long TfmFixWord.toValue(FixedDimen desingsize, FixedDimen dimen)
          Convert a dimen to a fix word value.
 

Uses of FixedDimen in org.extex.font.format.vf
 

Methods in org.extex.font.format.vf that return FixedDimen
 FixedDimen LoadableVfFont.getActualSize()
          Returns the actual size of the font.
 FixedDimen LoadableVfFont.getDesignSize()
          Returns the design size of the font.
 FixedDimen VfFont.getDesignSize()
          Returns the design size.
 FixedDimen LoadableVfFont.getEm()
          Returns the size of 'M'.
 FixedDimen LoadableVfFont.getEx()
          Returns the size of 'x'.
 FixedDimen LoadableVfFont.getFontDimen(java.lang.String name)
          Returns the size of the parameter with the name 'name'.
 FixedDimen LoadableVfFont.getItalicCorrection(UnicodeChar uc)
          Returns the italic correction of the char.
 FixedDimen LoadableVfFont.getKerning(UnicodeChar uc1, UnicodeChar uc2)
          Returns the kerning between two chars.
 

Uses of FixedDimen in org.extex.font.format.vf.command
 

Methods in org.extex.font.format.vf.command that return FixedDimen
 FixedDimen VfCommandFontDef.getDesignsizeAsDimen()
          Returns the designsize as Dimen.
 

Uses of FixedDimen in org.extex.font.format.xtf
 

Methods in org.extex.font.format.xtf that return FixedDimen
 FixedDimen LoadableXtfFont.getActualSize()
          Returns the actual size of the font.
 FixedDimen LoadableXtfFont.getDesignSize()
          Returns the design size of the font.
 FixedDimen LoadableXtfFont.getEm()
          Returns the size of 'M'.
 FixedDimen LoadableXtfFont.getEx()
          Returns the size of 'x'.
 FixedDimen LoadableXtfFont.getFontDimen(java.lang.String name)
          Returns the size of the parameter with the name 'name'.
 FixedDimen LoadableXtfFont.getItalicCorrection(UnicodeChar uc)
          Returns the italic correction of the char. Returns always 0pt.
 FixedDimen LoadableXtfFont.getKerning(UnicodeChar uc1, UnicodeChar uc2)
          Returns the kerning between two chars.
 

Uses of FixedDimen in org.extex.interpreter.max.context
 

Methods in org.extex.interpreter.max.context that return FixedDimen
 FixedDimen ContextImpl.getDimenOption(java.lang.String name)
          Getter for a dimen register.
 

Uses of FixedDimen in org.extex.interpreter.type.box
 

Methods in org.extex.interpreter.type.box that return FixedDimen
 FixedDimen Box.getDepth()
          Getter for the depth of this box.
 FixedDimen Box.getHeight()
          Getter for the height of this box.
 FixedDimen Box.getMove()
          Getter for the move parameter.
 FixedDimen Box.getShift()
          Getter for the shift parameter.
 FixedDimen Box.getWidth()
          Getter for the width of this box.
 

Methods in org.extex.interpreter.type.box with parameters of type FixedDimen
 void Box.setHeight(FixedDimen height)
          Setter for the height of the box.
 void Box.setWidth(FixedDimen width)
          Setter for the width of the box.
 void Box.spreadHeight(FixedDimen spread)
          Adjust the height of the box if it is not void.
 void Box.spreadWidth(FixedDimen spread)
          Adjust the width of the box if it is not void.
 

Uses of FixedDimen in org.extex.typesetter
 

Methods in org.extex.typesetter that return FixedDimen
 FixedDimen TypesetterOptions.getDimenOption(java.lang.String name)
          Getter for a dimen register.
 FixedDimen PageContext.getDimenOption(java.lang.String name)
          Getter for a dimen register.
 FixedDimen ListMaker.getPrevDepth()
          Getter for the previous depth parameter.
 

Methods in org.extex.typesetter with parameters of type FixedDimen
 void ListMaker.setPrevDepth(FixedDimen pd)
          Setter for the previous depth parameter.
 

Uses of FixedDimen in org.extex.typesetter.impl
 

Methods in org.extex.typesetter.impl that return FixedDimen
 FixedDimen TypesetterImpl.getPrevDepth()
          Getter for the previous depth parameter.
 FixedDimen NullTypesetterImpl.getPrevDepth()
          Getter for the previous depth parameter.
 

Methods in org.extex.typesetter.impl with parameters of type FixedDimen
 void TypesetterImpl.setPrevDepth(FixedDimen pd)
          Setter for the previous depth parameter.
 void NullTypesetterImpl.setPrevDepth(FixedDimen pd)
          Setter for the previous depth parameter.
 

Uses of FixedDimen in org.extex.typesetter.listMaker
 

Methods in org.extex.typesetter.listMaker that return FixedDimen
 FixedDimen AbstractListMaker.getPrevDepth()
          Getter for the previous depth parameter.
 FixedDimen InnerVerticalListMaker.getPrevDepth()
          Getter for the previous depth parameter.
 

Methods in org.extex.typesetter.listMaker with parameters of type FixedDimen
 void AbstractListMaker.setPrevDepth(FixedDimen pd)
          Setter for the previous depth parameter.
 void InnerVerticalListMaker.setPrevDepth(FixedDimen pd)
          Setter for the previous depth parameter.
 

Uses of FixedDimen in org.extex.typesetter.listMaker.math
 

Methods in org.extex.typesetter.listMaker.math with parameters of type FixedDimen
 void MathListMaker.add(FixedDimen g)
          Add a glue node to the list.
 void NoadConsumer.switchToFraction(MathDelimiter leftDelimiter, MathDelimiter rightDelimiter, FixedDimen ruleWidth, TypesettingContext tc)
          This method instructs the implementing class to use a fraction construction.
 void MathListMaker.switchToFraction(