public interface SubtitleExtension
Modifier and Type | Method and Description |
---|---|
void |
addSubtitle(String subtitle)
Add a subtitle to the chart.
|
void |
clearSubtitles()
Removes all of the subtitles.
|
List<String> |
getSubtitles()
Gets a copy of the subtile collection.
|
List<String> getSubtitles()
void addSubtitle(String subtitle)
subtitle
- The subtitle text.void clearSubtitles()
Copyright © 2016 Emxsys. All rights reserved.