add
Contents
[
Hide
]add(String path, String templateKey, TContextObject contextObject) method
Adds an output element for the context object.
Parameters
Name | Type | Description |
---|---|---|
path | String | Output path. |
templateKey | String | The key of the template used for context object transformation before output. |
contextObject | TContextObject | Context object. |
Returns
add(String path, PPImage image) method
Adds an output element for the image.
Parameters
Name | Type | Description |
---|---|---|
path | String | Output path. |
image | PPImage | Image to output. |
Returns
add(String path, BufferedImage image) method
Adds an output element for the image.
Parameters
Name | Type | Description |
---|---|---|
path | String | Output path. |
image | BufferedImage | Image to output. |
Returns
add(String path, Video video) method
Adds an output element for the video.
Parameters
Name | Type | Description |
---|---|---|
path | String | Output path. |
video | Video | Video to output. |
Returns
add(String path, FontData fontData, int fontStyle) method
Adds an output element for the font.
Parameters
Name | Type | Description |
---|---|---|
path | String | Output path. |
fontData | FontData | Font to output. |
fontStyle | int | Font style. |
Returns
add(String path, String textContent) method
Adds an output element for the text content.
Parameters
Name | Type | Description |
---|---|---|
path | String | Output path. |
textContent | String | Content to output. |