Class GlissManager

java.lang.Object
com.softsynth.jmsl.score.GlissManager

public class GlissManager
extends java.lang.Object
  • Constructor Summary

    Constructors
    Constructor Description
    GlissManager()  
  • Method Summary

    Modifier and Type Method Description
    static void handleGliss​(java.awt.Graphics g, Note glissOutNote, double zoom)  
    static void handleGlissIn​(java.awt.Graphics g, Note glissOutNote, Note glissInNote, double zoom)
    render continued gliss from previous system
    static void handleGlissOut​(java.awt.Graphics g, Note glissOutNote, Note glissInNote, double zoom, boolean isLastNoteOfLine, boolean isNextMeasureDisplayed)  

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • GlissManager

      public GlissManager()
  • Method Details

    • handleGliss

      public static void handleGliss​(java.awt.Graphics g, Note glissOutNote, double zoom)
    • handleGlissOut

      public static void handleGlissOut​(java.awt.Graphics g, Note glissOutNote, Note glissInNote, double zoom, boolean isLastNoteOfLine, boolean isNextMeasureDisplayed)
    • handleGlissIn

      public static void handleGlissIn​(java.awt.Graphics g, Note glissOutNote, Note glissInNote, double zoom)
      render continued gliss from previous system