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.model |
Document structure and graphic primitives.
|
jpicedt.graphic.toolkit |
Controller (document editing through UI actions)
|
jpicedt.graphic.view |
Document appearance.
|
Modifier and Type | Field and Description |
---|---|
protected AbstractCurve |
AbstractCurveFormatter.curve
the Element this formater acts upon
|
Constructor and Description |
---|
AbstractCurveFormatter(AbstractCurve curve,
EepicFormatter factory) |
EepicViewFactory.AbstractCurveView(AbstractCurve curve)
construct a new View for the given curve
|
Modifier and Type | Field and Description |
---|---|
protected AbstractCurve |
AbstractCurveFormatter.curve
the Element this formater acts upon
|
Constructor and Description |
---|
AbstractCurveFormatter(AbstractCurve curve,
LatexFormatter factory) |
LatexViewFactory.AbstractCurveView(AbstractCurve curve)
construct a new View for the given curve
|
Modifier and Type | Field and Description |
---|---|
protected AbstractCurve |
AbstractCurveFormatter.curve
the Element this formatter acts upon
|
Constructor and Description |
---|
AbstractCurveFormatter(AbstractCurve curve,
PstricksFormatter factory) |
Modifier and Type | Class and Description |
---|---|
class |
PicMultiCurve
PicMultiCurve is basically an AbstractCurve where each subdivision point has
additionnal features regarding 2nd-order smoothness and symmetry.
|
class |
PicPsCurve
A multicurve, either closed or not, going through a set of control points.
|
class |
PicSmoothPolygon
A multicurve, either close or not, whose geometry is specified using a polygon, in such a way that the curve snakes
"smoothly" along the polygon.
|
Constructor and Description |
---|
AbstractCurve(AbstractCurve curve)
"cloning" constructor (to be used by clone())
|
Constructor and Description |
---|
DrawToolFactory.AbstractCurveDrawTool(AbstractCurve prototype) |
EditPointMouseTransformFactory.SplitSegmentTransform(AbstractCurve target,
int segIdx,
Grid grid) |
Constructor and Description |
---|
DefaultHighlighterFactory.AbstractCurveHighlighter(AbstractCurve curve)
construct a new Highlighter for the given curve
|
DefaultViewFactory.AbstractCurveView(AbstractCurve curve)
construct a new View for the given curve
|
Submit a bug : syd@jpicedt.org