Uses of Class
de.dante.extex.interpreter.context.group.GroupType

Packages that use GroupType
de.dante.extex.interpreter.context This package contains the container for data in the interpreter. 
de.dante.extex.interpreter.context.group This package contains some support classes for groups. 
de.dante.extex.interpreter.context.impl This package contains a reference implementation for the Context
de.dante.extex.interpreter.primitives.typesetter.box This package contains primitives which deal with boxes and rules. 
de.dante.extex.interpreter.type.box This package contains the basic box data types for ExTeX. 
 

Uses of GroupType in de.dante.extex.interpreter.context
 

Methods in de.dante.extex.interpreter.context that return GroupType
 GroupType ContextGroup.getGroupType()
          Getter for the group type.
 

Methods in de.dante.extex.interpreter.context with parameters of type GroupType
 void ContextGroup.openGroup(GroupType id, Locator locator, Token start)
          This method can be used to open another group.
 

Uses of GroupType in de.dante.extex.interpreter.context.group
 

Fields in de.dante.extex.interpreter.context.group declared as GroupType
static GroupType GroupType.ADJUSTED_HBOX_GROUP
          The field ADJUSTED_HBOX_GROUP contains the symbolic constant for the adjusted hbox group.
static GroupType GroupType.ALIGN_GROUP
          The field ALIGN_GROUP contains the symbolic constant for the align group.
static GroupType GroupType.BOTTOM_LEVEL_GROUP
          The field BOTTOM_LEVEL_GROUP contains the symbolic constant for the bottom level group.
static GroupType GroupType.DISC_GROUP
          The field DISC_GROUP contains the symbolic constant for the disc group.
static GroupType GroupType.HBOX_GROUP
          The field HBOX_GROUP contains the symbolic constant for the hbox group.
static GroupType GroupType.INSERT_GROUP
          The field INSERT_GROUP contains the symbolic constant for the insert group.
static GroupType GroupType.MATH_CHOICE_GROUP
          The field MATH_CHOICE_GROUP contains the symbolic constant for the math choice group.
static GroupType GroupType.MATH_GROUP
          The field MATH_GROUP contains the symbolic constant for the math group.
static GroupType GroupType.MATH_LEFT_GROUP
          The field MATH_LEFT_GROUP contains the symbolic constant for the math left group.
static GroupType GroupType.MATH_SHIFT_GROUP
          The field MATH_SHIFT_GROUP contains the symbolic constant for the math shift group.
static GroupType GroupType.NO_ALIGN_GROUP
          The field NO_ALIGN_GROUP contains the symbolic constant for the no align group.
static GroupType GroupType.OUTPUT_GROUP
          The field OUTPUT_GROUP contains the symbolic constant for the output group.
static GroupType GroupType.SEMI_SIMPLE_GROUP
          The field SEMI_SIMPLE_GROUP contains the symbolic constant for the semi simple group.
static GroupType GroupType.SIMPLE_GROUP
          The field SIMPLE_GROUP contains the symbolic constant for the simple group.
static GroupType GroupType.VBOX_GROUP
          The field VBOX_GROUP contains the symbolic constant for the vbox group.
static GroupType GroupType.VCENTER_GROUP
          The field VCENTER_GROUP contains the symbolic constant for the vcenter group.
static GroupType GroupType.VTOP_GROUP
          The field VTOP_GROUP contains the symbolic constant for the vtop group.
 

Methods in de.dante.extex.interpreter.context.group that return GroupType
 GroupType GroupInfo.getGroupType()
          Getter for the group type.
 

Uses of GroupType in de.dante.extex.interpreter.context.impl
 

Methods in de.dante.extex.interpreter.context.impl that return GroupType
 GroupType GroupInfoImpl.getGroupType()
           
 GroupType GroupImpl.getType()
           
 GroupType Group.getType()
          Getter for the group type.
 GroupType ContextImpl.getGroupType()
           
 

Methods in de.dante.extex.interpreter.context.impl with parameters of type GroupType
 void GroupInfoImpl.setGroupType(GroupType type)
          Setter for groupType.
 void GroupImpl.setType(GroupType type)
           
 Group GroupFactory.newInstance(Group next, Locator locator, Token start, GroupType type)
          Get a instance of a Group.
 void Group.setType(GroupType type)
          Setter for the type.
 void ContextImpl.openGroup(GroupType type, Locator locator, Token start)
           
 

Constructors in de.dante.extex.interpreter.context.impl with parameters of type GroupType
GroupInfoImpl(Locator locator, GroupType groupType, Token groupStart)
          Creates a new object.
 

Uses of GroupType in de.dante.extex.interpreter.primitives.typesetter.box
 

Methods in de.dante.extex.interpreter.primitives.typesetter.box with parameters of type GroupType
protected  Box Vbox.acquireBox(Context context, TokenSource source, Typesetter typesetter, GroupType groupType, Token startToken)
          Acquire a complete Box taking into account the tokens in \afterassignment and \everyvbox.
 

Uses of GroupType in de.dante.extex.interpreter.type.box
 

Constructors in de.dante.extex.interpreter.type.box with parameters of type GroupType
Box(Context context, TokenSource source, Typesetter typesetter, boolean isHorizontal, Tokens insert, GroupType groupType, Token startToken)
          Creates a new object.