Uses of Class
jpicedt.graphic.model.AbstractCurve
-
Packages that use AbstractCurve 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. -
-
Uses of AbstractCurve in jpicedt.format.output.eepic
Fields in jpicedt.format.output.eepic declared as AbstractCurve Modifier and Type Field Description protected AbstractCurveAbstractCurveFormatter. curvethe Element this formater acts uponConstructors in jpicedt.format.output.eepic with parameters of type AbstractCurve Constructor Description AbstractCurveFormatter(AbstractCurve curve, EepicFormatter factory)AbstractCurveView(AbstractCurve curve)construct a new View for the given curve -
Uses of AbstractCurve in jpicedt.format.output.latex
Fields in jpicedt.format.output.latex declared as AbstractCurve Modifier and Type Field Description protected AbstractCurveAbstractCurveFormatter. curvethe Element this formater acts uponConstructors in jpicedt.format.output.latex with parameters of type AbstractCurve Constructor Description AbstractCurveFormatter(AbstractCurve curve, LatexFormatter factory)AbstractCurveView(AbstractCurve curve)construct a new View for the given curve -
Uses of AbstractCurve in jpicedt.format.output.pstricks
Fields in jpicedt.format.output.pstricks declared as AbstractCurve Modifier and Type Field Description protected AbstractCurveAbstractCurveFormatter. curvethe Element this formatter acts uponConstructors in jpicedt.format.output.pstricks with parameters of type AbstractCurve Constructor Description AbstractCurveFormatter(AbstractCurve curve, PstricksFormatter factory) -
Uses of AbstractCurve in jpicedt.graphic.model
Subclasses of AbstractCurve in jpicedt.graphic.model Modifier and Type Class Description classPicMultiCurvePicMultiCurve is basically an AbstractCurve where each subdivision point has additionnal features regarding 2nd-order smoothness and symmetry.classPicPsCurveA multicurve, either closed or not, going through a set of control points.classPicSmoothPolygonA multicurve, either close or not, whose geometry is specified using a polygon, in such a way that the curve snakes "smoothly" along the polygon.Constructors in jpicedt.graphic.model with parameters of type AbstractCurve Constructor Description AbstractCurve(AbstractCurve curve)"cloning" constructor (to be used by clone()) -
Uses of AbstractCurve in jpicedt.graphic.toolkit
Constructors in jpicedt.graphic.toolkit with parameters of type AbstractCurve Constructor Description AbstractCurveDrawTool(AbstractCurve prototype)SplitSegmentTransform(AbstractCurve target, int segIdx, Grid grid) -
Uses of AbstractCurve in jpicedt.graphic.view
Constructors in jpicedt.graphic.view with parameters of type AbstractCurve Constructor Description AbstractCurveHighlighter(AbstractCurve curve)construct a new Highlighter for the given curveAbstractCurveView(AbstractCurve curve)construct a new View for the given curve
-