Uses of Enum Class
com.stimulsoft.report.barCodes.enums.StiCheckSum
Packages that use StiCheckSum
-
Uses of StiCheckSum in com.stimulsoft.report.barCodes
Methods in com.stimulsoft.report.barCodes that return StiCheckSumModifier and TypeMethodDescriptionfinal StiCheckSumStiCode39BarCodeType.getCheckSum()Gets or sets mode of checksum.final StiCheckSumStiRoyalMail4StateBarCodeType.getCheckSum()Gets or sets mode of checksum.Methods in com.stimulsoft.report.barCodes with parameters of type StiCheckSumModifier and TypeMethodDescriptionfinal voidStiCode39BarCodeType.setCheckSum(StiCheckSum value) final voidStiRoyalMail4StateBarCodeType.setCheckSum(StiCheckSum value) Constructors in com.stimulsoft.report.barCodes with parameters of type StiCheckSumModifierConstructorDescriptionStiCode39BarCodeType(double module, double height, double ratio, StiCheckSum checkSum) StiCode39ExtBarCodeType(double module, double height, double ratio, StiCheckSum checkSum) StiRoyalMail4StateBarCodeType(double module, double height, StiCheckSum checkSum) -
Uses of StiCheckSum in com.stimulsoft.report.barCodes.enums
Methods in com.stimulsoft.report.barCodes.enums that return StiCheckSumModifier and TypeMethodDescriptionstatic StiCheckSumStiCheckSum.forValue(int value) static StiCheckSumReturns the enum constant of this class with the specified name.static StiCheckSum[]StiCheckSum.values()Returns an array containing the constants of this enum class, in the order they are declared.