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.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractCurveFormatter
Format an AbstractCurve, or any subclass of it, to the eepic format.
|
class |
EepicFormatter.DrawingFormatter |
class |
PicParallelogramFormatter
Formats a PicParallelogram to the eepic package, using \\path macros, with appropriate filling if any,
or \\dashline macros if dash is positive.
|
Modifier and Type | Method and Description |
---|---|
Formatter |
EepicFormatter.createFormatter(Drawing d,
java.lang.Object outputConstraint) |
Formatter |
EepicFormatter.createFormatter(Element e) |
Modifier and Type | Class and Description |
---|---|
class |
LatexFormatter.DrawingFormatter |
class |
PicEllipseFormatter
A drawing->LaTeX formater for PicEllipse objects
|
class |
PicTextFormatter
An interface that specifies common formatting behaviours for Drawable objects
|
Modifier and Type | Method and Description |
---|---|
Formatter |
LatexFormatter.createFormatter(Drawing d,
java.lang.Object outputConstraint) |
Formatter |
LatexFormatter.createFormatter(Element e) |
Modifier and Type | Class and Description |
---|---|
class |
PstricksFormatter.DrawingFormatter
"begin{pspicture}(x0,y0)(x1,y1)" (PsTricks) where
(x0,y0)=lower-left corner and
(x1,y1)=upper-right corner
|
Modifier and Type | Method and Description |
---|---|
Formatter |
PstricksFormatter.createFormatter(Drawing d,
java.lang.Object outputConstraint) |
Formatter |
PstricksFormatter.createFormatter(Element e) |
Modifier and Type | Class and Description |
---|---|
class |
PicGroupFormatter
A formatter for PicGroup objects.
|
Modifier and Type | Class and Description |
---|---|
class |
JPICCircleFormatter
JPIC-XML formatter for PicCircleFrom3Points objects.
|
class |
JPICEllipseFormatter
JPIC-XML formatter for PicEllipsegram objects.
|
protected class |
JPICFormatter.DrawingFormatter
A Drawing's formatter for the JPIC-XML language.
|
class |
JPICGroupFormatter
A JPIC-XML formatter for PicGroup objects.
Syntax : |
class |
JPICMultiCurveFormatter
JPIC-XML formatter for PicMultiCurve objects.
|
class |
JPICParallelogramFormatter
JPIC-XML formatter for PicParallelogram objects.
|
class |
JPICPsCurveFormatter
JPIC-XML formatter for PicPsCurve objects, aka PsTricks \\pscurve macro.
|
class |
JPICSmoothPolygonFormatter
JPIC-XML formatter for PicSmoothPolygon objects.
|
class |
JPICTextFormatter
A formatter for PicText objects in the JPIC-XML format :
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. |
Modifier and Type | Method and Description |
---|---|
Formatter |
FormatterFactory.createFormatter(Drawing d,
java.lang.Object outputConstraint) |
Formatter |
JPICFormatter.createFormatter(Drawing d,
java.lang.Object outputConstraint)
Return a Formatter able to format the given Drawing in the JPIC-XML language ;
|
Formatter |
FormatterFactory.createFormatter(Element e) |
Formatter |
JPICFormatter.createFormatter(Element e)
Return a Formatter able to format the given Element in the JPIC-XML format
|
Submit a bug : syd@jpicedt.org