Uses of Interface
jpicedt.graphic.io.formatter.Formatter
-
Packages that use Formatter Package Description 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 Modifier and Type Class Description classAbstractCurveFormatterFormat an AbstractCurve, or any subclass of it, to the eepic format.classEepicFormatter.DrawingFormatterclassPicEllipseFormatterFormats a PicEllipse using macros of the eepic package.classPicParallelogramFormatterFormats 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 Modifier and Type Method Description FormatterEepicFormatter. createFormatter(Drawing d, java.lang.Object outputConstraint)FormatterEepicFormatter. createFormatter(Element e) -
Uses of Formatter in jpicedt.format.output.latex
Classes in jpicedt.format.output.latex that implement Formatter Modifier and Type Class Description classAbstractCurveFormatterFormat an AbstractCurve, or any subclass of it, to the LaTeX-picture format.classLatexFormatter.DrawingFormatterclassPicEllipseFormatterA drawing->LaTeX formater for PicEllipse objectsclassPicParallelogramFormatterFormats a PicParallelogram to the LaTeX-picture format.classPicTextFormatterAn interface that specifies common formatting behaviours for Drawable objectsMethods in jpicedt.format.output.latex that return Formatter Modifier and Type Method Description FormatterLatexFormatter. createFormatter(Drawing d, java.lang.Object outputConstraint)FormatterLatexFormatter. createFormatter(Element e) -
Uses of Formatter in jpicedt.format.output.pstricks
Classes in jpicedt.format.output.pstricks that implement Formatter Modifier and Type Class Description classAbstractCurveFormatterFormat an AbstractCurve, or any subclass of it, using PsTricks macros.classPicEllipseFormatterFormats a PicEllipse using PsTricks macros, including pstricks-add's \\psellipticarc if applicable.classPicParallelogramFormatterPstricks formatter for PicParallelogram paraects.classPicTextFormatterA formatter for PicText objects in the PsTricks format :
\\rput[refpoint]{rotation}(x,y){stuff}
where :
stuff can be any of the following :
\\psframebox[param]{text}}
\\pscirclebox[param]{text}}
\\psovalbox[param]{text}}
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.classPstricksFormatter.DrawingFormatter"begin{pspicture}(x0,y0)(x1,y1)" (PsTricks) where (x0,y0)=lower-left corner and (x1,y1)=upper-right cornerMethods in jpicedt.format.output.pstricks that return Formatter Modifier and Type Method Description FormatterPstricksFormatter. createFormatter(Drawing d, java.lang.Object outputConstraint)FormatterPstricksFormatter. createFormatter(Element e) -
Uses of Formatter in jpicedt.format.output.util
Classes in jpicedt.format.output.util that implement Formatter Modifier and Type Class Description classPicGroupFormatterA formatter for PicGroup objects. -
Uses of Formatter in jpicedt.graphic.io.formatter
Classes in jpicedt.graphic.io.formatter that implement Formatter Modifier and Type Class Description classJPICCircleFormatterJPIC-XML formatter for PicCircleFrom3Points objects.classJPICEllipseFormatterJPIC-XML formatter for PicEllipsegram objects.protected classJPICFormatter.DrawingFormatterA Drawing's formatter for the JPIC-XML language.classJPICGroupFormatterA JPIC-XML formatter for PicGroup objects.
Syntax :... classJPICMultiCurveFormatterJPIC-XML formatter for PicMultiCurve objects.classJPICParallelogramFormatterJPIC-XML formatter for PicParallelogram objects.classJPICPsCurveFormatterJPIC-XML formatter for PicPsCurve objects, aka PsTricks \\pscurve macro.classJPICSmoothPolygonFormatterJPIC-XML formatter for PicSmoothPolygon objects.classJPICTextFormatterA 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 Modifier and Type Method Description FormatterFormatterFactory. createFormatter(Drawing d, java.lang.Object outputConstraint)FormatterFormatterFactory. createFormatter(Element e)FormatterJPICFormatter. createFormatter(Drawing d, java.lang.Object outputConstraint)Return a Formatter able to format the given Drawing in the JPIC-XML language ;FormatterJPICFormatter. createFormatter(Element e)Return a Formatter able to format the given Element in the JPIC-XML format
-