Uses of Class
jpicedt.graphic.grid.Grid
-
Packages that use Grid Package Description jpicedt.graphic jPicEdt library core classes and packages.jpicedt.graphic.toolkit Controller (document editing through UI actions)jpicedt.ui Some classes and interfaces that help building concrete implementation of MDIManager's. -
-
Uses of Grid in jpicedt.graphic
Fields in jpicedt.graphic declared as Grid Modifier and Type Field Description protected GridPECanvas. gridthe grid attached to this canvasMethods in jpicedt.graphic that return Grid Modifier and Type Method Description GridPECanvas. getGrid()Constructors in jpicedt.graphic with parameters of type Grid Constructor Description PECanvas(double zoom, PageFormat pageFormat, Grid grid, ContentType contentType)Construct a new PECanvas with the default editor-kit and drawing as content storage. -
Uses of Grid in jpicedt.graphic.toolkit
Constructors in jpicedt.graphic.toolkit with parameters of type Grid Constructor Description _MoveControlPointTransform(Element target, int pointIndex, EditPointConstraint constraint, java.lang.String helpMessage, Grid grid)_MoveElementTransform(BranchElement target, int anchorChildIndex, PicPoint clickPt, Grid grid)_MoveElementTransform(Element target, PicPoint clickPt, Grid grid)MoveControlPointTransform(Element target, int pointIndex, EditPointConstraint constraint, java.lang.String helpMessage, Grid grid)MoveElementTransform(BranchElement target, int anchorChildIndex, PicPoint clickPt, Grid grid)MoveElementTransform(Element target, PicPoint clickPt, Grid grid)SplitSegmentTransform(AbstractCurve target, int segIdx, Grid grid) -
Uses of Grid in jpicedt.ui
Constructors in jpicedt.ui with parameters of type Grid Constructor Description PEDrawingBoard(int untitledIndex, double zoom, PageFormat pageFormat, Grid grid, ContentType contentType)create a new empty drawing board with a (localized) "untitled" titlePEDrawingBoard(java.lang.String path, double zoom, PageFormat pageFormat, Grid grid, ContentType contentType, Parser parser)create a new drawing board pre-loaded from the given path ; set title from this path.
-