| Package | Description |
|---|---|
| io.github.antoniovizuete.pojospreadsheet.core.image |
| Modifier and Type | Method and Description |
|---|---|
Image.ImageType |
Image.getType()
Return the
Image.ImageType of an Image. |
static Image.ImageType |
Image.ImageType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Image.ImageType[] |
Image.ImageType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Image.setType(Image.ImageType type)
Set the
Image.ImageType of an Image. |
Image |
Image.type(Image.ImageType type)
"Builder-Look" method.
|
| Constructor and Description |
|---|
ImageInputStream(String path,
CellAddress cellAddress,
Image.ImageType type) |
Copyright © 2018. All rights reserved.