http://www.jpicedt.org

Uses of Interface
jpicedt.graphic.io.formatter.Formatter

Packages that use Formatter
jpicedt.format.output.eepic Classes (formatter, view factory,...) related to the epic/eepic content-type. 
jpicedt.format.output.latex Classes (formatter, view factory,...) related to the LaTeX (standard) content-type. 
jpicedt.format.output.pstricks Classes (formatter, view factory,...) related to the PsTricks content-type. 
jpicedt.format.output.util   
jpicedt.graphic.io.formatter Interfaces and base classes useful to implement a formatter for a given format, for instance Pstricks. 
 

Uses of Formatter in jpicedt.format.output.eepic
 

Classes in jpicedt.format.output.eepic that implement Formatter
 class AbstractCurveFormatter
          Format an AbstractCurve, or any subclass of it, to the eepic format.
 class EepicFormatter.DrawingFormatter
           
 class PicParallelogramFormatter
          Formats a PicParallelogram to the eepic package, using \\path macros, with appropriate filling if any, or \\dashline macros if dash is positive.
 

Methods in jpicedt.format.output.eepic that return Formatter
 Formatter EepicFormatter.createFormatter(Drawing d, Object outputConstraint)
           
 Formatter EepicFormatter.createFormatter(Element e)
           
 

Uses of Formatter in jpicedt.format.output.latex
 

Classes in jpicedt.format.output.latex that implement Formatter
 class LatexFormatter.DrawingFormatter
           
 class PicEllipseFormatter
          A drawing->LaTeX formater for PicEllipse objects
 class PicTextFormatter
          An interface that specifies common formatting behaviours for Drawable objects
 

Methods in jpicedt.format.output.latex that return Formatter
 Formatter LatexFormatter.createFormatter(Drawing d, Object outputConstraint)
           
 Formatter LatexFormatter.createFormatter(Element e)
           
 

Uses of Formatter in jpicedt.format.output.pstricks
 

Classes in jpicedt.format.output.pstricks that implement Formatter
 class PstricksFormatter.DrawingFormatter
          "begin{pspicture}(x0,y0)(x1,y1)" (PsTricks) where (x0,y0)=lower-left corner and (x1,y1)=upper-right corner
 

Methods in jpicedt.format.output.pstricks that return Formatter
 Formatter PstricksFormatter.createFormatter(Drawing d, Object outputConstraint)
           
 Formatter PstricksFormatter.createFormatter(Element e)
           
 

Uses of Formatter in jpicedt.format.output.util
 

Classes in jpicedt.format.output.util that implement Formatter
 class PicGroupFormatter
          A formatter for PicGroup objects.
 

Uses of Formatter in jpicedt.graphic.io.formatter
 

Classes in jpicedt.graphic.io.formatter that implement Formatter
 class JPICCircleFormatter
          JPIC-XML formatter for PicCircleFrom3Points objects.
 class JPICEllipseFormatter
          JPIC-XML formatter for PicEllipsegram objects.
protected  class JPICFormatter.DrawingFormatter
          A Drawing's formatter for the JPIC-XML language.
 class JPICGroupFormatter
          A JPIC-XML formatter for PicGroup objects.
Syntax : ...
 class JPICMultiCurveFormatter
          JPIC-XML formatter for PicMultiCurve objects.
 class JPICParallelogramFormatter
          JPIC-XML formatter for PicParallelogram objects.
 class JPICPsCurveFormatter
          JPIC-XML formatter for PicPsCurve objects, aka PsTricks \\pscurve macro.
 class JPICSmoothPolygonFormatter
          JPIC-XML formatter for PicSmoothPolygon objects.
 class JPICTextFormatter
          A formatter for PicText objects in the JPIC-XML format :
text here ! where :
refpoint = B|b|t for vertical and l|r for horizontal (B = baseline) rotation = any angle in degree or U,L,D,R,N,W,S or E.
 

Methods in jpicedt.graphic.io.formatter that return Formatter
 Formatter FormatterFactory.createFormatter(Drawing d, Object outputConstraint)
           
 Formatter JPICFormatter.createFormatter(Drawing d, Object outputConstraint)
          Return a Formatter able to format the given Drawing in the JPIC-XML language ;
 Formatter FormatterFactory.createFormatter(Element e)
           
 Formatter JPICFormatter.createFormatter(Element e)
          Return a Formatter able to format the given Element in the JPIC-XML format
 


http://www.jpicedt.org

Submit a bug : syd@jpicedt.org