Groovy Documentation

groovy.aprint.transform
[Groovy] Class NoteCategory

java.lang.Object
  groovy.aprint.transform.NoteCategory

@Category(String)
class NoteCategory
extends java.lang.Object

This Category permit to transform a string in Note object example : "D4".note

Authors:
pfreydiere


Method Summary
Note getNote()

Get the note from a String scription, the string is formatted as this : "C3" @return

 
Methods inherited from class java.lang.Object
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll()
 

Method Detail

getNote

Note getNote()
Get the note from a String scription, the string is formatted as this : "C3"
Returns:


 

Groovy Documentation