public class SoundAnnotation extends MarkupAnnotation
Constructor and Description |
---|
SoundAnnotation() |
Modifier and Type | Method and Description |
---|---|
SoundAnnotation |
bits(java.lang.Integer bits) |
SoundAnnotation |
channels(java.lang.Integer channels) |
SoundAnnotation |
encoding(SoundEncoding encoding) |
boolean |
equals(java.lang.Object o) |
SoundAnnotation |
filePath(java.lang.String filePath) |
java.lang.Integer |
getBits()
Gets or sets the number of bits per sample value per channel.
|
java.lang.Integer |
getChannels()
Gets or sets the number of sound channels.
|
SoundEncoding |
getEncoding()
Gets or sets the encoding format for the sample data.
|
java.lang.String |
getFilePath()
A sound file path defining the sound to be played when the annotation is activated.
|
SoundIcon |
getIcon()
Gets or sets an icon to be used in displaying the annotation.
|
java.lang.Integer |
getRate()
Gets or sets the sampling rate, in samples per second.
|
int |
hashCode() |
SoundAnnotation |
icon(SoundIcon icon) |
SoundAnnotation |
rate(java.lang.Integer rate) |
void |
setBits(java.lang.Integer bits) |
void |
setChannels(java.lang.Integer channels) |
void |
setEncoding(SoundEncoding encoding) |
void |
setFilePath(java.lang.String filePath) |
void |
setIcon(SoundIcon icon) |
void |
setRate(java.lang.Integer rate) |
java.lang.String |
toString() |
creationDate, getCreationDate, getRichText, getSubject, getTitle, richText, setCreationDate, setRichText, setSubject, setTitle, subject, title
addFlagsItem, color, contents, flags, getColor, getContents, getFlags, getHorizontalAlignment, getId, getModified, getName, getPageIndex, getRect, getVerticalAlignment, getZindex, horizontalAlignment, id, modified, name, pageIndex, rect, setColor, setContents, setFlags, setHorizontalAlignment, setId, setModified, setName, setPageIndex, setRect, setVerticalAlignment, setZindex, verticalAlignment, zindex
addLinksItem, getLinks, links, setLinks
public SoundAnnotation filePath(java.lang.String filePath)
public java.lang.String getFilePath()
public void setFilePath(java.lang.String filePath)
public SoundAnnotation icon(SoundIcon icon)
public SoundIcon getIcon()
public void setIcon(SoundIcon icon)
public SoundAnnotation rate(java.lang.Integer rate)
public java.lang.Integer getRate()
public void setRate(java.lang.Integer rate)
public SoundAnnotation channels(java.lang.Integer channels)
public java.lang.Integer getChannels()
public void setChannels(java.lang.Integer channels)
public SoundAnnotation bits(java.lang.Integer bits)
public java.lang.Integer getBits()
public void setBits(java.lang.Integer bits)
public SoundAnnotation encoding(SoundEncoding encoding)
public SoundEncoding getEncoding()
public void setEncoding(SoundEncoding encoding)
public boolean equals(java.lang.Object o)
equals
in class MarkupAnnotation
public int hashCode()
hashCode
in class MarkupAnnotation
public java.lang.String toString()
toString
in class MarkupAnnotation