Package jpicedt.graphic.io.formatter
Interfaces and base classes useful to implement a formatter for a given format, for instance Pstricks.
- Since:
- PicEdt 1.3
-
Interface Summary Interface Description Formatter An interface that specifies shared formatting behaviours for Element's.FormatterFactory JPICConstants Useful constants used across the jpicedt.graphic.io.formatter package -
Class Summary Class Description JPICCircleFormatter JPIC-XML formatter for PicCircleFrom3Points objects.JPICEllipseFormatter JPIC-XML formatter for PicEllipsegram objects.JPICFormatter a FormatterFactory that produces formatters for the JPIC-XML native formatJPICGroupFormatter A JPIC-XML formatter for PicGroup objects.
Syntax :... JPICMultiCurveFormatter JPIC-XML formatter for PicMultiCurve objects.JPICParallelogramFormatter JPIC-XML formatter for PicParallelogram objects.JPICPsCurveFormatter JPIC-XML formatter for PicPsCurve objects, aka PsTricks \\pscurve macro.JPICSmoothPolygonFormatter JPIC-XML formatter for PicSmoothPolygon objects.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.XmlAttributeSet A map that contains XML-like name=value pairs, to be ultimately formatted as XML.