Uses of Enum
com.google.zxing.oned.Code128Writer.MinimalEncoder.Charset
Packages that use Code128Writer.MinimalEncoder.Charset
-
Uses of Code128Writer.MinimalEncoder.Charset in com.google.zxing.oned
Methods in com.google.zxing.oned that return Code128Writer.MinimalEncoder.CharsetModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static Code128Writer.MinimalEncoder.Charset[]Code128Writer.MinimalEncoder.Charset.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.zxing.oned with parameters of type Code128Writer.MinimalEncoder.CharsetModifier and TypeMethodDescriptionprivate booleanCode128Writer.MinimalEncoder.canEncode(CharSequence contents, Code128Writer.MinimalEncoder.Charset charset, int position) private intCode128Writer.MinimalEncoder.encode(CharSequence contents, Code128Writer.MinimalEncoder.Charset charset, int position) Encode the string starting at position position starting with the character set charset