Uses of Class
net.sf.jasperreports.engine.type.RenderableTypeEnum
-
Packages that use RenderableTypeEnum Package Description net.sf.jasperreports.engine Provides access to the library's main functionality through facade classes for compiling, filling and exporting reports and also publishes the library's main interfaces and classes.net.sf.jasperreports.engine.type Containsenumtypes used by the library's main classes.net.sf.jasperreports.engine.util Contains utility classes for the core library.net.sf.jasperreports.renderers Contains image renderer implementations. -
-
Uses of RenderableTypeEnum in net.sf.jasperreports.engine
Methods in net.sf.jasperreports.engine that return RenderableTypeEnum Modifier and Type Method Description RenderableTypeEnumJRAbstractRenderer. getTypeValue()Deprecated.RenderableTypeEnumJRAbstractSvgRenderer. getTypeValue()Deprecated.RenderableTypeEnumJRImageRenderer. getTypeValue()Deprecated.RenderableTypeEnumRenderable. getTypeValue()Deprecated.Replaced byDataRenderableandGraphics2DRenderable. -
Uses of RenderableTypeEnum in net.sf.jasperreports.engine.type
Methods in net.sf.jasperreports.engine.type that return RenderableTypeEnum Modifier and Type Method Description static RenderableTypeEnumRenderableTypeEnum. getByName(java.lang.String name)Deprecated.static RenderableTypeEnumRenderableTypeEnum. getByValue(byte value)Deprecated.Used only by deprecated serialized fields.static RenderableTypeEnumRenderableTypeEnum. getByValue(java.lang.Byte value)Deprecated.Used only by deprecated serialized fields.static RenderableTypeEnumRenderableTypeEnum. valueOf(java.lang.String name)Deprecated.Returns the enum constant of this type with the specified name.static RenderableTypeEnum[]RenderableTypeEnum. values()Deprecated.Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of RenderableTypeEnum in net.sf.jasperreports.engine.util
Methods in net.sf.jasperreports.engine.util that return RenderableTypeEnum Modifier and Type Method Description RenderableTypeEnumWrappingRenderable. getTypeValue()Deprecated. -
Uses of RenderableTypeEnum in net.sf.jasperreports.renderers
Methods in net.sf.jasperreports.renderers that return RenderableTypeEnum Modifier and Type Method Description RenderableTypeEnumWrappingDataToGraphics2DRenderer. getRenderableType()Deprecated.RenderableTypeEnumWrappingDeprecatedRenderable. getTypeValue()Deprecated.
-