Package com.softsynth.jmsl.score
Class PrintableScoreCanvasAWT
java.lang.Object
com.softsynth.jmsl.score.ScoreCanvasAdapter
com.softsynth.jmsl.score.ScoreCanvasAWT
com.softsynth.jmsl.score.PrintableScoreCanvasAWT
- All Implemented Interfaces:
PVCanvas
,PVComponent
,EditStateListener
,ScoreCanvas
,ZoomListener
,java.awt.event.KeyListener
,java.awt.image.ImageObserver
,java.util.EventListener
public class PrintableScoreCanvasAWT extends ScoreCanvasAWT
- Author:
- Nick Didkovsky, email: nick@didkovsky.com, (c) 2003 Nick Didkovsky, all rights reserved.
-
Field Summary
Fields inherited from class com.softsynth.jmsl.score.ScoreCanvasAdapter
NO_CURSOR, NO_RECTANGLE
Fields inherited from interface com.softsynth.jmsl.score.EditStateListener
copyright
Fields inherited from interface java.awt.image.ImageObserver
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH
Fields inherited from interface com.softsynth.jmsl.score.ScoreCanvas
copyright
Fields inherited from interface com.softsynth.jmsl.score.ZoomListener
copyright
-
Constructor Summary
Constructors Constructor Description PrintableScoreCanvasAWT()
-
Method Summary
Modifier and Type Method Description void
handlePrint(Score score)
Methods inherited from class com.softsynth.jmsl.score.ScoreCanvasAWT
addKeyListener, getBackground, getBounds, getLocation, getParent, getRenderGraphics, imageUpdate, isEnabled, main, removeKeyListener, setBackground, setCanvasSize, setEnabled, setLocation, setZoom, updateSize
Methods inherited from class com.softsynth.jmsl.score.ScoreCanvasAdapter
addScoreCanvasListener, build, editStateChanged, getComponent, getCursorLocationOrigin, getCursorLocationTerminus, getCursorNote, getFont, getGraphics, getHeight, getRectSelectOriginCorner, getRectSelectTerminalCorner, getScoreCanvasListeners, getScorePainter, getWidth, handleMouseClick, handleMouseDrag, handleMousePressed, handleMouseReleased, isCursorWasPlaced, isDrawIt, isRectangleInProgress, isRectangleWasSelected, isTranslationJustChanged, keyPressed, keyReleased, keyTyped, notify, notifyReady, removeAllScoreCanvasListeners, removeScoreCanvasListener, repaint, setCursorLocation, setCursorLocationOrigin, setCursorLocationTerminus, setCursorNote, setCursorWasPlaced, setDrawIt, setFont, setRectangleInProgress, setRectangleWasSelected, setRectSelectOriginCorner, setRectSelectTerminalCorner, setScorePainter, setTranslationJustChanged
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
PrintableScoreCanvasAWT
public PrintableScoreCanvasAWT()
-
-
Method Details
-
handlePrint
- Specified by:
handlePrint
in interfaceScoreCanvas
- Overrides:
handlePrint
in classScoreCanvasAdapter
-