Uses of Class
net.sf.jasperreports.data.cache.ValueLength
-
Packages that use ValueLength Package Description net.sf.jasperreports.data.cache Contains classes for data caching. -
-
Uses of ValueLength in net.sf.jasperreports.data.cache
Methods in net.sf.jasperreports.data.cache that return ValueLength Modifier and Type Method Description static ValueLength
ValueLength. getNumberLength(long value)
static ValueLength
ValueLength. valueOf(String name)
Returns the enum constant of this type with the specified name.static ValueLength[]
ValueLength. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.sf.jasperreports.data.cache with parameters of type ValueLength Modifier and Type Method Description ColumnValues
RunLengthStore. applyRunLengths(ValueLength valueLength)
ColumnValues
NumberValuesUtils. toValues(int count, long[] values, ValueLength valueLength, long linearFactor, long linearOffset)
protected boolean
RunLengthStore. useRunLength(int count, ValueLength valueLength, ValueLength runLength)
-