http://www.jpicedt.org

Uses of Class
jpicedt.graphic.model.PicParallelogram

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

Uses of PicParallelogram in jpicedt.format.output.dxf
 

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

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

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
ParallelogramView(PicParallelogram para, LatexViewFactory f)
          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.format.output.tikz
 

Fields in jpicedt.format.output.tikz declared as PicParallelogram
protected  PicParallelogram PicParallelogramFormatter.parallelogram
           
 

Constructors in jpicedt.format.output.tikz with parameters of type PicParallelogram
PicParallelogramFormatter(PicParallelogram parallelogram, TikzFormatter 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 Drawing.BoundingBox
           
 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.
 class PicEllipse
          Ellipse ou arc, basé sur un parallélogramme.
 

Methods in jpicedt.graphic.model that return PicParallelogram
 PicParallelogram PicParallelogram.clone()
          Overrides Object.clone() method
 

Methods in jpicedt.graphic.model with parameters of type PicParallelogram
 void PicParallelogram.setGeometry(PicParallelogram para)
          Sets the coordinates of this element from those of the given source.
 void Drawing.BoundingBox.setGeometry(PicParallelogram para)
           
 

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

Uses of PicParallelogram in jpicedt.graphic.view
 

Methods in jpicedt.graphic.view that return PicParallelogram
 PicParallelogram ParallelogramView.getElement()
          Deprecated.  
 

Constructors in jpicedt.graphic.view with parameters of type PicParallelogram
ParallelogramView(PicParallelogram para, AttributesViewFactory f)
          Deprecated. construct a new View for the given PicParallelogram
 


http://www.jpicedt.org

Submit a bug : syd@jpicedt.org