http://www.jpicedt.org

Uses of Class
jpicedt.graphic.model.AbstractCurve

Packages that use AbstractCurve
jpicedt.format.output.dxf Classes (formatter, view factory,…) related to the DXF (Drawing eXchange Format, as defined by Autodesk) content-type. 
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.format.output.tikz Tikz Formatter Classes (formatter, view factory,…) related to the TikZ content-type. 
jpicedt.graphic.model Document structure and graphic primitives. 
jpicedt.graphic.toolkit Controller (document editing through UI actions)
 
jpicedt.graphic.util Bibliothèque de classes pour effectuer des calculs graphiques: rognage de forme zones convexes algèbre linéaire en 2D  
jpicedt.graphic.view Document appearance. 
jpicedt.graphic.view.highlighter Aspect visuel de la mise en vedette. 
 

Uses of AbstractCurve in jpicedt.format.output.dxf
 

Fields in jpicedt.format.output.dxf declared as AbstractCurve
protected  AbstractCurve AbstractCurveFormatter.curve
          the Element this formater acts upon
 

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

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)
           
AbstractCurveView(AbstractCurve curve, EepicViewFactory f)
          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)
           
AbstractCurveView(AbstractCurve curve, LatexViewFactory f)
          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.element
          the Element this formatter acts upon
 

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

Uses of AbstractCurve in jpicedt.format.output.tikz
 

Fields in jpicedt.format.output.tikz declared as AbstractCurve
protected  AbstractCurve AbstractCurveFormatter.curve
          Les éléments sur lesquels ce formatteur agit.
 

Constructors in jpicedt.format.output.tikz with parameters of type AbstractCurve
AbstractCurveFormatter(AbstractCurve curve, TikzFormatter 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 closed or not, the geometry of which 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.CtrlPtSubsetAbstractCurve(AbstractCurve abstractCurve, int[] toBeTranslated)
           
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.util
 

Methods in jpicedt.graphic.util with parameters of type AbstractCurve
static PicGroup MultiCurveToArc.convert(AbstractCurve multiCurve, double tol, double maxRadius, int firstCtlPtIndex, int lastCtlPtIndex)
          Méthode permettant de convertir une chaîne de courbes cubiques de Bézier en une chaîne d'arc de cercle et de segment de droite (chaînés entre eux par un conteneur PicGroup).
 

Uses of AbstractCurve in jpicedt.graphic.view
 

Constructors in jpicedt.graphic.view with parameters of type AbstractCurve
AbstractCurveView(AbstractCurve curve, AttributesViewFactory f)
          construct a new View for the given curve
 

Uses of AbstractCurve in jpicedt.graphic.view.highlighter
 

Methods in jpicedt.graphic.view.highlighter that return AbstractCurve
 AbstractCurve AbstractCurveHighlighter.getElement()
           
 

Constructors in jpicedt.graphic.view.highlighter with parameters of type AbstractCurve
AbstractCurveHighlighter(AbstractCurve curve, DefaultHighlighterFactory f)
          construct a new Highlighter for the given curve
 


http://www.jpicedt.org

Submit a bug : syd@jpicedt.org