| Modifier and Type | Method and Description |
|---|---|
Orientation |
ImageService.getImageOrientation(String imagePath)
Retrieve the image orientation (EXIF)
|
Orientation |
EnhancedImage.getOrientation() |
| Modifier and Type | Method and Description |
|---|---|
void |
EnhancedImage.setOrientation(Orientation orientation) |
| Modifier and Type | Method and Description |
|---|---|
void |
ImageServiceAsync.getImageOrientation(String imagePath,
com.google.gwt.user.client.rpc.AsyncCallback<Orientation> callback)
Retrieve the image orientation (EXIF)
|
| Modifier and Type | Method and Description |
|---|---|
Orientation |
ImageOrientationServicesImpl.getImageOrientation(String imagePath) |
| Modifier and Type | Method and Description |
|---|---|
static Orientation |
Orientation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Orientation[] |
Orientation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2020. All Rights Reserved.