Uses of Enum
net.sf.jasperreports.data.cache.ValueLength
Packages that use ValueLength
-
Uses of ValueLength in net.sf.jasperreports.data.cache
Methods in net.sf.jasperreports.data.cache that return ValueLengthModifier and TypeMethodDescriptionstatic ValueLengthValueLength.getNumberLength(long value) static ValueLengthReturns 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 ValueLengthModifier and TypeMethodDescriptionRunLengthStore.applyRunLengths(ValueLength valueLength) NumberValuesUtils.toValues(int count, long[] values, ValueLength valueLength, long linearFactor, long linearOffset) protected booleanRunLengthStore.useRunLength(int count, ValueLength valueLength, ValueLength runLength)