|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WebImage | |
---|---|
com.alee.extended.colorchooser | |
com.alee.extended.image | |
com.alee.extended.tree | |
com.alee.managers.notification |
Uses of WebImage in com.alee.extended.colorchooser |
---|
Fields in com.alee.extended.colorchooser declared as WebImage | |
---|---|
protected WebImage |
WebColorChooserField.eyedropperPicker
|
Uses of WebImage in com.alee.extended.image |
---|
Methods in com.alee.extended.image that return WebImage | |
---|---|
WebImage |
WebImage.setDisplayType(DisplayType displayType)
Changes image display type. |
WebImage |
WebImage.setHorizontalAlignment(int horizontalAlignment)
Changes image horizontal alignment to the specified one. |
WebImage |
WebImage.setIcon(javax.swing.Icon icon)
Changes image to new one taken from specified icon. |
WebImage |
WebImage.setIcon(javax.swing.ImageIcon icon)
Changes image to new one taken from specified image icon. |
WebImage |
WebImage.setImage(java.awt.image.BufferedImage image)
Changes image to the specified one. |
WebImage |
WebImage.setImage(java.awt.Image image)
Changes image to the specified one. |
WebImage |
WebImage.setMargin(java.awt.Insets margin)
Changes image margin. |
WebImage |
WebImage.setMargin(int spacing)
Changes image margin. |
WebImage |
WebImage.setMargin(int top,
int left,
int bottom,
int right)
Changes image margin. |
WebImage |
WebImage.setTransparency(float transparency)
Changes image transparency. |
WebImage |
WebImage.setVerticalAlignment(int verticalAlignment)
Changes image vertical alignment to the specified one. |
Uses of WebImage in com.alee.extended.tree |
---|
Fields in com.alee.extended.tree declared as WebImage | |
---|---|
protected WebImage |
WebTreeFilterField.filterIcon
UI elements. |
Uses of WebImage in com.alee.managers.notification |
---|
Fields in com.alee.managers.notification declared as WebImage | |
---|---|
protected WebImage |
WebNotification.iconImage
Notification visual components. |
protected WebImage |
WebInnerNotification.iconImage
Notification visual components. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |