Search in sources :

Example 6 with SystemLayout

use of com.xenoage.zong.core.format.SystemLayout in project Zong by Xenoage.

the class SystemLayoutReader method read.

public SystemLayout read() {
    systemLayout = new SystemLayout();
    readSystemMargins();
    readSystemDistance();
    readTopSystemDistance();
    return systemLayout;
}
Also used : MxlSystemLayout(com.xenoage.zong.musicxml.types.MxlSystemLayout) SystemLayout(com.xenoage.zong.core.format.SystemLayout)

Aggregations

SystemLayout (com.xenoage.zong.core.format.SystemLayout)6 MxlSystemLayout (com.xenoage.zong.musicxml.types.MxlSystemLayout)3 Size2f (com.xenoage.utils.math.geom.Size2f)2 ScoreHeader (com.xenoage.zong.core.header.ScoreHeader)2 SystemSpacing (com.xenoage.zong.musiclayout.spacing.SystemSpacing)2 MxlLayout (com.xenoage.zong.musicxml.types.groups.MxlLayout)2 Paint (android.graphics.Paint)1 Point2f (com.xenoage.utils.math.geom.Point2f)1 Score (com.xenoage.zong.core.Score)1 Break (com.xenoage.zong.core.format.Break)1 PageFormat (com.xenoage.zong.core.format.PageFormat)1 PageMargins (com.xenoage.zong.core.format.PageMargins)1 ScoreFormat (com.xenoage.zong.core.format.ScoreFormat)1 StaffLayout (com.xenoage.zong.core.format.StaffLayout)1 ColumnHeader (com.xenoage.zong.core.header.ColumnHeader)1 PageBreak (com.xenoage.zong.core.music.layout.PageBreak)1 SystemBreak (com.xenoage.zong.core.music.layout.SystemBreak)1 Layout (com.xenoage.zong.layout.Layout)1 Page (com.xenoage.zong.layout.Page)1 ScoreFrame (com.xenoage.zong.layout.frames.ScoreFrame)1