|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use PageFormat | |
| jpicedt.graphic | jPicEdt library core classes and packages. |
| jpicedt.ui | Some classes and interfaces that help building concrete implementation of MDIManager's. |
| Uses of PageFormat in jpicedt.graphic |
| Fields in jpicedt.graphic declared as PageFormat | |
protected PageFormat |
PECanvas.pageFormat
pageFormat encapsulates board size and margin data |
| Methods in jpicedt.graphic that return PageFormat | |
PageFormat |
PECanvas.getPageFormat()
|
| Methods in jpicedt.graphic with parameters of type PageFormat | |
void |
PECanvas.setPageFormat(PageFormat pageFormat)
Set the size of the drawing board. |
| Constructors in jpicedt.graphic with parameters of type PageFormat | |
PECanvas(double zoom,
PageFormat pageFormat,
Grid grid,
ContentType contentType)
Construct a new PECanvas with the default editor-kit and drawing as content storage. |
|
PageFormat.Customizer(PageFormat pageFormat)
|
|
| Uses of PageFormat in jpicedt.ui |
| Constructors in jpicedt.ui with parameters of type PageFormat | |
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 | ||||||||||