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 Summary
Constructors Constructor Description PageLayout() -
Method Summary
Modifier and Type Method Description java.math.BigDecimalgetPageHeight()java.util.Map<MarginType,PageMargins>getPageMargins()java.math.BigDecimalgetPageWidth()voidsetPageHeight(java.math.BigDecimal pageHeight)voidsetPageMargins(java.util.Map<MarginType,PageMargins> pageMargins)voidsetPageWidth(java.math.BigDecimal pageWidth)Methods inherited from class com.musicxmltasks.database.DatabaseItem
getId, setIdMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
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
-
setPageMargins
-