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.graphic.io.formatter |
Interfaces and base classes useful to implement a formatter for a given format, for instance Pstricks.
|
jpicedt.graphic.model |
Document structure and graphic primitives.
|
jpicedt.graphic.view |
Document appearance.
|
Constructor and Description |
---|
EllipseView(PicEllipse ellipse)
Construct a View for the given PicEllipse.
|
PicEllipseFormatter(PicEllipse ellipse,
EepicFormatter factory) |
Modifier and Type | Field and Description |
---|---|
protected PicEllipse |
PicEllipseFormatter.ellipse
the Element this formater acts upon
|
Constructor and Description |
---|
EllipseView(PicEllipse ell) |
PicEllipseFormatter(PicEllipse ellipse,
LatexFormatter factory) |
Constructor and Description |
---|
PicEllipseFormatter(PicEllipse ellipse,
PstricksFormatter factory) |
Constructor and Description |
---|
JPICEllipseFormatter(PicEllipse obj,
JPICFormatter factory) |
Modifier and Type | Class and Description |
---|---|
class |
PicCircleFrom3Points
A class implementing either a circle or an arc, whose geometry is specified by a PicEllipse,
yet is further controllable by three additional points :
this may either be a plain circle going through these three points,
or an arc going from P_1 to P_3 through P_2, in which case a pie or a chord may be added as well.
Superclass control-points are still available here, yet geometry is constrained to a circle by invoking e.g. |
Modifier and Type | Method and Description |
---|---|
PicEllipse |
PicCircleFrom3Points.convertToEllipse()
Convert this circle to a new PicEllipse object.
|
Constructor and Description |
---|
PicEllipse(PicEllipse ellipse)
"cloning" constructor (to be used by clone())
|
Constructor and Description |
---|
EllipseHighlighter(PicEllipse ellipse)
construct a new Highlighter for the given ellipse
|
EllipseView(PicEllipse ellipse)
construct a new View for the given ellipse
|
Submit a bug : syd@jpicedt.org