|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.extex.engine.typesetter.page.PageFactoryNodeVisitor
public class PageFactoryNodeVisitor
This interface describes a
NodeVisitor which is able to
take a Page, a
Context, and a
Typesetter.
| Constructor Summary | |
|---|---|
PageFactoryNodeVisitor()
Creates a new object. |
|
| Method Summary | |
|---|---|
void |
enableLogging(java.util.logging.Logger log)
|
void |
reset(Page page,
Context context,
Typesetter typesetter)
Reset the internal to start with a new page. |
Node |
visitAdjust(AdjustNode node,
java.lang.Boolean isHMode)
This method is called when an AdjustNode has been
encountered. |
Node |
visitAfterMath(AfterMathNode node,
java.lang.Boolean isHMode)
This method is called when an AfterMathNode has
been encountered. |
Node |
visitAlignedLeaders(AlignedLeadersNode node,
java.lang.Boolean isHMode)
This method is called when an AlignedLeadersNode
has been encountered. |
Node |
visitBeforeMath(BeforeMathNode node,
java.lang.Boolean isHMode)
This method is called when a BeforeMathNode has
been encountered. |
Node |
visitCenteredLeaders(CenteredLeadersNode node,
java.lang.Boolean isHMode)
This method is called when a CenteredLeadersNode
has been encountered. |
Node |
visitChar(CharNode node,
java.lang.Boolean isHMode)
This method is called when a CharNode has been
encountered. |
Node |
visitDiscretionary(DiscretionaryNode node,
java.lang.Boolean isHMode)
This method is called when a DiscretionaryNode
has been encountered. |
Node |
visitExpandedLeaders(ExpandedLeadersNode node,
java.lang.Boolean isHMode)
This method is called when an ExpandedLeadersNode
has been encountered. |
Node |
visitGlue(GlueNode node,
java.lang.Boolean isHMode)
This method is called when a GlueNode has been
encountered. |
Node |
visitHorizontalList(HorizontalListNode list,
java.lang.Boolean isHMode)
This method is called when a HorizontalListNode
has been encountered. |
Node |
visitInsertion(InsertionNode node,
java.lang.Boolean isHMode)
This method is called when an InsertionNode has
been encountered. |
Node |
visitKern(KernNode node,
java.lang.Boolean isHMode)
This method is called when a KernNode has been
encountered. |
Node |
visitLigature(LigatureNode node,
java.lang.Boolean isHMode)
This method is called when a LigatureNode has been
encountered. |
Node |
visitMark(MarkNode node,
java.lang.Boolean isHMode)
This method is called when a MarkNode has been
encountered. |
Node |
visitPenalty(PenaltyNode node,
java.lang.Boolean isHMode)
This method is called when a PenaltyNode has been
encountered. |
Node |
visitRule(RuleNode node,
java.lang.Boolean isHMode)
This method is called when a RuleNode has been
encountered. |
Node |
visitSpace(SpaceNode node,
java.lang.Boolean isHMode)
This method is called when a SpaceNode has been
encountered. |
Node |
visitVerticalList(VerticalListNode list,
java.lang.Boolean isHMode)
This method is called when a VerticalListNode
has been encountered. |
Node |
visitVirtualChar(VirtualCharNode node,
java.lang.Boolean isHMode)
This method is called when a VirtualCharNode
has been encountered. |
Node |
visitWhatsIt(WhatsItNode node,
java.lang.Boolean isHMode)
This method is called when a WhatsItNode has been
encountered. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PageFactoryNodeVisitor()
| Method Detail |
|---|
public void enableLogging(java.util.logging.Logger log)
org.extex.framework.logger.LogEnabled#enableLogging(
java.util.logging.Logger)
public void reset(Page page,
Context context,
Typesetter typesetter)
page - the pagecontext - the contexttypesetter - the typesetter
public Node visitAdjust(AdjustNode node,
java.lang.Boolean isHMode)
throws GeneralException
AdjustNode has been
encountered.
visitAdjust in interface NodeVisitor<Node,java.lang.Boolean>node - the first parameter for the visitor is the node visitedisHMode - the second parameter for the visitor
GeneralException - in case of an errorNodeVisitor.visitAdjust(
org.extex.typesetter.type.node.AdjustNode, java.lang.Object)
public Node visitAfterMath(AfterMathNode node,
java.lang.Boolean isHMode)
throws GeneralException
AfterMathNode has
been encountered.
visitAfterMath in interface NodeVisitor<Node,java.lang.Boolean>node - the first parameter for the visitor is the node visitedisHMode - the second parameter for the visitor
GeneralException - in case of an errorNodeVisitor.visitAfterMath(
org.extex.typesetter.type.node.AfterMathNode, java.lang.Object)
public Node visitAlignedLeaders(AlignedLeadersNode node,
java.lang.Boolean isHMode)
throws GeneralException
AlignedLeadersNode
has been encountered.
visitAlignedLeaders in interface NodeVisitor<Node,java.lang.Boolean>node - the first parameter for the visitor is the node visitedisHMode - the second parameter for the visitor
GeneralException - in case of an errorNodeVisitor.visitAlignedLeaders(
org.extex.typesetter.type.node.AlignedLeadersNode, java.lang.Object)
public Node visitBeforeMath(BeforeMathNode node,
java.lang.Boolean isHMode)
throws GeneralException
BeforeMathNode has
been encountered.
visitBeforeMath in interface NodeVisitor<Node,java.lang.Boolean>node - the first parameter for the visitor is the node visitedisHMode - the second parameter for the visitor
GeneralException - in case of an errorNodeVisitor.visitBeforeMath(
org.extex.typesetter.type.node.BeforeMathNode, java.lang.Object)
public Node visitCenteredLeaders(CenteredLeadersNode node,
java.lang.Boolean isHMode)
throws GeneralException
CenteredLeadersNode
has been encountered.
visitCenteredLeaders in interface NodeVisitor<Node,java.lang.Boolean>node - the first parameter for the visitor is the node visitedisHMode - the second parameter for the visitor
GeneralException - in case of an errorNodeVisitor.visitCenteredLeaders(
org.extex.typesetter.type.node.CenteredLeadersNode,
java.lang.Object)
public Node visitChar(CharNode node,
java.lang.Boolean isHMode)
throws GeneralException
CharNode has been
encountered.
visitChar in interface NodeVisitor<Node,java.lang.Boolean>node - the first parameter for the visitor is the node visitedisHMode - the second parameter for the visitor
GeneralException - in case of an errorNodeVisitor.visitChar(
org.extex.typesetter.type.node.CharNode, java.lang.Object)
public Node visitDiscretionary(DiscretionaryNode node,
java.lang.Boolean isHMode)
throws GeneralException
DiscretionaryNode
has been encountered.
visitDiscretionary in interface NodeVisitor<Node,java.lang.Boolean>node - the first parameter for the visitor is the node visitedisHMode - the second parameter for the visitor
GeneralException - in case of an errorNodeVisitor.visitDiscretionary(
org.extex.typesetter.type.node.DiscretionaryNode, java.lang.Object)
public Node visitExpandedLeaders(ExpandedLeadersNode node,
java.lang.Boolean isHMode)
throws GeneralException
ExpandedLeadersNode
has been encountered.
visitExpandedLeaders in interface NodeVisitor<Node,java.lang.Boolean>node - the first parameter for the visitor is the node visitedisHMode - the second parameter for the visitor
GeneralException - in case of an errorNodeVisitor.visitExpandedLeaders(
org.extex.typesetter.type.node.ExpandedLeadersNode,
java.lang.Object)
public Node visitGlue(GlueNode node,
java.lang.Boolean isHMode)
throws GeneralException
GlueNode has been
encountered.
visitGlue in interface NodeVisitor<Node,java.lang.Boolean>node - the first parameter for the visitor is the node visitedisHMode - the second parameter for the visitor
GeneralException - in case of an errorNodeVisitor.visitGlue(
org.extex.typesetter.type.node.GlueNode, java.lang.Object)
public Node visitHorizontalList(HorizontalListNode list,
java.lang.Boolean isHMode)
throws GeneralException
HorizontalListNode
has been encountered.
visitHorizontalList in interface NodeVisitor<Node,java.lang.Boolean>list - the first parameter for the visitor is the node visitedisHMode - the second parameter for the visitor
GeneralException - in case of an errorNodeVisitor.visitHorizontalList(
org.extex.typesetter.type.node.HorizontalListNode, java.lang.Object)
public Node visitInsertion(InsertionNode node,
java.lang.Boolean isHMode)
throws GeneralException
InsertionNode has
been encountered.
visitInsertion in interface NodeVisitor<Node,java.lang.Boolean>node - the first parameter for the visitor is the node visitedisHMode - the second parameter for the visitor
GeneralException - in case of an errorNodeVisitor.visitInsertion(
org.extex.typesetter.type.node.InsertionNode, java.lang.Object)
public Node visitKern(KernNode node,
java.lang.Boolean isHMode)
throws GeneralException
KernNode has been
encountered.
visitKern in interface NodeVisitor<Node,java.lang.Boolean>node - the first parameter for the visitor is the node visitedisHMode - the second parameter for the visitor
GeneralException - in case of an errorNodeVisitor.visitKern(
org.extex.typesetter.type.node.KernNode, java.lang.Object)
public Node visitLigature(LigatureNode node,
java.lang.Boolean isHMode)
throws GeneralException
LigatureNode has been
encountered.
visitLigature in interface NodeVisitor<Node,java.lang.Boolean>node - the first parameter for the visitor is the node visitedisHMode - the second parameter for the visitor
GeneralException - in case of an errorNodeVisitor.visitLigature(
org.extex.typesetter.type.node.LigatureNode, java.lang.Object)
public Node visitMark(MarkNode node,
java.lang.Boolean isHMode)
throws GeneralException
MarkNode has been
encountered.
visitMark in interface NodeVisitor<Node,java.lang.Boolean>node - the first parameter for the visitor is the node visitedisHMode - the second parameter for the visitor
GeneralException - in case of an errorNodeVisitor.visitMark(
org.extex.typesetter.type.node.MarkNode, java.lang.Object)
public Node visitPenalty(PenaltyNode node,
java.lang.Boolean isHMode)
throws GeneralException
PenaltyNode has been
encountered.
visitPenalty in interface NodeVisitor<Node,java.lang.Boolean>node - the first parameter for the visitor is the node visitedisHMode - the second parameter for the visitor
GeneralException - in case of an errorNodeVisitor.visitPenalty(
org.extex.typesetter.type.node.PenaltyNode, java.lang.Object)
public Node visitRule(RuleNode node,
java.lang.Boolean isHMode)
throws GeneralException
RuleNode has been
encountered.
visitRule in interface NodeVisitor<Node,java.lang.Boolean>node - the first parameter for the visitor is the node visitedisHMode - the second parameter for the visitor
GeneralException - in case of an errorNodeVisitor.visitRule(
org.extex.typesetter.type.node.RuleNode, java.lang.Object)
public Node visitSpace(SpaceNode node,
java.lang.Boolean isHMode)
throws GeneralException
SpaceNode has been
encountered.
visitSpace in interface NodeVisitor<Node,java.lang.Boolean>node - the first parameter for the visitor is the node visitedisHMode - the second parameter for the visitor
GeneralException - in case of an errorNodeVisitor.visitSpace(
org.extex.typesetter.type.node.SpaceNode, java.lang.Object)
public Node visitVerticalList(VerticalListNode list,
java.lang.Boolean isHMode)
throws GeneralException
VerticalListNode
has been encountered.
visitVerticalList in interface NodeVisitor<Node,java.lang.Boolean>list - the first parameter for the visitor is the node visitedisHMode - the second parameter for the visitor
GeneralException - in case of an errorNodeVisitor.visitVerticalList(
org.extex.typesetter.type.node.VerticalListNode, java.lang.Object)
public Node visitVirtualChar(VirtualCharNode node,
java.lang.Boolean isHMode)
throws GeneralException
VirtualCharNode
has been encountered.
visitVirtualChar in interface NodeVisitor<Node,java.lang.Boolean>node - the first parameter for the visitor is the node visitedisHMode - the second parameter for the visitor
GeneralException - in case of an errorNodeVisitor.visitVirtualChar(
org.extex.typesetter.type.node.VirtualCharNode, java.lang.Object)
public Node visitWhatsIt(WhatsItNode node,
java.lang.Boolean isHMode)
throws GeneralException
WhatsItNode has been
encountered.
visitWhatsIt in interface NodeVisitor<Node,java.lang.Boolean>node - the first parameter for the visitor is the node visitedisHMode - the second parameter for the visitor
GeneralException - in case of an errorNodeVisitor.visitWhatsIt(
org.extex.typesetter.type.node.WhatsItNode, java.lang.Object)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||