Class PrintLayout

java.lang.Object
jspecview.common.PrintLayout

public class PrintLayout extends Object
PrintLayout class stores all the information needed from the PrintLayoutDialog
  • Field Details

    • imageableX

      public int imageableX
    • imageableY

      public int imageableY
    • paperHeight

      public int paperHeight
    • paperWidth

      public int paperWidth
    • imageableHeight

      public int imageableHeight
    • imageableWidth

      public int imageableWidth
    • layout

      public String layout
      The paper orientation ("portrait" or "landscape")
    • position

      public String position
      The position of the graph on the paper ("center", "default", "fit to page")
    • showGrid

      public boolean showGrid
      whether or not the grid should be printed
    • showXScale

      public boolean showXScale
      whether or not the X-scale should be printed
    • showYScale

      public boolean showYScale
      whether or not the Y-scale should be printed
    • showTitle

      public boolean showTitle
      whether or not the title should be printed
    • font

      public String font
      The font of the elements
    • paper

      public Object paper
      The size of the paper to be printed on
    • asPDF

      public boolean asPDF
    • title

      public String title
    • date

      public String date
  • Constructor Details

    • PrintLayout

      public PrintLayout(PanelData pd)