Uses of Class
net.sf.jasperreports.engine.type.BreakTypeEnum
-
Packages that use BreakTypeEnum 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.base Contains base implementations for the library's main interfaces.net.sf.jasperreports.engine.design Contains design time implementations for the library's main interfaces as well as report compiling tools.net.sf.jasperreports.engine.fill Contains fill time implementations for the library's main interfaces and the entire engine used in the filling process (the actual core of JasperReports).net.sf.jasperreports.engine.type Containsenumtypes used by the library's main classes. -
-
Uses of BreakTypeEnum in net.sf.jasperreports.engine
Methods in net.sf.jasperreports.engine that return BreakTypeEnum Modifier and Type Method Description BreakTypeEnumJRBreak. getTypeValue()Gets the break type.Methods in net.sf.jasperreports.engine with parameters of type BreakTypeEnum Modifier and Type Method Description voidJRBreak. setType(BreakTypeEnum breakTypeEnum)Sets the break type. -
Uses of BreakTypeEnum in net.sf.jasperreports.engine.base
Fields in net.sf.jasperreports.engine.base declared as BreakTypeEnum Modifier and Type Field Description protected BreakTypeEnumJRBaseBreak. typeValueMethods in net.sf.jasperreports.engine.base that return BreakTypeEnum Modifier and Type Method Description BreakTypeEnumJRBaseBreak. getTypeValue()Methods in net.sf.jasperreports.engine.base with parameters of type BreakTypeEnum Modifier and Type Method Description voidJRBaseBreak. setType(BreakTypeEnum typeValue) -
Uses of BreakTypeEnum in net.sf.jasperreports.engine.design
Fields in net.sf.jasperreports.engine.design declared as BreakTypeEnum Modifier and Type Field Description protected BreakTypeEnumJRDesignBreak. typeValueMethods in net.sf.jasperreports.engine.design that return BreakTypeEnum Modifier and Type Method Description BreakTypeEnumJRDesignBreak. getTypeValue()Methods in net.sf.jasperreports.engine.design with parameters of type BreakTypeEnum Modifier and Type Method Description voidJRDesignBreak. setType(BreakTypeEnum typeValue) -
Uses of BreakTypeEnum in net.sf.jasperreports.engine.fill
Methods in net.sf.jasperreports.engine.fill that return BreakTypeEnum Modifier and Type Method Description BreakTypeEnumJRFillBreak. getTypeValue()Methods in net.sf.jasperreports.engine.fill with parameters of type BreakTypeEnum Modifier and Type Method Description voidJRFillBreak. setType(BreakTypeEnum type) -
Uses of BreakTypeEnum in net.sf.jasperreports.engine.type
Methods in net.sf.jasperreports.engine.type that return BreakTypeEnum Modifier and Type Method Description static BreakTypeEnumBreakTypeEnum. getByName(String name)static BreakTypeEnumBreakTypeEnum. getByValue(byte value)Deprecated.Used only by deprecated serialized fields.static BreakTypeEnumBreakTypeEnum. getByValue(Byte value)Deprecated.Used only by deprecated serialized fields.static BreakTypeEnumBreakTypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static BreakTypeEnum[]BreakTypeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.
-