Index

A C E G H I S T U W X Y 
All Classes and Interfaces|All Packages|Serialized Form

A

addCroppedImageListener(ComponentEventListener<CroppedImageEvent>) - Method in class com.flowingcode.vaadin.addons.imagecrop.ImageCrop
Adds a listener for the CroppedImageEvent fired when the cropped image is updated.

C

com.flowingcode.vaadin.addons.imagecrop - package com.flowingcode.vaadin.addons.imagecrop
 
Crop - Record Class in com.flowingcode.vaadin.addons.imagecrop
Represents crop dimensions.
Crop(String, int, int, int, int) - Constructor for record class com.flowingcode.vaadin.addons.imagecrop.Crop
Creates an instance of a Crop record class.
CroppedImageEvent - Class in com.flowingcode.vaadin.addons.imagecrop
Represents an event triggered when an image is cropped and encoded.
CroppedImageEvent(ImageCrop, boolean, String) - Constructor for class com.flowingcode.vaadin.addons.imagecrop.CroppedImageEvent
Constructs a new CroppedImageEvent.

E

equals(Object) - Method in record class com.flowingcode.vaadin.addons.imagecrop.Crop
Indicates whether some other object is "equal to" this one.

G

getAspect() - Method in class com.flowingcode.vaadin.addons.imagecrop.ImageCrop
Gets the aspect ratio of the crop.
getCrop() - Method in class com.flowingcode.vaadin.addons.imagecrop.ImageCrop
Gets the crop dimensions.
getCropMaxHeight() - Method in class com.flowingcode.vaadin.addons.imagecrop.ImageCrop
Gets the maximum crop height, in pixels.
getCropMaxWidth() - Method in class com.flowingcode.vaadin.addons.imagecrop.ImageCrop
Gets the maximum crop width, in pixels.
getCropMinHeight() - Method in class com.flowingcode.vaadin.addons.imagecrop.ImageCrop
Gets the minimum crop height, in pixels.
getCropMinWidth() - Method in class com.flowingcode.vaadin.addons.imagecrop.ImageCrop
Gets the minimum crop width, in pixels.
getCroppedImageBase64() - Method in class com.flowingcode.vaadin.addons.imagecrop.ImageCrop
Decodes the cropped image data URI and returns it as a byte array.
getCroppedImageDataUri() - Method in class com.flowingcode.vaadin.addons.imagecrop.CroppedImageEvent
Returns the cropped image data URL.
getCroppedImageDataUri() - Method in class com.flowingcode.vaadin.addons.imagecrop.ImageCrop
Returns the cropped image data URI.
getImageAlt() - Method in class com.flowingcode.vaadin.addons.imagecrop.ImageCrop
Gets the alternative information of the image being cropped.
getImageSrc() - Method in class com.flowingcode.vaadin.addons.imagecrop.ImageCrop
Gets the source of the image being cropped.

H

hashCode() - Method in record class com.flowingcode.vaadin.addons.imagecrop.Crop
Returns a hash code value for this object.
height() - Method in record class com.flowingcode.vaadin.addons.imagecrop.Crop
Returns the value of the height record component.

I

ImageCrop - Class in com.flowingcode.vaadin.addons.imagecrop
Component for cropping images based on react-image-crop library.
ImageCrop(Image) - Constructor for class com.flowingcode.vaadin.addons.imagecrop.ImageCrop
Deprecated, for removal: This API element is subject to removal in a future version.
This constructor only preserves the image URL and alternate text. Use ImageCrop(String) instead.
ImageCrop(String) - Constructor for class com.flowingcode.vaadin.addons.imagecrop.ImageCrop
Constructs an ImageCrop component with the given image URL.
isCircularCrop() - Method in class com.flowingcode.vaadin.addons.imagecrop.ImageCrop
Gets whether the crop area is shown as a circle.
isDisabled() - Method in class com.flowingcode.vaadin.addons.imagecrop.ImageCrop
Gets whether the crop resizing and drawing is disabled.
isKeepSelection() - Method in class com.flowingcode.vaadin.addons.imagecrop.ImageCrop
Gets whether the selection is enabled.
isLocked() - Method in class com.flowingcode.vaadin.addons.imagecrop.ImageCrop
Gets whether the crop is locked.
isRuleOfThirds() - Method in class com.flowingcode.vaadin.addons.imagecrop.ImageCrop
Gets whether rule of thirds lines are shown in the cropped area.

S

setAspect(double) - Method in class com.flowingcode.vaadin.addons.imagecrop.ImageCrop
Sets the aspect ratio of the crop.
setCircularCrop(boolean) - Method in class com.flowingcode.vaadin.addons.imagecrop.ImageCrop
Sets whether the crop area should be shown as a circle.
setCrop(Crop) - Method in class com.flowingcode.vaadin.addons.imagecrop.ImageCrop
Defines the crop dimensions.
setCropMaxHeight(Integer) - Method in class com.flowingcode.vaadin.addons.imagecrop.ImageCrop
Sets a maximum crop height, in pixels.
setCropMaxWidth(Integer) - Method in class com.flowingcode.vaadin.addons.imagecrop.ImageCrop
Sets a maximum crop width, in pixels.
setCropMinHeight(Integer) - Method in class com.flowingcode.vaadin.addons.imagecrop.ImageCrop
Sets a minimum crop height, in pixels.
setCropMinWidth(Integer) - Method in class com.flowingcode.vaadin.addons.imagecrop.ImageCrop
Sets a minimum crop width, in pixels.
setDisabled(boolean) - Method in class com.flowingcode.vaadin.addons.imagecrop.ImageCrop
Sets whether the user cannot resize or draw a new crop.
setImageAlt(String) - Method in class com.flowingcode.vaadin.addons.imagecrop.ImageCrop
Sets the alternative information of the image to be cropped.
setImageFullHeight(Boolean) - Method in class com.flowingcode.vaadin.addons.imagecrop.ImageCrop
Sets the image to occupy the full viewport height when enabled.
setImageSrc(String) - Method in class com.flowingcode.vaadin.addons.imagecrop.ImageCrop
Sets the source of the image to be cropped.
setKeepSelection(boolean) - Method in class com.flowingcode.vaadin.addons.imagecrop.ImageCrop
Sets whether the selection can't be disabled if the user clicks outside the selection area.
setLocked(boolean) - Method in class com.flowingcode.vaadin.addons.imagecrop.ImageCrop
Sets whether the user cannot create or resize a crop, but can still drag the existing crop around.
setRuleOfThirds(boolean) - Method in class com.flowingcode.vaadin.addons.imagecrop.ImageCrop
Sets whether to show rule of thirds lines in the cropped area.

T

toString() - Method in record class com.flowingcode.vaadin.addons.imagecrop.Crop
Returns a string representation of the Crop object.

U

unit() - Method in record class com.flowingcode.vaadin.addons.imagecrop.Crop
Returns the value of the unit record component.

W

width() - Method in record class com.flowingcode.vaadin.addons.imagecrop.Crop
Returns the value of the width record component.

X

x() - Method in record class com.flowingcode.vaadin.addons.imagecrop.Crop
Returns the value of the x record component.

Y

y() - Method in record class com.flowingcode.vaadin.addons.imagecrop.Crop
Returns the value of the y record component.
A C E G H I S T U W X Y 
All Classes and Interfaces|All Packages|Serialized Form