Class ScoreDialog

java.lang.Object
com.softsynth.jmsl.view.PVDialogAdapter
com.softsynth.jmsl.score.view.ScoreDialog
All Implemented Interfaces:
PVComponent, PVDialog, PVFrame, java.awt.event.ActionListener, java.util.EventListener
Direct Known Subclasses:
EditScoreDialog, NewScoreDialog

public class ScoreDialog
extends PVDialogAdapter
implements java.awt.event.ActionListener
A AWT/Swing Dialog to create a new score or edit an existing one. Subclasses edit and create new
Author:
Nick Didkovsky, (c) 2004 All rights reserved, Email: nick@didkovsky.com
  • Constructor Details

    • ScoreDialog

      public ScoreDialog​(java.awt.Frame f)
  • Method Details

    • main

      public static void main​(java.lang.String[] args)
    • getTopMargin

      public double getTopMargin()
    • getLeftMargin

      public double getLeftMargin()
    • getRightMargin

      public double getRightMargin()
    • getBottomMargin

      public double getBottomMargin()
    • getFirstSystemIndent

      public double getFirstSystemIndent()
      Returns:
      the firstSystemIndent
    • getTopMarginOfFirstPage

      public double getTopMarginOfFirstPage()
      Returns:
      the topMarginOfFirstPage
    • actionPerformed

      public void actionPerformed​(java.awt.event.ActionEvent e)
      Specified by:
      actionPerformed in interface java.awt.event.ActionListener