|
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjpicedt.format.output.latex.AbstractCurveFormatter
public class AbstractCurveFormatter
Format an AbstractCurve, or any subclass of it, to the LaTeX-picture format. [SR:pending] synchronize LatexViewFactory with new (un)supported attributes.
Field Summary | |
---|---|
protected AbstractCurve |
curve
the Element this formater acts upon |
protected LatexFormatter |
factory
|
Constructor Summary | |
---|---|
AbstractCurveFormatter(AbstractCurve curve,
LatexFormatter factory)
|
Method Summary | |
---|---|
java.lang.String |
format()
Returns a string representing this AbstractCurve using \\line and \\qbezier LaTeX macros only. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected AbstractCurve curve
protected LatexFormatter factory
Constructor Detail |
---|
public AbstractCurveFormatter(AbstractCurve curve, LatexFormatter factory)
Method Detail |
---|
public java.lang.String format()
format
in interface Formatter
|
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |