|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | |
EditPointMouseTransformFactory.SplitSegmentTransform(AbstractCurve target,
int segIdx,
Grid grid)
|
|
EditElementMouseTransformFactory._MoveControlPointTransform(Element target,
int pointIndex,
EditPointConstraint constraint,
String helpMessage,
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.MoveElementTransform(BranchElement target,
int anchorChildIndex,
PicPoint clickPt,
Grid grid)
|
|
EditElementMouseTransformFactory.MoveElementTransform(Element target,
PicPoint clickPt,
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 |
|
PEDrawingBoard(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. |
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |