Uses of Class
net.infonode.util.math.Int4

Packages that use Int4
net.infonode.util Common utility classes 
net.infonode.util.math   
 

Uses of Int4 in net.infonode.util
 

Methods in net.infonode.util that return Int4
static Int4 ImageUtils.toInt4(java.awt.Color c)
           
 

Methods in net.infonode.util with parameters of type Int4
static java.awt.Color ImageUtils.toColor(Int4 c)
           
static int ImageUtils.toIntColor(Int4 i)
           
 

Uses of Int4 in net.infonode.util.math
 

Methods in net.infonode.util.math that return Int4
 Int4 Int4.add(Int4 i)
           
 Int4 Int4.div(long value)
           
 Int4 Int4.mul(long value)
           
 Int4 Int4.set(Int4 i)
           
 Int4 Int4.sub(Int4 i)
           
 

Methods in net.infonode.util.math with parameters of type Int4
 Int4 Int4.add(Int4 i)
           
 Int4 Int4.set(Int4 i)
           
 Int4 Int4.sub(Int4 i)
           
 

Constructors in net.infonode.util.math with parameters of type Int4
Int4(Int4 i)