Uses of Class
jpicedt.graphic.model.PicEllipse
-
Packages that use PicEllipse 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.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 Constructor Description 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 Modifier and Type Field Description protected PicEllipsePicEllipseFormatter. ellipsethe Element this formater acts uponConstructors in jpicedt.format.output.latex with parameters of type PicEllipse Constructor Description 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 Constructor Description PicEllipseFormatter(PicEllipse ellipse, PstricksFormatter factory) -
Uses of PicEllipse in jpicedt.graphic.io.formatter
Constructors in jpicedt.graphic.io.formatter with parameters of type PicEllipse Constructor Description JPICEllipseFormatter(PicEllipse obj, JPICFormatter factory) -
Uses of PicEllipse in jpicedt.graphic.model
Subclasses of PicEllipse in jpicedt.graphic.model Modifier and Type Class Description classPicCircleFrom3PointsA 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 Modifier and Type Method Description PicEllipsePicCircleFrom3Points. convertToEllipse()Convert this circle to a new PicEllipse object.Constructors in jpicedt.graphic.model with parameters of type PicEllipse Constructor Description 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 Constructor Description EllipseHighlighter(PicEllipse ellipse)construct a new Highlighter for the given ellipseEllipseView(PicEllipse ellipse)construct a new View for the given ellipse
-