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 ValueLengthValueLength. getNumberLength(long value)static ValueLengthValueLength. valueOf(java.lang.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 ColumnValuesRunLengthStore. applyRunLengths(ValueLength valueLength)ColumnValuesNumberValuesUtils. toValues(int count, long[] values, ValueLength valueLength, long linearFactor, long linearOffset)protected booleanRunLengthStore. useRunLength(int count, ValueLength valueLength, ValueLength runLength)
-