|
ElegantJ Data Tables Java API Specification v1.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.elegantj.editors.ImageStretch
This class stores the constants which are used in stretching of the image.
| Field Summary | |
static int |
AUTOFIT
Stretch the image both vertically and horizontally such that the complete image is displayed. |
static int |
BOTH
Stretch the image both vertically and horizontally. |
static int |
DEFAULT
Default stretching. |
static int |
HORZ
Stretch the image horizontally. |
static int |
NONE
No stretching. |
static int |
VERT
Stretch the image vertically. |
| Constructor Summary | |
ImageStretch()
|
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final int NONE
public static final int HORZ
public static final int VERT
public static final int BOTH
public static final int AUTOFIT
public static final int DEFAULT
NONE,
Constant Field Values| Constructor Detail |
public ImageStretch()
|
ElegantJ Data Tables Java API Specification v1.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||