|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--AbstractGRWrappedTextVisitor | +--GRWrappedRacahVisitor
A GRVisitor which constructs a wrapped String representation of an object from the GR-family in Racah format, including GenRecoupCoeff. When a FontMetrics Class is specified in the constructor, the wrapsize is in pixels and takes in account the used font.
GRVisitor
,
GenRecoupCoeff
,
GRCompoundFactor
,
GRSummation
,
GRFactor
,
GRPreFactor
,
GRKrDelta
,
GR6jSymbol
Field Summary |
Fields inherited from class AbstractGRWrappedTextVisitor |
wrappedstring |
Constructor Summary | |
GRWrappedRacahVisitor()
Constructs a new GRWrappedRacahVisitor. |
|
GRWrappedRacahVisitor(int wrapsize)
Constructs a new GRRacahMapleVisitor which wraps at wrapsize characters. |
|
GRWrappedRacahVisitor(int wrapsize,
java.awt.FontMetrics fm)
Constructs a new GRWrappedRacahVisitor, with given wrapsize in pixels and the FontMetrics class for the used font. |
Method Summary | |
java.lang.Object |
result()
Returns the wrapped String representing the object visited. |
void |
visitGenRecoupCoeff(GenRecoupCoeff grc)
Specific method for visiting a GenRecoupCoeff object. |
void |
visitGR6jSymbol(GR6jSymbol gr6j)
Specific method for visiting a GR6jSymbol object. |
void |
visitGRCompoundFactor(GRCompoundFactor grcf)
Specific method for visiting a GRCompoundFactor object. |
void |
visitGRKrDelta(GRKrDelta grkd)
Specific method for visiting a GRKrDelta object. |
void |
visitGRPreFactor(GRPreFactor grpf)
Specific method for visiting a GRPreFactor object. |
void |
visitGRSummation(GRSummation grs)
Specific method for visiting a GRSummation object. |
Methods inherited from class AbstractGRWrappedTextVisitor |
append, size, wrap |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public GRWrappedRacahVisitor()
public GRWrappedRacahVisitor(int wrapsize, java.awt.FontMetrics fm)
wrapsize
- number of allowed pixels on a linepublic GRWrappedRacahVisitor(int wrapsize)
wrapsize
characters.
wrapsize
- number of allowed chars on one lineMethod Detail |
public void visitGenRecoupCoeff(GenRecoupCoeff grc)
grc
- the GenRecoupCoeff to be visitedGenRecoupCoeff
public void visitGRCompoundFactor(GRCompoundFactor grcf)
grcf
- the GRCompoundFactor to be visitedGRCompoundFactor
public void visitGRSummation(GRSummation grs)
grs
- the GRSummation to be visitedGRSummation
public void visitGRPreFactor(GRPreFactor grpf)
grpf
- the GRPreFactorto be visitedGRPreFactor
public void visitGRKrDelta(GRKrDelta grkd)
grkd
- the GRKrDelta to be visitedGRKrDelta
public void visitGR6jSymbol(GR6jSymbol gr6j)
gr6j
- the GR6jSymbol to be visitedGR6jSymbol
public java.lang.Object result()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |