Uses of Class
org.gcube.portlets.widgets.imagepreviewerwidget.shared.Orientation
-
-
Uses of Orientation in org.gcube.portlets.widgets.imagepreviewerwidget.client
Methods in org.gcube.portlets.widgets.imagepreviewerwidget.client that return Orientation Modifier and Type Method Description OrientationImageService. getImageOrientation(String imagePath)Retrieve the image orientation (EXIF)OrientationEnhancedImage. getOrientation()Methods in org.gcube.portlets.widgets.imagepreviewerwidget.client with parameters of type Orientation Modifier and Type Method Description voidEnhancedImage. setOrientation(Orientation orientation)Method parameters in org.gcube.portlets.widgets.imagepreviewerwidget.client with type arguments of type Orientation Modifier and Type Method Description voidImageServiceAsync. getImageOrientation(String imagePath, com.google.gwt.user.client.rpc.AsyncCallback<Orientation> callback)Retrieve the image orientation (EXIF) -
Uses of Orientation in org.gcube.portlets.widgets.imagepreviewerwidget.server
Methods in org.gcube.portlets.widgets.imagepreviewerwidget.server that return Orientation Modifier and Type Method Description OrientationImageOrientationServicesImpl. getImageOrientation(String imagePath) -
Uses of Orientation in org.gcube.portlets.widgets.imagepreviewerwidget.shared
Methods in org.gcube.portlets.widgets.imagepreviewerwidget.shared that return Orientation Modifier and Type Method Description static OrientationOrientation. 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.
-