| Package | Description |
|---|---|
| be.ceau.podcastparser.models.core |
Core models for this library
|
| be.ceau.podcastparser.models.support |
Additional models representing custom data constructs
|
| Modifier and Type | Method and Description |
|---|---|
List<Image> |
Feed.getImages()
Specifies a GIF, JPEG or PNG image that can be displayed with the channel.
|
List<Image> |
Item.getImages() |
| Modifier and Type | Method and Description |
|---|---|
void |
Feed.addImage(Image image) |
void |
Item.addImage(Image image) |
| Modifier and Type | Method and Description |
|---|---|
Image |
Chapter.getImage()
An image associated with this chapter.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Chapter.setImage(Image image) |
Copyright © 2018. All rights reserved.