Enum Constant and Description |
---|
CENTER
Centers an image in the chart background.
|
CLIPPED
Places the top left corner of the image in the top left corner of the chart background area.
|
STRETCH
Stretches or shrinks an image to fit in the chart background area.
|
TILE
Tiles an image in the chart background.
|
WATERMARK
Creates a watermark with the configured background image.
|
Modifier and Type | Method and Description |
---|---|
int |
getUnderlyingValue()
Returns a numeric value that represents the given com.softwarefx.chartfx.server.adornments.ImageMode.
|
static ImageMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ImageMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ImageMode STRETCH
public static final ImageMode CLIPPED
public static final ImageMode TILE
public static final ImageMode CENTER
public static final ImageMode WATERMARK
public static ImageMode[] values()
for (ImageMode c : ImageMode.values()) System.out.println(c);
public static ImageMode valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified namejava.lang.NullPointerException
- if the argument is nullpublic int getUnderlyingValue()
Returns a numeric value that represents the given com.softwarefx.chartfx.server.adornments.ImageMode.
2014 Software FX, Inc. All Rights Reserved. Chart FX is a registered trademark of Software FX, Inc
All other names are trademarks or registered trademarks of their respective owners.