Uses of Class
net.sf.jasperreports.components.iconlabel.ContainerFillEnum
-
Packages that use ContainerFillEnum Package Description net.sf.jasperreports.components.iconlabel Contains classes for the built-in Icon Label component. -
-
Uses of ContainerFillEnum in net.sf.jasperreports.components.iconlabel
Methods in net.sf.jasperreports.components.iconlabel that return ContainerFillEnum Modifier and Type Method Description static ContainerFillEnum
ContainerFillEnum. getByName(String name)
ContainerFillEnum
IconLabelComponent. getLabelFill()
static ContainerFillEnum
ContainerFillEnum. valueOf(String name)
Returns the enum constant of this type with the specified name.static ContainerFillEnum[]
ContainerFillEnum. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.sf.jasperreports.components.iconlabel with parameters of type ContainerFillEnum Modifier and Type Method Description void
IconLabelComponent. setLabelFill(ContainerFillEnum labelFill)
-