Uses of Interface
org.extex.core.glue.FixedGlueComponent

Packages that use FixedGlueComponent
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.typesetter.type This package contains type definitions for the typesetter. 
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. 
 

Uses of FixedGlueComponent in org.extex.core.glue
 

Classes in org.extex.core.glue that implement FixedGlueComponent
 class GlueComponent
          This class provides a means to store floating numbers with an order.
 class GlueComponentConstant
          This class provides a means to store floating numbers with an order.
 

Fields in org.extex.core.glue declared as FixedGlueComponent
static FixedGlueComponent GlueComponent.MINUS_ONE_FIL
          The constant MINUS_ONE_FIL contains the value of -1 fil.
static FixedGlueComponent GlueComponent.ONE_FI
          The constant ONE_FI contains the value of 1 fi.
static FixedGlueComponent GlueComponent.ONE_FIL
          The constant ONE_FIL contains the value of 1 fil.
static FixedGlueComponent GlueComponent.ONE_FILL
          The constant ONE_FIL contains the value of 1 fill.
static FixedGlueComponent GlueComponent.ZERO
          The constant ZERO contains the non-stretchable and non-shrinkable value of 0 pt.
 

Methods in org.extex.core.glue that return FixedGlueComponent
 FixedGlueComponent GlueComponentConstant.copy()
          Create a copy of this instance with the same order and value.
 FixedGlueComponent GlueComponent.copy()
          Create a copy of this instance with the same order and value.
 FixedGlueComponent FixedGlueComponent.copy()
          Create a copy of this instance with the same order and value.
 FixedGlueComponent Glue.getShrink()
          Getter for shrink.
 FixedGlueComponent FixedGlue.getShrink()
          Getter for shrink.
 FixedGlueComponent WideGlue.getShrink()
          Getter for the shrink.
 FixedGlueComponent Glue.getStretch()
          Getter for stretch.
 FixedGlueComponent FixedGlue.getStretch()
          Getter for stretch.
 FixedGlueComponent WideGlue.getStretch()
          Getter for the stretch.
 

Methods in org.extex.core.glue with parameters of type FixedGlueComponent
 void GlueComponent.add(FixedGlueComponent g)
          Add another GlueCoponent g to this instance.
 boolean GlueComponentConstant.eq(FixedGlueComponent d)
          Compares the current instance with another GlueComponent for equality.
 boolean FixedGlueComponent.eq(FixedGlueComponent d)
          Compares the current instance with another GlueComponent for equality.
 boolean GlueComponentConstant.ge(FixedGlueComponent d)
          Compares the current instance with another GlueComponent.
 boolean FixedGlueComponent.ge(FixedGlueComponent d)
          Compares the current instance with another GlueComponent.
 boolean GlueComponentConstant.gt(FixedGlueComponent d)
          Compares the current instance with another GlueComponent.
 boolean FixedGlueComponent.gt(FixedGlueComponent d)
          Compares the current instance with another GlueComponent.
 boolean GlueComponentConstant.le(FixedGlueComponent d)
          Compares the current instance with another GlueComponent.
 boolean FixedGlueComponent.le(FixedGlueComponent d)
          Compares the current instance with another GlueComponent.
 boolean GlueComponentConstant.lt(FixedGlueComponent d)
          Compares the current instance with another GlueComponent.
 boolean FixedGlueComponent.lt(FixedGlueComponent d)
          Compares the current instance with another GlueComponent.
 boolean GlueComponentConstant.ne(FixedGlueComponent d)
          Compares the current instance with another GlueComponent for equality.
 boolean FixedGlueComponent.ne(FixedGlueComponent d)
          Compares the current instance with another GlueComponent for equality.
 void GlueComponent.set(FixedGlueComponent d)
          Setter for the value and order.
 void GlueComponent.subtract(FixedGlueComponent g)
          Subtract a Glue component from this glue.
 

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

Uses of FixedGlueComponent in org.extex.core.muskip
 

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

Uses of FixedGlueComponent in org.extex.typesetter.type
 

Methods in org.extex.typesetter.type with parameters of type FixedGlueComponent
 void Node.spreadHeight(FixedDimen height, FixedGlueComponent sum)
          Adjust the height of a flexible node.
 void Node.spreadWidth(FixedDimen width, FixedGlueComponent sum)
          Adjust the width of a flexible node.
 

Uses of FixedGlueComponent in org.extex.typesetter.type.node
 

Methods in org.extex.typesetter.type.node with parameters of type FixedGlueComponent
protected  long AbstractNode.computeAdjustment(long size, FixedGlue glue, FixedGlueComponent sum)
          Compute the amount of adjustment needed to achieve a certain size.
 void AbstractNode.spreadHeight(FixedDimen h, FixedGlueComponent sum)
          Adjust the height of a flexible node.
 void AbstractExpandableNode.spreadHeight(FixedDimen height, FixedGlueComponent sum)
          Adjust the height of a flexible node.
 void AbstractNode.spreadWidth(FixedDimen w, FixedGlueComponent sum)
          Adjust the width of a flexible node.
 void AbstractExpandableNode.spreadWidth(FixedDimen width, FixedGlueComponent sum)
          Adjust the width of the flexible node.
 void VirtualCharNode.spreadWidth(FixedDimen width, FixedGlueComponent sum)
          Adjust the width of a flexible node.