public class CustomImageSavingArgs extends Object
| Constructor and Description |
|---|
CustomImageSavingArgs(String suggestedFileName,
String shapeType,
String outputDirectory)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getImageFileName()
Gets the file name (without path) where the image will be saved to.
|
String |
getImageFileNameOutput()
Gets the override file name (without path) where the image will be saved to.
|
String |
getOutputDirectory()
Gets the output directory.
|
OutputStream |
getOutputStream()
Gets the output stream.
|
String |
getShapeType()
Gets the shape type.
|
void |
setOutputImageFileName(String fileName)
Sets the file name (without path) where the image will be saved to.
|
void |
setOutputStream(OutputStream stream)
Sets the output stream.
|
public String getImageFileName()
public String getShapeType()
public String getOutputDirectory()
public String getImageFileNameOutput()
public OutputStream getOutputStream()
public void setOutputImageFileName(String fileName)
fileName - The new file name.public void setOutputStream(OutputStream stream)
stream - The output stream.IllegalArgumentException - Thrown when stream is null.Copyright © 2026. All rights reserved.