org.globus.cog.gui.grapheditor.util
Class HexUtil

java.lang.Object
  extended byorg.globus.cog.gui.grapheditor.util.HexUtil

public class HexUtil
extends Object


Constructor Summary
HexUtil()
           
 
Method Summary
static char[] hex24(int val)
           
static char[] hex32(int val)
           
static char hex4(int nibble)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HexUtil

public HexUtil()
Method Detail

hex32

public static char[] hex32(int val)

hex24

public static char[] hex24(int val)

hex4

public static char hex4(int nibble)