Uses of Class
jpicedt.graphic.model.PicGroup
-
Packages that use PicGroup Package Description 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 Modifier and Type Field Description PicGroupPool. currentGroupeither 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 Constructor Description PicGroupFormatter(PicGroup group, FormatterFactory factory) -
Uses of PicGroup in jpicedt.graphic
Methods in jpicedt.graphic with parameters of type PicGroup Modifier and Type Method Description voidPECanvas. 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 Constructor Description JPICGroupFormatter(PicGroup group, FormatterFactory factory) -
Uses of PicGroup in jpicedt.graphic.toolkit
Subclasses of PicGroup in jpicedt.graphic.toolkit Modifier and Type Class Description classDefaultSelectionHandlerStores references to selected Element's.
-