static ICropper |
ICropperCtrl.from(org.zkoss.zkmax.zul.Cropper instance) |
|
static ICropper |
ICropper.of(java.lang.String src) |
Returns the instance with the given src.
|
static ICropper |
ICropper.of(java.lang.String src,
int x,
int y,
int w,
int h) |
Returns the instance with the given src, x, y, w, and h.
|
static ICropper |
ICropper.ofId(java.lang.String id) |
Returns the instance with the given id.
|
static ICropper |
ICropper.ofSize(int x,
int y,
int w,
int h) |
Returns the instance with the given size, x, y, w, and h.
|
ICropper |
ICropper.withAspectRatio(double aspectRatio) |
Returns a copy of this immutable component with the specified
aspectRatio.
|
default ICropper |
ICropper.withContent(java.awt.image.RenderedImage image) |
Returns a copy of this immutable component with the specified image.
|
ICropper |
ICropper.withContent(org.zkoss.image.Image image) |
Returns a copy of this immutable component with the specified image.
|
ICropper |
ICropper.withCroppedFormat(java.lang.String croppedFormat) |
Returns a copy of this immutable component with the specified
croppedFormat.
|
ICropper |
ICropper.withCrossorigin(java.lang.String crossorigin) |
Returns a copy of this immutable component with the specified
crossorigin.
|
default ICropper |
ICropper.withCrossorigin(ICropper.Crossorigin crossorigin) |
Returns a copy of this immutable component with the specified
crossorigin.
|
ICropper |
ICropper.withH(int h) |
Returns a copy of this immutable component with the specified
h.
|
ICropper |
ICropper.withInstant(boolean instant) |
Returns a copy of this immutable component with the specified
instant.
|
ICropper |
ICropper.withMaxHeight(int maxHeight) |
Returns a copy of this immutable component with the specified
maxHeight.
|
ICropper |
ICropper.withMaxWidth(int maxWidth) |
Returns a copy of this immutable component with the specified
maxWidth.
|
ICropper |
ICropper.withMinHeight(int minHeight) |
Returns a copy of this immutable component with the specified
minHeight.
|
ICropper |
ICropper.withMinWidth(int minWidth) |
Returns a copy of this immutable component with the specified
minWidth.
|
ICropper |
ICropper.withSrc(java.lang.String src) |
Returns a copy of this immutable component with the specified src.
|
ICropper |
ICropper.withToolbarVisible(boolean toolbarVisible) |
Returns a copy of this immutable component with the specified
toolbarVisible.
|
ICropper |
ICropper.withW(int w) |
Returns a copy of this immutable component with the specified
w.
|
ICropper |
ICropper.withX(int x) |
Returns a copy of this immutable component with the specified
x.
|
ICropper |
ICropper.withY(int y) |
Returns a copy of this immutable component with the specified
y.
|