http://www.jpicedt.org

Uses of Class
jpicedt.graphic.grid.Grid

Packages that use Grid
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
protected  Grid PECanvas.grid
          the grid attached to this canvas
 

Methods in jpicedt.graphic that return Grid
 Grid PECanvas.getGrid()
           
 

Constructors in jpicedt.graphic with parameters of type Grid
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
EditConvexZoneMouseTransformFactory.MoveConvexZoneTransform(ConvexZoneGroup target, int anchorChildIndex, PicPoint clickPt, Grid grid)
           
EditConvexZoneMouseTransformFactory.MoveConvexZoneTransform(ConvexZoneGroup target, PicPoint clickPt, Grid grid)
           
EditElementMouseTransformFactory._MoveControlPointTransform(Element target, int pointIndex, EditPointConstraint constraint, String helpMessage, Grid grid)
           
EditElementMouseTransformFactory._MoveElementTransform(BranchElement target, int anchorChildIndex, PicPoint clickPt, Grid grid)
           
EditElementMouseTransformFactory._MoveElementTransform(Element target, PicPoint clickPt, Grid grid)
           
EditElementMouseTransformFactory.MoveControlPointTransform(Element target, int pointIndex, EditPointConstraint constraint, String helpMessage, Grid grid)
           
EditElementMouseTransformFactory.MoveElementTransform(BranchElement target, int anchorChildIndex, PicPoint clickPt, Grid grid)
           
EditElementMouseTransformFactory.MoveElementTransform(Element target, PicPoint clickPt, Grid grid)
           
EditPointMouseTransformFactory.SplitSegmentTransform(AbstractCurve target, int segIdx, Grid grid)
           
 

Uses of Grid in jpicedt.ui
 

Constructors in jpicedt.ui with parameters of type Grid
PEDrawingBoard(int untitledIndex, double zoom, PageFormat pageFormat, Grid grid, ContentType contentType)
          Create a new empty drawing board with a (localized) "untitled" title
author: Sylvain Reynal
PEDrawingBoard(String path, double zoom, PageFormat pageFormat, Grid grid, ContentType contentType, ExtractionParsing parser)
          Create a new drawing board pre-loaded from the given path ; set title from this path.
 


http://www.jpicedt.org

Submit a bug : syd@jpicedt.org