Class LaTeXOval

  • All Implemented Interfaces:
    ExpressionConstants, PicObjectConstants

    public class LaTeXOval
    extends SequenceExpression
    implements PicObjectConstants, ExpressionConstants
    Parses LaTeX \\oval command. This is to be used as a child expression of either LaTeXPutExpression or {@link #jpicedt.format.input.pstricks.PsRPutExpression jpicedt.format.input.pstricks.PsRPutExpression}.

    \\oval(w,h) or \oval(w,h)[align] (for half- or quarter- ovals).

    [pending] add "rounded corner" capacity to PicRectangle

    Since:
    jpicedt 1.4pre2
    Version:
    $Id: LaTeXOval.java,v 1.3.2.1 2007/09/02 11:56:01 reynal Exp $
    Author:
    Sylvain Reynal
    • Constructor Detail

      • LaTeXOval

        public LaTeXOval​(Pool pl)