http://www.jpicedt.org

Uses of Class
jpicedt.graphic.PageFormat

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()
          
author: Sylvain Reynal
 

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
PageFormat.Customizer(PageFormat pageFormat, PECanvas canvas)
           
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
PEDrawingBoard(int untitledIndex, double zoom, PageFormat pageFormat, Grid grid, ContentType contentType)
          Create a new empty drawing board with a (localized) "untitled" title
author: Sylvain Reynal
PEDrawingBoard(String path, double zoom, PageFormat pageFormat, Grid grid, ContentType contentType, ExtractionParsing parser)
          Create a new drawing board pre-loaded from the given path ; set title from this path.
 


http://www.jpicedt.org

Submit a bug : syd@jpicedt.org