http://www.jpicedt.org

Uses of Class
jpicedt.graphic.model.PicParallelogram

Packages that use PicParallelogram
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
protected  PicParallelogram PicParallelogramFormatter.element
          the Element this formater acts upon
 

Constructors in jpicedt.format.output.eepic with parameters of type PicParallelogram
PicParallelogramFormatter(PicParallelogram element, EepicFormatter factory)
           
 

Uses of PicParallelogram in jpicedt.format.output.latex
 

Fields in jpicedt.format.output.latex declared as PicParallelogram
protected  PicParallelogram PicParallelogramFormatter.element
          the Element this formater acts upon
 

Constructors in jpicedt.format.output.latex with parameters of type PicParallelogram
LatexViewFactory.ParallelogramView(PicParallelogram para)
          construct a new View for the given PicParallelogram
PicParallelogramFormatter(PicParallelogram element, LatexFormatter factory)
           
 

Uses of PicParallelogram in jpicedt.format.output.pstricks
 

Constructors in jpicedt.format.output.pstricks with parameters of type PicParallelogram
PicParallelogramFormatter(PicParallelogram para, PstricksFormatter factory)
           
 

Uses of PicParallelogram in jpicedt.graphic.io.formatter
 

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

Uses of PicParallelogram in jpicedt.graphic.model
 

Subclasses of PicParallelogram 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.
 class PicEllipse
          Ellipse 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
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
DefaultViewFactory.ParallelogramView(PicParallelogram para)
          construct a new View for the given PicParallelogram
 


http://www.jpicedt.org

Submit a bug : syd@jpicedt.org