Class PicParallelogramFormatter

  • All Implemented Interfaces:
    EepicConstants, LatexConstants, Formatter, PicObjectConstants

    public class PicParallelogramFormatter
    extends java.lang.Object
    implements Formatter, PicObjectConstants, EepicConstants
    Formats a PicParallelogram to the eepic package, using \\path macros, with appropriate filling if any, or \\dashline macros if dash is positive.
    Since:
    jpicedt 1.4
    Version:
    $Id: PicParallelogramFormatter.java,v 1.3.2.1 2007/09/02 11:55:13 reynal Exp $

    Author:
    Sylvain Reynal
    • 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