DataRenderable
and Graphics2DRenderable
.public enum RenderableTypeEnum extends java.lang.Enum<RenderableTypeEnum> implements JREnum
Enum Constant and Description |
---|
IMAGE
Deprecated.
Specifies that the renderable is rendering an image.
|
SVG
Deprecated.
Specifies that the renderable is rendering a SVG.
|
Modifier and Type | Method and Description |
---|---|
static RenderableTypeEnum |
getByName(java.lang.String name)
Deprecated.
|
static RenderableTypeEnum |
getByValue(byte value)
Deprecated.
Used only by deprecated serialized fields.
|
static RenderableTypeEnum |
getByValue(java.lang.Byte value)
Deprecated.
Used only by deprecated serialized fields.
|
java.lang.String |
getName()
Deprecated.
|
byte |
getValue()
Deprecated.
Used only by deprecated serialized fields.
|
java.lang.Byte |
getValueByte()
Deprecated.
Used only by deprecated serialized fields.
|
static RenderableTypeEnum |
valueOf(java.lang.String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static RenderableTypeEnum[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RenderableTypeEnum IMAGE
public static final RenderableTypeEnum SVG
public static RenderableTypeEnum[] values()
for (RenderableTypeEnum c : RenderableTypeEnum.values()) System.out.println(c);
public static RenderableTypeEnum 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 java.lang.Byte getValueByte()
getValueByte
in interface JREnum
public final byte getValue()
public static RenderableTypeEnum getByName(java.lang.String name)
public static RenderableTypeEnum getByValue(java.lang.Byte value)
public static RenderableTypeEnum getByValue(byte value)
© 2001 - 2018 TIBCO Software Inc. www.jaspersoft.com