Class AbstractCurveFormatter

  • All Implemented Interfaces:
    LatexConstants, Formatter, PicObjectConstants

    public class AbstractCurveFormatter
    extends java.lang.Object
    implements Formatter, PicObjectConstants, LatexConstants
    Format an AbstractCurve, or any subclass of it, to the LaTeX-picture format. [SR:pending] synchronize LatexViewFactory with new (un)supported attributes.
    Since:
    jpicedt 1.4
    Version:
    $Id: AbstractCurveFormatter.java,v 1.4.2.1 2007/09/02 11:55:13 reynal Exp $

    Author:
    Sylvain Reynal
    • Method Detail

      • format

        public java.lang.String format()
        Returns a string representing this AbstractCurve using \\line and \\qbezier LaTeX macros only. Dashed style is allowed if all segments are straight, since \\qbezier does not support this style.
        Specified by:
        format in interface Formatter