jpicedt.format.output.eepic
Class PicEllipseFormatter
java.lang.Object
jpicedt.graphic.io.formatter.AbstractFormatter
jpicedt.format.output.latex.PicEllipseFormatter
jpicedt.format.output.eepic.PicEllipseFormatter
- All Implemented Interfaces:
- Formatter
public class PicEllipseFormatter
- extends PicEllipseFormatter
Formats a PicEllipse using macros of the eepic package.
[SR:pending] handle rotated ellipses
- Since:
- jpicedt 1.3.2
- Version:
- $Id: PicEllipseFormatter.java,v 1.12 2013/03/27 07:10:30 vincentb1 Exp $
- Author:
- Sylvain Reynal
Method Summary |
String |
format()
Returns a String representing this ellipse or arc using epic/eepic macros |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PicEllipseFormatter
public PicEllipseFormatter(PicEllipse ellipse,
EepicFormatter factory)
format
public String format()
- Returns a String representing this ellipse or arc using epic/eepic macros
- Specified by:
format
in interface Formatter
- Overrides:
format
in class PicEllipseFormatter
- Returns:
- a LaTeX-String representation of a PicEllipse (i.e. a circle, an ellipse, or an arc, never filled in the LaTeX format).
Submit a bug : syd@jpicedt.org