Uses of Class
net.sf.jasperreports.engine.type.PenEnum
-
Packages that use PenEnum Package Description 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. -
-
Uses of PenEnum in net.sf.jasperreports.engine.type
Methods in net.sf.jasperreports.engine.type that return PenEnum Modifier and Type Method Description static PenEnumPenEnum. getByName(String name)static PenEnumPenEnum. getByValue(byte value)Deprecated.Used only by deprecated serialized fields.static PenEnumPenEnum. getByValue(Byte value)Deprecated.Used only by deprecated serialized fields.static PenEnumPenEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static PenEnum[]PenEnum. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of PenEnum in net.sf.jasperreports.engine.util
Methods in net.sf.jasperreports.engine.util with parameters of type PenEnum Modifier and Type Method Description static voidJRPenUtil. setLinePenFromPen(PenEnum pen, JRPen linePen)
-