http://www.jpicedt.org

Uses of Class
jpicedt.graphic.model.PicEllipse

Packages that use PicEllipse
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.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.view Document appearance. 
 

Uses of PicEllipse in jpicedt.format.output.eepic
 

Constructors in jpicedt.format.output.eepic with parameters of type PicEllipse
EepicViewFactory.EllipseView(PicEllipse ellipse)
          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
LatexViewFactory.EllipseView(PicEllipse ell)
           
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.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.
Superclass control-points are still available here, yet geometry is constrained to a circle by invoking e.g.
 

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

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

Uses of PicEllipse in jpicedt.graphic.view
 

Constructors in jpicedt.graphic.view with parameters of type PicEllipse
DefaultHighlighterFactory.EllipseHighlighter(PicEllipse ellipse)
          construct a new Highlighter for the given ellipse
DefaultViewFactory.EllipseView(PicEllipse ellipse)
          construct a new View for the given ellipse
 


http://www.jpicedt.org

Submit a bug : syd@jpicedt.org