Uses of Class
jpicedt.graphic.PageFormat
-
Packages that use PageFormat Package Description 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 Modifier and Type Field Description protected PageFormatPECanvas. pageFormatpageFormat encapsulates board size and margin dataMethods in jpicedt.graphic that return PageFormat Modifier and Type Method Description PageFormatPECanvas. getPageFormat()Methods in jpicedt.graphic with parameters of type PageFormat Modifier and Type Method Description voidPECanvas. setPageFormat(PageFormat pageFormat)Set the size of the drawing board.Constructors in jpicedt.graphic with parameters of type PageFormat Constructor Description 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. -
Uses of PageFormat in jpicedt.ui
Constructors in jpicedt.ui with parameters of type PageFormat Constructor Description PEDrawingBoard(int untitledIndex, double zoom, PageFormat pageFormat, Grid grid, ContentType contentType)create a new empty drawing board with a (localized) "untitled" titlePEDrawingBoard(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.
-