Class PageLayout

java.lang.Object
com.musicxmltasks.database.DatabaseItem
com.musicxmltasks.musicxml.layout.PageLayout
All Implemented Interfaces:
MusicItem

@Entity
public class PageLayout
extends DatabaseItem
  • Constructor Details

    • PageLayout

      public PageLayout()
  • Method Details

    • getPageHeight

      public java.math.BigDecimal getPageHeight()
    • setPageHeight

      public void setPageHeight​(java.math.BigDecimal pageHeight)
    • getPageWidth

      public java.math.BigDecimal getPageWidth()
    • setPageWidth

      public void setPageWidth​(java.math.BigDecimal pageWidth)
    • getPageMargins

      public java.util.Map<MarginType,​PageMargins> getPageMargins()
    • setPageMargins

      public void setPageMargins​(java.util.Map<MarginType,​PageMargins> pageMargins)