Package | Description |
---|---|
xdev.io | |
xdev.ui | |
xdev.util |
Modifier and Type | Method and Description |
---|---|
static XdevImage |
IOUtils.getClipboardImage()
Returns a image from the system clipboard.
|
XdevImage |
XdevFile.getSystemImage()
|
Modifier and Type | Method and Description |
---|---|
static XdevImage |
UIUtils.createImageFrom(Component cpn)
|
XdevImage |
ImageFormularComponent.getImage()
Returns the image of this
ImageFormularComponent . |
XdevImage |
XdevPicture.getImage()
Returns the image of this
ImageFormularComponent . |
XdevImage |
XdevPicture.getResizedImage()
Returns the resized image, may be the same as
XdevPicture.getImage() if the
component's size matches the size of the image. |
XdevImage |
XdevScrollPane.getTexture()
Returns the texture for this
XdevScrollPane . |
XdevImage |
XdevDesktopPane.getTexture()
Returns the texture for this
XdevDesktopPane . |
XdevImage |
XdevStyle.getTexture()
Returns the texture for this
XdevStyle . |
XdevImage |
XdevComponent.getTexture()
Returns the texture for this
XdevComponent . |
Modifier and Type | Method and Description |
---|---|
void |
ImageFormularComponent.setImage(XdevImage image)
|
void |
XdevPicture.setImage(XdevImage image)
|
void |
XdevPicture.setImage(XdevImage image,
boolean resize) |
void |
XdevScrollPane.setTexture(XdevImage image)
Sets the texture for this
XdevScrollPane . |
void |
XdevDesktopPane.setTexture(XdevImage image)
Sets the texture for this
XdevDesktopPane . |
void |
XdevStyle.setTexture(XdevImage image)
Sets the texture for this
XdevStyle . |
void |
XdevComponent.setTexture(XdevImage image)
Sets the texture for this
XdevComponent . |
Constructor and Description |
---|
XdevPicture(XdevImage image)
Creates an
XdevPicture and load the image. |
Modifier and Type | Method and Description |
---|---|
static XdevImage |
ParseUtils.parseImage(Object value)
Deprecated.
|
static XdevImage |
ConversionUtils.toXdevImage(Object value)
Converts
value to a XdevImage . |
static XdevImage |
ConversionUtils.toXdevImage(Object value,
XdevImage fallback)
Converts
value to a XdevImage . |
Modifier and Type | Method and Description |
---|---|
static XdevImage |
ConversionUtils.toXdevImage(Object value,
XdevImage fallback)
Converts
value to a XdevImage . |
Copyright © 2003–2021 XDEV Software. All rights reserved.