abc4j API Specification

abc.notation
Class Words

java.lang.Object
  extended by abc.notation.Words
All Implemented Interfaces:
MusicElement

public class Words
extends java.lang.Object
implements MusicElement

A class to describe words (lyrics) for a tune.


Constructor Summary
Words(java.lang.String theContent)
          Creates a new word element.
 
Method Summary
 java.lang.String getContent()
          Returns the content of this words element.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Words

public Words(java.lang.String theContent)
Creates a new word element.

Parameters:
theContent - The words to be included in the score.
Method Detail

getContent

public java.lang.String getContent()
Returns the content of this words element.

Returns:
The content of this words element.

abc4j API Specification

Submit a bug or feature