Uses of Class
net.sf.jasperreports.engine.type.PositionTypeEnum
-
Packages that use PositionTypeEnum 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.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 PositionTypeEnum in net.sf.jasperreports.engine
Methods in net.sf.jasperreports.engine that return PositionTypeEnum Modifier and Type Method Description PositionTypeEnumElementDecorator. getPositionTypeValue()PositionTypeEnumJRElement. getPositionTypeValue()Returns the position type for the elementMethods in net.sf.jasperreports.engine with parameters of type PositionTypeEnum Modifier and Type Method Description voidElementDecorator. setPositionType(PositionTypeEnum positionType)voidJRElement. setPositionType(PositionTypeEnum positionType)Sets the position type for the element. -
Uses of PositionTypeEnum in net.sf.jasperreports.engine.base
Fields in net.sf.jasperreports.engine.base declared as PositionTypeEnum Modifier and Type Field Description protected PositionTypeEnumJRBaseElement. positionTypeValueMethods in net.sf.jasperreports.engine.base that return PositionTypeEnum Modifier and Type Method Description PositionTypeEnumJRBaseElement. getPositionTypeValue()Methods in net.sf.jasperreports.engine.base with parameters of type PositionTypeEnum Modifier and Type Method Description voidJRBaseElement. setPositionType(PositionTypeEnum positionTypeValue) -
Uses of PositionTypeEnum in net.sf.jasperreports.engine.fill
Methods in net.sf.jasperreports.engine.fill that return PositionTypeEnum Modifier and Type Method Description PositionTypeEnumJRFillElement. getPositionTypeValue()Methods in net.sf.jasperreports.engine.fill with parameters of type PositionTypeEnum Modifier and Type Method Description voidJRFillElement. setPositionType(PositionTypeEnum positionType) -
Uses of PositionTypeEnum in net.sf.jasperreports.engine.type
Methods in net.sf.jasperreports.engine.type that return PositionTypeEnum Modifier and Type Method Description static PositionTypeEnumPositionTypeEnum. getByName(String name)static PositionTypeEnumPositionTypeEnum. getByValue(byte value)Deprecated.Used only by deprecated serialized fields.static PositionTypeEnumPositionTypeEnum. getByValue(Byte value)Deprecated.Used only by deprecated serialized fields.static PositionTypeEnumPositionTypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static PositionTypeEnum[]PositionTypeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.
-