Package | Description |
---|---|
jpicedt.graphic |
jPicEdt library core classes and packages.
|
jpicedt.ui |
Some classes and interfaces that help building concrete implementation of MDIManager's.
|
Modifier and Type | Field and Description |
---|---|
protected PageFormat |
PECanvas.pageFormat
pageFormat encapsulates board size and margin data
|
Modifier and Type | Method and Description |
---|---|
PageFormat |
PECanvas.getPageFormat() |
Modifier and Type | Method and Description |
---|---|
void |
PECanvas.setPageFormat(PageFormat pageFormat)
Set the size of the drawing board.
|
Constructor and Description |
---|
PageFormat.Customizer(PageFormat pageFormat) |
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 |
---|
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