Uses of Class
net.sf.jasperreports.engine.type.StretchTypeEnum
-
Packages that use StretchTypeEnum 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 StretchTypeEnum in net.sf.jasperreports.engine
Methods in net.sf.jasperreports.engine that return StretchTypeEnum Modifier and Type Method Description StretchTypeEnumElementDecorator. getStretchTypeValue()StretchTypeEnumJRElement. getStretchTypeValue()Indicates the stretch type for the elementMethods in net.sf.jasperreports.engine with parameters of type StretchTypeEnum Modifier and Type Method Description voidElementDecorator. setStretchType(StretchTypeEnum stretchTypeEnum)voidJRElement. setStretchType(StretchTypeEnum stretchTypeEnum)Specifies how the engine should treat a missing image. -
Uses of StretchTypeEnum in net.sf.jasperreports.engine.base
Fields in net.sf.jasperreports.engine.base declared as StretchTypeEnum Modifier and Type Field Description protected StretchTypeEnumJRBaseElement. stretchTypeValueMethods in net.sf.jasperreports.engine.base that return StretchTypeEnum Modifier and Type Method Description StretchTypeEnumJRBaseElement. getStretchTypeValue()Methods in net.sf.jasperreports.engine.base with parameters of type StretchTypeEnum Modifier and Type Method Description voidJRBaseElement. setStretchType(StretchTypeEnum stretchTypeValue) -
Uses of StretchTypeEnum in net.sf.jasperreports.engine.fill
Methods in net.sf.jasperreports.engine.fill that return StretchTypeEnum Modifier and Type Method Description StretchTypeEnumJRFillElement. getStretchTypeValue()Methods in net.sf.jasperreports.engine.fill with parameters of type StretchTypeEnum Modifier and Type Method Description voidJRFillElement. setStretchType(StretchTypeEnum stretchType) -
Uses of StretchTypeEnum in net.sf.jasperreports.engine.type
Methods in net.sf.jasperreports.engine.type that return StretchTypeEnum Modifier and Type Method Description static StretchTypeEnumStretchTypeEnum. getByName(java.lang.String name)static StretchTypeEnumStretchTypeEnum. getByValue(byte value)Deprecated.Used only by deprecated serialized fields.static StretchTypeEnumStretchTypeEnum. getByValue(java.lang.Byte value)Deprecated.Used only by deprecated serialized fields.static StretchTypeEnumStretchTypeEnum. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static StretchTypeEnum[]StretchTypeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.
-