Class PageConfig

java.lang.Object
uk.m0nom.adifproc.adif3.print.PageConfig

public class PageConfig extends Object
This is how these parameters relate to a printed page: startCommand is sent to the printer before the start of a print job endCommand is sent to the printer at the end of a print job

---------------------- width --------------------------------- +------------------------------------------------------------+ ^ | | ^ | | | V - topMargin | + HEADER LINE TEXT | - headerLine | | | ^ | | | | - header margin | | | v | | QSO LINE 1 | | | QSO LINE 2 | | | .......... | | | QSO LINE n | | | | ^ | | | | - bottomMargin v | | v +------------------------------------------------------------+ ^ pageHeight

  • Constructor Details

    • PageConfig

      public PageConfig()