Class PicTextFormatter

    • Method Detail

      • format

        public java.lang.String format()
        Description copied from interface: Formatter
        Create a String representing an Element in the format of this formatter
        Specified by:
        format in interface Formatter
        Parameters:
        The - zero-point of the LaTeX picture in pixel-coordinates
        Returns:
        A string representation of a PicText object in the LaTeX format We don't need PicEdt special comments (e.g. %Ellipse... whith the whole bunch of parameters) for PicText objects, since the formating produces a single \\makebox command, which can be easily parsed. \\makebox(0,0)[b]{hello} -> not framed \\framebox{$x=1$} -> framed There's no support for dashboxes any more, use a PicRectangle in conjonction with a makebox instead.
        Since:
        PicEdt 1.0