http://www.jpicedt.org

Package jpicedt.graphic.io.formatter

Interfaces and base classes useful to implement a formatter for a given format, for instance Pstricks.

See:
          Description

Interface Summary
CommentFormatting Une interface pour écrire des commentaires pour un certain type de contenu, de sorte à enfouir le code JPIC-XML en en-tête de ce type de contenu.
Formatter An interface that specifies shared formatting behaviours for Element's.
FormatterFactory  
 

Class Summary
AbstractDrawingFormatter La classe AbstractDrawingFormatter Fournit l'implatation par défault des méthodes de l'interface Formatter lorsque celle-ci est utilisée pour le formattage d'un Drawing.
AbstractFormatter La classe AbstractFormatter Fournit l'implatation par défault des méthodes de l'interface Formatter lorsque celle-ci est utilisée pour le formattage d'un Element.
AbstractFormatterFactory Classe de base des fabriques de formatteurs.
JPICCircleFormatter JPIC-XML formatter for PicCircleFrom3Points objects.
JPICConstants Useful constants used across the jpicedt.graphic.io.formatter package
JPICEllipseFormatter JPIC-XML formatter for PicEllipsegram objects.
JPICEmptyDrawingBoundingBox Boîte bornante par défaut pour un dessin vide dans le cadre de l'encodage JPIC-XML
JPICFormatter a FormatterFactory that produces formatters for the JPIC-XML native format Syntax for common attributes, that is, attributes not specific to a given subclass of Element, is strongly inspired from the XML-SVG markup language, although it is restricted to a subset of SVG attributes supported by jPicEdt, i.e. mainly by pstricks.
JPICGroupFormatter A JPIC-XML formatter for PicGroup objects.
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 vert-align="bottom|baseline|center-v|top" hor-align="left|center-h|right" anchor-point="(x,y)" box="no_frame|rectangle|circle|oval">text here !
XmlAttributeSet A map that contains XML-like name=value pairs, to be ultimately formatted as XML.
XMLizer Cette classe permet d'échapper les caractères spéciaux de XML, c'est à dire `<',``>' et `&' respectivement en `&lt;',`&gt;' et `&amp;'.
 

Package jpicedt.graphic.io.formatter Description

Interfaces and base classes useful to implement a formatter for a given format, for instance Pstricks.
@since PicEdt 1.3


http://www.jpicedt.org

Submit a bug : syd@jpicedt.org