Class ScoreAnnotation

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

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

    Constructors
    Constructor Description
    ScoreAnnotation()  
    ScoreAnnotation​(java.lang.String annotation)  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getAnnotation()  
    java.lang.String getDecodedAnnotation()  
    static void main​(java.lang.String[] args)  
    void setAnnotation​(java.lang.String annotation)  

    Methods inherited from class java.lang.Object

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

    • ScoreAnnotation

      public ScoreAnnotation()
    • ScoreAnnotation

      public ScoreAnnotation​(java.lang.String annotation)
  • Method Details

    • getAnnotation

      public java.lang.String getAnnotation()
      Returns:
      the annotation
    • getDecodedAnnotation

      public java.lang.String getDecodedAnnotation()
    • setAnnotation

      public void setAnnotation​(java.lang.String annotation)
      Parameters:
      annotations - the annotations to set
    • main

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