Uses of Class
jpicedt.graphic.model.PicParallelogram
-
Packages that use PicParallelogram 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 PicParallelogram in jpicedt.format.output.eepic
Fields in jpicedt.format.output.eepic declared as PicParallelogram Modifier and Type Field Description protected PicParallelogramPicParallelogramFormatter. elementthe Element this formater acts uponConstructors in jpicedt.format.output.eepic with parameters of type PicParallelogram Constructor Description PicParallelogramFormatter(PicParallelogram element, EepicFormatter factory) -
Uses of PicParallelogram in jpicedt.format.output.latex
Fields in jpicedt.format.output.latex declared as PicParallelogram Modifier and Type Field Description protected PicParallelogramPicParallelogramFormatter. elementthe Element this formater acts uponConstructors in jpicedt.format.output.latex with parameters of type PicParallelogram Constructor Description ParallelogramView(PicParallelogram para)construct a new View for the given PicParallelogramPicParallelogramFormatter(PicParallelogram element, LatexFormatter factory) -
Uses of PicParallelogram in jpicedt.format.output.pstricks
Constructors in jpicedt.format.output.pstricks with parameters of type PicParallelogram Constructor Description PicParallelogramFormatter(PicParallelogram para, PstricksFormatter factory) -
Uses of PicParallelogram in jpicedt.graphic.io.formatter
Constructors in jpicedt.graphic.io.formatter with parameters of type PicParallelogram Constructor Description JPICParallelogramFormatter(PicParallelogram obj, JPICFormatter factory) -
Uses of PicParallelogram in jpicedt.graphic.model
Subclasses of PicParallelogram 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.classPicEllipseEllipse or arc, based on parallelogram
The geometrical model of this ellipse (or its arc counterpart) is based on a parallelogram, yet is equivalent to an ellipse rotated around its center.Constructors in jpicedt.graphic.model with parameters of type PicParallelogram Constructor Description PicParallelogram(PicParallelogram parallelo)"cloning" constructor (to be used by clone()) -
Uses of PicParallelogram in jpicedt.graphic.view
Constructors in jpicedt.graphic.view with parameters of type PicParallelogram Constructor Description ParallelogramView(PicParallelogram para)construct a new View for the given PicParallelogram
-