Uses of Class
net.charlesames.music.musicxml.PageMargins

Packages that use PageMargins
net.charlesames.music.musicxml The purpose of package music.musicxml is to generate files in MusicXML format. 
 

Uses of PageMargins in net.charlesames.music.musicxml
 

Methods in net.charlesames.music.musicxml that return PageMargins
static PageMargins PageMargins.fromXmlNode(org.w3c.dom.Element element, MusicXmlEntity container)
          Create a new PageMargins instance and fill it with loaded data.
static PageMargins PageMargins.getInstance(MusicXmlEntity container)
          Create a new PageMargins instance.
 

Methods in net.charlesames.music.musicxml that return types with arguments of type PageMargins
 java.util.SortedMap<java.lang.String,PageMargins> PageLayout.getPageMarginsList()
          Get all page margins.
 

Methods in net.charlesames.music.musicxml with parameters of type PageMargins
 void PageLayout.addPageMargins(PageMargins pageMargins)
          Insert a PageMargins instance.