|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectroomba.roombanetwork.util.ImageConverter
public class ImageConverter
| Constructor Summary | |
|---|---|
ImageConverter()
|
|
| Method Summary | |
|---|---|
static java.lang.String |
bytesToHex(byte[] data)
|
static java.lang.String |
byteToHex(byte data)
|
static java.awt.Image |
convertFromHexString(java.lang.String hexString,
int width,
int height)
|
static java.awt.image.BufferedImage |
convertToBufferedImage(java.awt.Image image,
int width,
int height)
|
static java.lang.String |
convertToString(java.awt.Image image,
int width,
int height)
|
static int |
hexCharToInt(char hexChar)
|
static byte[] |
hexToBytes(java.lang.String hexString)
|
static void |
main(java.lang.String[] args)
|
static char |
toHexChar(int i)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ImageConverter()
| Method Detail |
|---|
public static java.awt.image.BufferedImage convertToBufferedImage(java.awt.Image image,
int width,
int height)
public static java.lang.String convertToString(java.awt.Image image,
int width,
int height)
public static java.awt.Image convertFromHexString(java.lang.String hexString,
int width,
int height)
public static java.lang.String bytesToHex(byte[] data)
public static java.lang.String byteToHex(byte data)
public static char toHexChar(int i)
public static byte[] hexToBytes(java.lang.String hexString)
public static int hexCharToInt(char hexChar)
public static void main(java.lang.String[] args)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||