|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FixedGlue | |
de.dante.extex.font | This package contains the definitions and implementations for font handling in ExTeX. |
de.dante.extex.font.type | |
de.dante.extex.font.type.afm | This package contains the definitions and implementations for the AFM (Type1) font handling in ExTeX. |
de.dante.extex.font.type.efm | This package contains the definitions and implementations for the EFM-font-metric handling in ExTeX. |
de.dante.extex.font.type.other | |
de.dante.extex.font.type.tfm | This package contains the definitions and implementations for the TFM-font-metric handling in ExTeX. |
de.dante.extex.interpreter.context.impl | This package contains a reference implementation for the
Context . |
de.dante.extex.interpreter.primitives.typesetter.spacing | This package contains primitives which deal with spacing. |
de.dante.extex.interpreter.type.font | |
de.dante.extex.interpreter.type.glue | This package contains the basic glue data types for ExTeX. |
de.dante.extex.typesetter | This package contains the typesetter definitions for ExTeX. |
de.dante.extex.typesetter.dump | This package contains an implementation of a typesetter and its associated classes. |
de.dante.extex.typesetter.impl | This package contains an implmentation of a typesetter and its associated classes. |
de.dante.extex.typesetter.listMaker | This package contains implementations for list makers of several kind. |
de.dante.extex.typesetter.listMaker.math | This package contains implementations for math list makers. |
de.dante.extex.typesetter.paragraphBuilder.impl | This package contains an implementation of a paragraph builder for ExTeX. |
de.dante.extex.typesetter.type | This package contains type definitions for the typesetter. |
de.dante.extex.typesetter.type.node | This package contains the basic data types for nodes as stored in boxed and processed by the typesetter in ExTeX. |
de.dante.extex.unicodeFont.format.tex.tfm | This package contains the definitions and implementations for the TFM-font-metric handling in ExTeX. |
Uses of FixedGlue in de.dante.extex.font |
Methods in de.dante.extex.font that return FixedGlue | |
FixedGlue |
FountKey.getLetterspaced()
Returns the letter spacing. |
Uses of FixedGlue in de.dante.extex.font.type |
Methods in de.dante.extex.font.type that return FixedGlue | |
FixedGlue |
Fount.getLetterSpacing()
Return the letter spacing |
FixedGlue |
Fount.getSpace()
Return the width of space character. |
Uses of FixedGlue in de.dante.extex.font.type.afm |
Methods in de.dante.extex.font.type.afm that return FixedGlue | |
FixedGlue |
ModifiableFountAFM.getSpace()
|
FixedGlue |
ModifiableFountAFM.getLetterSpacing()
|
Uses of FixedGlue in de.dante.extex.font.type.efm |
Methods in de.dante.extex.font.type.efm that return FixedGlue | |
FixedGlue |
ModifiableFountEFM.getSpace()
|
FixedGlue |
ModifiableFountEFM.getLetterSpacing()
|
Uses of FixedGlue in de.dante.extex.font.type.other |
Methods in de.dante.extex.font.type.other that return FixedGlue | |
FixedGlue |
NullFont.getDepth(UnicodeChar uc)
|
FixedGlue |
NullFont.getHeight(UnicodeChar uc)
|
FixedGlue |
NullFont.getLetterSpacing()
|
FixedGlue |
NullFont.getSpace()
|
FixedGlue |
NullFont.getWidth(UnicodeChar uc)
|
Uses of FixedGlue in de.dante.extex.font.type.tfm |
Methods in de.dante.extex.font.type.tfm that return FixedGlue | |
FixedGlue |
ModifiableFountTFM.getSpace()
|
FixedGlue |
ModifiableFountTFM.getLetterSpacing()
|
Uses of FixedGlue in de.dante.extex.interpreter.context.impl |
Methods in de.dante.extex.interpreter.context.impl that return FixedGlue | |
FixedGlue |
ContextImpl.getGlueOption(java.lang.String name)
|
Uses of FixedGlue in de.dante.extex.interpreter.primitives.typesetter.spacing |
Uses of FixedGlue in de.dante.extex.interpreter.type.font |
Methods in de.dante.extex.interpreter.type.font that return FixedGlue | |
FixedGlue |
FontImpl.getDepth(UnicodeChar uc)
|
FixedGlue |
FontImpl.getHeight(UnicodeChar uc)
|
FixedGlue |
FontImpl.getLetterSpacing()
|
FixedGlue |
FontImpl.getSpace()
|
FixedGlue |
FontImpl.getWidth(UnicodeChar uc)
|
FixedGlue |
Font.getDepth(UnicodeChar uc)
Returns the depth of the char. |
FixedGlue |
Font.getHeight(UnicodeChar uc)
Returns the height of the char. |
FixedGlue |
Font.getWidth(UnicodeChar uc)
Returns the width of the char. |
Uses of FixedGlue in de.dante.extex.interpreter.type.glue |
Classes in de.dante.extex.interpreter.type.glue that implement FixedGlue | |
class |
Glue
This class provides the basic data type of a stretchable and shrinkable quantity of length. |
Fields in de.dante.extex.interpreter.type.glue declared as FixedGlue | |
static FixedGlue |
FixedGlue.ZERO
The constant ZERO contains the value of width 0pt without any stretchablity or shrinkability. |
static FixedGlue |
FixedGlue.S_S
The constant SS contains the glue to insert for this primitive. |
Methods in de.dante.extex.interpreter.type.glue with parameters of type FixedGlue | |
void |
WideGlue.add(FixedGlue glue)
Add some more glue to this one. |
void |
WideGlue.set(FixedGlue glue)
Setter for the glue value in all three components |
void |
WideGlue.subtract(FixedGlue glue)
Subtract some more glue to this one. |
void |
Glue.add(FixedGlue g)
Add another glue to this one. |
boolean |
Glue.eq(FixedGlue glue)
Test that the given Glue is equal to a given one. |
boolean |
Glue.ne(FixedGlue glue)
|
void |
Glue.set(FixedGlue theLength)
Set the glue value. |
void |
Glue.subtract(FixedGlue g)
Subtract another glue to this one. |
boolean |
FixedGlue.eq(FixedGlue glue)
Test that the given Glue is equal to a given one. |
boolean |
FixedGlue.ne(FixedGlue glue)
Test that the given Glue is differnt from a given one. |
Constructors in de.dante.extex.interpreter.type.glue with parameters of type FixedGlue | |
Glue(FixedGlue glue)
Creates a new object as copy of another glue. |
Uses of FixedGlue in de.dante.extex.typesetter |
Methods in de.dante.extex.typesetter that return FixedGlue | |
FixedGlue |
TypesetterOptions.getGlueOption(java.lang.String name)
Getter for a glue register. |
Methods in de.dante.extex.typesetter with parameters of type FixedGlue | |
void |
ListMaker.add(FixedGlue g)
Add a glue node to the list. |
Uses of FixedGlue in de.dante.extex.typesetter.dump |
Methods in de.dante.extex.typesetter.dump with parameters of type FixedGlue | |
void |
DumpTypesetter.add(FixedGlue g)
|
Uses of FixedGlue in de.dante.extex.typesetter.impl |
Methods in de.dante.extex.typesetter.impl with parameters of type FixedGlue | |
void |
TypesetterImpl.add(FixedGlue glue)
|
void |
NullTypesetterImpl.add(FixedGlue g)
|
Uses of FixedGlue in de.dante.extex.typesetter.listMaker |
Methods in de.dante.extex.typesetter.listMaker with parameters of type FixedGlue | |
void |
InnerVerticalListMaker.add(FixedGlue g)
|
void |
HorizontalListMaker.add(FixedGlue g)
|
Uses of FixedGlue in de.dante.extex.typesetter.listMaker.math |
Methods in de.dante.extex.typesetter.listMaker.math that return FixedGlue | |
FixedGlue |
MathFont.getDepth(UnicodeChar uc)
|
FixedGlue |
MathFont.getHeight(UnicodeChar uc)
|
FixedGlue |
MathFont.getLetterSpacing()
|
FixedGlue |
MathFont.getSpace()
|
FixedGlue |
MathFont.getWidth(UnicodeChar uc)
|
Uses of FixedGlue in de.dante.extex.typesetter.paragraphBuilder.impl |
Methods in de.dante.extex.typesetter.paragraphBuilder.impl that return FixedGlue | |
FixedGlue |
BreakPoint.getPointWidth()
Getter for pointWidth. |
FixedGlue |
BreakPoint.getWidth()
Getter for width. |
Uses of FixedGlue in de.dante.extex.typesetter.type |
Methods in de.dante.extex.typesetter.type with parameters of type FixedGlue | |
void |
NodeList.addSkip(FixedGlue glue)
Add some glue to the node list. |
Uses of FixedGlue in de.dante.extex.typesetter.type.node |
Methods in de.dante.extex.typesetter.type.node that return FixedGlue | |
FixedGlue |
AbstractExpandableNode.getSize()
Getter for size. |
Methods in de.dante.extex.typesetter.type.node with parameters of type FixedGlue | |
void |
VirtualCharNode.addSkip(FixedGlue glue)
|
void |
VerticalListNode.addSkip(FixedGlue glue)
|
void |
HorizontalListNode.addSkip(FixedGlue glue)
|
void |
GenericNodeList.addSkip(FixedGlue glue)
|
protected long |
AbstractNode.computeAdjustment(long size,
FixedGlue glue,
FixedGlueComponent sum)
Compute the amount of adjustment needed to achieve a certain size. |
void |
AbstractExpandableNode.setSize(FixedGlue skip)
Setter for the size |
Constructors in de.dante.extex.typesetter.type.node with parameters of type FixedGlue | |
SpaceNode(FixedGlue theWidth)
Creates a new object. |
|
GlueNode(FixedGlue size,
boolean horizontal)
Creates a new object. |
|
ExpandedLeadersNode(Node node,
FixedGlue glue,
boolean horizontal)
Creates a new object. |
|
CenteredLeadersNode(Node node,
FixedGlue glue,
boolean horizontal)
Creates a new object. |
|
AlignedLeadersNode(Node node,
FixedGlue glue,
boolean horizontal)
Creates a new object. |
|
AbstractExpandableNode(FixedGlue size,
boolean horizontal)
Creates a new object. |
Uses of FixedGlue in de.dante.extex.unicodeFont.format.tex.tfm |
Methods in de.dante.extex.unicodeFont.format.tex.tfm that return FixedGlue | |
FixedGlue |
ModifiableFountTFM.getSpace()
|
FixedGlue |
ModifiableFountTFM.getLetterSpacing()
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |