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.
|
Modifier and Type | Field and Description |
---|---|
protected PicParallelogram |
PicParallelogramFormatter.element
the Element this formater acts upon
|
Constructor and Description |
---|
PicParallelogramFormatter(PicParallelogram element,
EepicFormatter factory) |
Modifier and Type | Field and Description |
---|---|
protected PicParallelogram |
PicParallelogramFormatter.element
the Element this formater acts upon
|
Constructor and Description |
---|
ParallelogramView(PicParallelogram para)
construct a new View for the given PicParallelogram
|
PicParallelogramFormatter(PicParallelogram element,
LatexFormatter factory) |
Constructor and Description |
---|
PicParallelogramFormatter(PicParallelogram para,
PstricksFormatter factory) |
Constructor and Description |
---|
JPICParallelogramFormatter(PicParallelogram 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. |
class |
PicEllipse
Ellipse or arc, based on parallelogram
The geometrical model of this ellipse (or its arc counterpart) is based on a parallelogram, yet is equivalent to an ellipse rotated around its center. |
Constructor and Description |
---|
PicParallelogram(PicParallelogram parallelo)
"cloning" constructor (to be used by clone())
|
Constructor and Description |
---|
ParallelogramView(PicParallelogram para)
construct a new View for the given PicParallelogram
|
Submit a bug : syd@jpicedt.org