http://www.jpicedt.org

Uses of Class
jpicedt.graphic.model.PicGroup

Packages that use PicGroup
jpicedt.format.input.util This package contains helper classes for building a parser based on the well-known RegExp scheme, yet with a strong object-oriented approach in mind. 
jpicedt.format.output.util   
jpicedt.graphic jPicEdt library core classes and packages. 
jpicedt.graphic.io.formatter Interfaces and base classes useful to implement a formatter for a given format, for instance Pstricks. 
jpicedt.graphic.toolkit Controller (document editing through UI actions) 
 

Uses of PicGroup in jpicedt.format.input.util
 

Fields in jpicedt.format.input.util declared as PicGroup
 PicGroup Pool.currentGroup
          either the main drawing, or a subgroup ; each new parsed Element should be added to this group
 

Uses of PicGroup in jpicedt.format.output.util
 

Constructors in jpicedt.format.output.util with parameters of type PicGroup
PicGroupFormatter(PicGroup group, FormatterFactory factory)
           
 

Uses of PicGroup in jpicedt.graphic
 

Methods in jpicedt.graphic with parameters of type PicGroup
 void PECanvas.unGroup(PicGroup g)
          fetch all Element's belonging to the given PicGroup and add them to its parent, removing the given PicGroup from its parent afterward.
 

Uses of PicGroup in jpicedt.graphic.io.formatter
 

Constructors in jpicedt.graphic.io.formatter with parameters of type PicGroup
JPICGroupFormatter(PicGroup group, FormatterFactory factory)
           
 

Uses of PicGroup in jpicedt.graphic.toolkit
 

Subclasses of PicGroup in jpicedt.graphic.toolkit
 class DefaultSelectionHandler
          Stores references to selected Element's.
 


http://www.jpicedt.org

Submit a bug : syd@jpicedt.org