http://www.jpicedt.org

Uses of Class
jpicedt.graphic.model.PicEllipse

Packages that use PicEllipse
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.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.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 PicEllipse in jpicedt.format.output.dxf
 

Fields in jpicedt.format.output.dxf declared as PicEllipse
protected  PicEllipse PicEllipseFormatter.ellipse
          l'Element sur lequel ce formateur agit
 

Constructors in jpicedt.format.output.dxf with parameters of type PicEllipse
PicEllipseFormatter(PicEllipse ellipse, DXFFormatter factory)
          Construit un formatteur de PicEllipse pour un type de contenu DXF (marque déposée).
 

Uses of PicEllipse in jpicedt.format.output.eepic
 

Constructors in jpicedt.format.output.eepic with parameters of type PicEllipse
EllipseView(PicEllipse ellipse, EepicViewFactory f)
          Construct a View for the given PicEllipse.
PicEllipseFormatter(PicEllipse ellipse, EepicFormatter factory)
           
 

Uses of PicEllipse in jpicedt.format.output.latex
 

Fields in jpicedt.format.output.latex declared as PicEllipse
protected  PicEllipse PicEllipseFormatter.ellipse
          the Element this formater acts upon
 

Constructors in jpicedt.format.output.latex with parameters of type PicEllipse
EllipseView(PicEllipse ell, LatexViewFactory f)
           
PicEllipseFormatter(PicEllipse ellipse, LatexFormatter factory)
           
 

Uses of PicEllipse in jpicedt.format.output.pstricks
 

Constructors in jpicedt.format.output.pstricks with parameters of type PicEllipse
PicEllipseFormatter(PicEllipse ellipse, PstricksFormatter factory)
           
 

Uses of PicEllipse in jpicedt.format.output.tikz
 

Fields in jpicedt.format.output.tikz declared as PicEllipse
protected  PicEllipse PicEllipseFormatter.ellipse
          les éléments sur lesquels ce formatteur agit
 

Constructors in jpicedt.format.output.tikz with parameters of type PicEllipse
PicEllipseFormatter(PicEllipse ellipse, TikzFormatter factory)
           
 

Uses of PicEllipse in jpicedt.graphic.io.formatter
 

Constructors in jpicedt.graphic.io.formatter with parameters of type PicEllipse
JPICEllipseFormatter(PicEllipse obj, JPICFormatter factory)
           
 

Uses of PicEllipse in jpicedt.graphic.model
 

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

Methods in jpicedt.graphic.model that return PicEllipse
 PicEllipse PicEllipse.clone()
          Overload Object.clone() method
 PicEllipse PicCircleFrom3Points.convertToEllipse()
          Convert this circle to a new PicEllipse object.
 

Methods in jpicedt.graphic.model with parameters of type PicEllipse
 void PicEllipse.setGeometry(PicEllipse ell)
          Sets the coordinates and angle extents of this Element from those of the given source.
 

Constructors in jpicedt.graphic.model with parameters of type PicEllipse
PicEllipse(PicEllipse src)
          "cloning" constructor (to be used by clone())
 

Uses of PicEllipse in jpicedt.graphic.util
 

Constructors in jpicedt.graphic.util with parameters of type PicEllipse
Eraser.EllipseEraser(PicEllipse abstractElement, ConvexPolygonalZone zone)
           
 

Uses of PicEllipse in jpicedt.graphic.view
 

Constructors in jpicedt.graphic.view with parameters of type PicEllipse
EllipseView(PicEllipse ellipse, AttributesViewFactory f)
          construct a new View for the given ellipse
 

Uses of PicEllipse in jpicedt.graphic.view.highlighter
 

Methods in jpicedt.graphic.view.highlighter that return PicEllipse
 PicEllipse EllipseHighlighter.getElement()
           
 

Constructors in jpicedt.graphic.view.highlighter with parameters of type PicEllipse
EllipseHighlighter(PicEllipse ellipse, DefaultHighlighterFactory f)
          construct a new Highlighter for the given ellipse
 


http://www.jpicedt.org

Submit a bug : syd@jpicedt.org