Uses of Interface
jpicedt.format.output.pstricks.PstricksConstants
-
Packages that use PstricksConstants Package Description jpicedt.format.output.pstricks Classes (formatter, view factory,...) related to the PsTricks content-type. -
-
Uses of PstricksConstants in jpicedt.format.output.pstricks
Classes in jpicedt.format.output.pstricks that implement PstricksConstants 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.classPstricksCustomizera panel for configuring the PstricksFormatter.classPstricksFormatterProduces formatters for the PsTricks macro package.classPstricksUtilitiesCollection of static methods for the PsTricks format
-