Package jpicedt.format.output.pstricks
Classes (formatter, view factory,...) related to the PsTricks content-type.
- Since:
- PicEdt 1.0
-
Interface Summary Interface Description PstricksConstants Useful constants used across the jpicedt.format.output.pstricks package. -
Class Summary Class Description AbstractCurveFormatter Format an AbstractCurve, or any subclass of it, using PsTricks macros.PicEllipseFormatter Formats a PicEllipse using PsTricks macros, including pstricks-add's \\psellipticarc if applicable.PicParallelogramFormatter Pstricks formatter for PicParallelogram paraects.PicTextFormatter A 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.PstricksContentType ContentType for the Pstricks format.PstricksCustomizer a panel for configuring the PstricksFormatter.PstricksFormatter Produces formatters for the PsTricks macro package.PstricksUtilities Collection of static methods for the PsTricks formatPstricksViewFactory A factory to create a View for a given Element when the underlying content type for the model is Pstricks.