Index
All Classes and Interfaces|All Packages|Serialized Form
A
- addValueChangeListener(ComponentEventListener<ValueChangedEvent>) - Method in class de.f0rce.signaturepad.SignaturePad
-
Add a listener to the editor, which listens to when the value changed.
C
- clear() - Method in class de.f0rce.signaturepad.SignaturePad
-
Clears the widget.
D
- de.f0rce.signaturepad - package de.f0rce.signaturepad
G
- getBackgroundColor() - Method in class de.f0rce.signaturepad.SignaturePad
-
Returns the current set background color.
- getDotSize() - Method in class de.f0rce.signaturepad.SignaturePad
-
Returns the current set radius of a single dot.
- getEncoderQuality() - Method in class de.f0rce.signaturepad.SignaturePad
-
Returns the current set encoder quality.
- getImage() - Method in class de.f0rce.signaturepad.ImageEncode
-
Returns the dataUrl of the encoded image.
- getImage() - Method in class de.f0rce.signaturepad.ValueChangedEvent
-
Returns the dataUrl of the encoded image.
- getImageBase64() - Method in class de.f0rce.signaturepad.SignaturePad
-
Returns the current shown image as Base64 decoded byte array.
- getImageBase64() - Method in class de.f0rce.signaturepad.ValueChangedEvent
-
Returns the dataurl of the encoded image as Base64 decoded byte array.
- getImageURI() - Method in class de.f0rce.signaturepad.SignaturePad
-
Returns the current shown image in URI format.
- getLineMaxWidth() - Method in class de.f0rce.signaturepad.SignaturePad
-
Returns the current set maximum width of a line.
- getLineMinWidth() - Method in class de.f0rce.signaturepad.SignaturePad
-
Returns the current set minimum width of a line.
- getMinDistance() - Method in class de.f0rce.signaturepad.SignaturePad
-
Returns the current set min distance.
- getPenColor() - Method in class de.f0rce.signaturepad.SignaturePad
-
Returns the current set pen color.
- getThrottle() - Method in class de.f0rce.signaturepad.SignaturePad
-
Returns the current set throttle.
- getType() - Method in class de.f0rce.signaturepad.ImageEncode
-
Returns the type, the image has been encoded with.
- getType() - Method in class de.f0rce.signaturepad.SignaturePad
-
Returns the current set MIME-Type.
- getType() - Method in class de.f0rce.signaturepad.ValueChangedEvent
-
Returns the type, the image has been encoded with.
- getVelocityFilterWeight() - Method in class de.f0rce.signaturepad.SignaturePad
-
Returns the current set velocityFilterWeight.
I
- ImageEncode - Class in de.f0rce.signaturepad
-
This class is used to listen to the image-encode event sent by the frontend.
- ImageEncode(SignaturePad, boolean, String, String, boolean) - Constructor for class de.f0rce.signaturepad.ImageEncode
- isClearButtonVisible() - Method in class de.f0rce.signaturepad.SignaturePad
-
Returns if the clear button is visible.
- isEmpty() - Method in class de.f0rce.signaturepad.ImageEncode
-
Returns if the signature is empty.
- isEmpty() - Method in class de.f0rce.signaturepad.SignaturePad
-
Returns if the widget is empty.
- isEmpty() - Method in class de.f0rce.signaturepad.ValueChangedEvent
-
Returns if the signature is empty.
- isReadOnly() - Method in class de.f0rce.signaturepad.SignaturePad
-
Returns if the widget is set to read only.
S
- setBackgroundColor(int, int, int) - Method in class de.f0rce.signaturepad.SignaturePad
-
Sets the background color in RGB format.
- setBackgroundColor(int, int, int, int) - Method in class de.f0rce.signaturepad.SignaturePad
-
Sets the background color in RGBA format.
- setBackgroundColor(String) - Method in class de.f0rce.signaturepad.SignaturePad
-
Sets the background color in hex format.
- setClearButtonVisible(boolean) - Method in class de.f0rce.signaturepad.SignaturePad
-
Set the clear button's (top right) visibility.
- setDotSize(double) - Method in class de.f0rce.signaturepad.SignaturePad
-
Sets the radius of a single dot.
- setDotSize(int) - Method in class de.f0rce.signaturepad.SignaturePad
-
Sets the radius of a single dot.
- setEncoderQuality(double) - Method in class de.f0rce.signaturepad.SignaturePad
-
Sets the encoder quality.
- setImage(String) - Method in class de.f0rce.signaturepad.SignaturePad
-
Sets the image of the widget in URI Format.
- setLineMaxWidth(double) - Method in class de.f0rce.signaturepad.SignaturePad
-
Sets the maximum width of a line.
- setLineMaxWidth(int) - Method in class de.f0rce.signaturepad.SignaturePad
-
Sets the maximum width of a line.
- setLineMinWidth(double) - Method in class de.f0rce.signaturepad.SignaturePad
-
Sets the minimum width of a line.
- setLineMinWidth(int) - Method in class de.f0rce.signaturepad.SignaturePad
-
Sets the minimum width of a line.
- setMinDistance(int) - Method in class de.f0rce.signaturepad.SignaturePad
-
Sets the minDistance, which adds the next point only if the previous one is farther than x pixels.
- setPenColor(int, int, int) - Method in class de.f0rce.signaturepad.SignaturePad
-
Sets the pen color in RGB format.
- setPenColor(String) - Method in class de.f0rce.signaturepad.SignaturePad
-
Sets the pen color in hex format.
- setReadOnly(boolean) - Method in class de.f0rce.signaturepad.SignaturePad
-
Sets the widget read only.
- setThrottle(int) - Method in class de.f0rce.signaturepad.SignaturePad
-
Sets the throttle, which will draw the next point at most once per every x milliseconds.
- setTransparentBackground() - Method in class de.f0rce.signaturepad.SignaturePad
-
Sets the background color transparent.
- setType(String) - Method in class de.f0rce.signaturepad.SignaturePad
-
Sets the MIME-Type for the image encoder.
- setVelocityFilterWeight(double) - Method in class de.f0rce.signaturepad.SignaturePad
-
Sets the velocityFilterWeight, which is used to modify new velocity based on the previous velocity.
- setVelocityFilterWeight(int) - Method in class de.f0rce.signaturepad.SignaturePad
-
Sets the velocityFilterWeight, which is used to modify new velocity based on the previous velocity.
- SignaturePad - Class in de.f0rce.signaturepad
- SignaturePad() - Constructor for class de.f0rce.signaturepad.SignaturePad
-
Default constructor.
U
- undo() - Method in class de.f0rce.signaturepad.SignaturePad
-
Reverts the last change you did to the canvas itself.
V
- ValueChangedEvent - Class in de.f0rce.signaturepad
- ValueChangedEvent(SignaturePad, boolean, String, String, boolean) - Constructor for class de.f0rce.signaturepad.ValueChangedEvent
All Classes and Interfaces|All Packages|Serialized Form