com.google.zxing.common
Class EncodeUtils

java.lang.Object
  extended by com.google.zxing.common.EncodeUtils

public class EncodeUtils
extends Object

Since:
BlackBerry API 7.0.0

Constructor Summary
EncodeUtils()
           
 
Method Summary
static ByteMatrix convert(BitMatrix matrix)
          A helper method to convert a BitMatrix to a ByteMatrix The resulting ByteMatrix has (0 == black, 255 == white)
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 



Constructor Detail

EncodeUtils

public EncodeUtils()
Since:
BlackBerry API 7.0.0


Method Detail

convert

public static ByteMatrix convert(BitMatrix matrix)
A helper method to convert a BitMatrix to a ByteMatrix The resulting ByteMatrix has (0 == black, 255 == white)

Since:
BlackBerry API 7.0.0





Copyright 1999-2011 Research In Motion Limited. 295 Phillip Street, Waterloo, Ontario, Canada, N2L 3W8. All Rights Reserved.
Java is a trademark of Oracle America Inc. in the US and other countries.
Legal