Class PicEllipseFormatter

  • All Implemented Interfaces:
    PstricksConstants, Formatter, PicObjectConstants

    public class PicEllipseFormatter
    extends java.lang.Object
    implements Formatter, PicObjectConstants, PstricksConstants
    Formats a PicEllipse using PsTricks macros, including pstricks-add's \\psellipticarc if applicable. [SR:pending] arrows for flat ellipse
    Since:
    jpicedt 1.4
    Version:
    $Id: PicEllipseFormatter.java,v 1.11.2.1 2007/09/02 11:55:13 reynal Exp $
    Author:
    Vincent Guirardel, Sylvain Reynal
    • Method Detail

      • format

        public java.lang.String format()
        \\rput{rotation}(centerX,centerY){\\psellipse[param](0,0)(greatAxis/2,smallAxis/2)} => plain ellipse
        \\rput{rotationAngle}(centerX,centerY){\qline(min,0)(max,0)} => flat ellipse
        Specified by:
        format in interface Formatter