http://www.jpicedt.org

jpicedt.format.output.eepic
Class PicEllipseFormatter

java.lang.Object
  extended by jpicedt.graphic.io.formatter.AbstractFormatter
      extended by jpicedt.format.output.latex.PicEllipseFormatter
          extended by 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

Field Summary
 
Fields inherited from class jpicedt.format.output.latex.PicEllipseFormatter
ellipse, factory
 
Constructor Summary
PicEllipseFormatter(PicEllipse ellipse, EepicFormatter factory)
           
 
Method Summary
 String format()
          Returns a String representing this ellipse or arc using epic/eepic macros
 
Methods inherited from class jpicedt.format.output.latex.PicEllipseFormatter
appendArrows, appendEmulatedArcString, appendLatexCircleString, appendLatexDiskString, getElement
 
Methods inherited from class jpicedt.graphic.io.formatter.AbstractFormatter
revertedArrowsAttribute
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PicEllipseFormatter

public PicEllipseFormatter(PicEllipse ellipse,
                           EepicFormatter factory)
Method Detail

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).

http://www.jpicedt.org

Submit a bug : syd@jpicedt.org