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.
|
Modifier and Type | Field and Description |
---|---|
protected Grid |
PECanvas.grid
the grid attached to this canvas
|
Modifier and Type | Method and Description |
---|---|
Grid |
PECanvas.getGrid() |
Constructor and Description |
---|
PECanvas(double zoom,
PageFormat pageFormat,
Grid grid,
ContentType contentType)
Construct a new PECanvas with the default editor-kit and drawing as content storage.
|
Constructor and 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) |
Constructor and Description |
---|
PEDrawingBoard(int untitledIndex,
double zoom,
PageFormat pageFormat,
Grid grid,
ContentType contentType)
create a new empty drawing board with a (localized) "untitled" title
|
PEDrawingBoard(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.
|
Submit a bug : syd@jpicedt.org