http://www.jpicedt.org

Uses of Class
jpicedt.graphic.model.AbstractCurve

Packages that use AbstractCurve
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
protected  AbstractCurve AbstractCurveFormatter.curve
          the Element this formater acts upon
 

Constructors in jpicedt.format.output.eepic with parameters of type AbstractCurve
AbstractCurveFormatter(AbstractCurve curve, EepicFormatter factory)
           
EepicViewFactory.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
protected  AbstractCurve AbstractCurveFormatter.curve
          the Element this formater acts upon
 

Constructors in jpicedt.format.output.latex with parameters of type AbstractCurve
AbstractCurveFormatter(AbstractCurve curve, LatexFormatter factory)
           
LatexViewFactory.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
protected  AbstractCurve AbstractCurveFormatter.curve
          the Element this formatter acts upon
 

Constructors in jpicedt.format.output.pstricks with parameters of type AbstractCurve
AbstractCurveFormatter(AbstractCurve curve, PstricksFormatter factory)
           
 

Uses of AbstractCurve in jpicedt.graphic.model
 

Subclasses of AbstractCurve in jpicedt.graphic.model
 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.
 

Constructors in jpicedt.graphic.model with parameters of type AbstractCurve
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
DrawToolFactory.AbstractCurveDrawTool(AbstractCurve prototype)
           
EditPointMouseTransformFactory.SplitSegmentTransform(AbstractCurve target, int segIdx, Grid grid)
           
 

Uses of AbstractCurve in jpicedt.graphic.view
 

Constructors in jpicedt.graphic.view with parameters of type AbstractCurve
DefaultHighlighterFactory.AbstractCurveHighlighter(AbstractCurve curve)
          construct a new Highlighter for the given curve
DefaultViewFactory.AbstractCurveView(AbstractCurve curve)
          construct a new View for the given curve
 


http://www.jpicedt.org

Submit a bug : syd@jpicedt.org