j2d
Class Clipper
java.lang.Object
   j2d.Clipper
j2d.Clipper
- All Implemented Interfaces: 
- java.io.Serializable
- public class Clipper 
- extends java.lang.Object- implements java.io.Serializable
- See Also:
- Serialized Form
 
 
| Methods inherited from class java.lang.Object | 
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
Clipper
public Clipper()
getMin
public static int getMin()
- 
 
- 
 
setMin
public static void setMin(int _min)
- 
 
- 
 
getMax
public static int getMax()
- 
 
- 
 
setMax
public static void setMax(int _max)
- 
 
- 
 
clip
public short clip(short i)
- 
 
- 
 
clip
public void clip(ShortImageBean sib)
- 
 
- 
 
clip
public void clip(short[][] r,
                 short[][] g,
                 short[][] b)
- 
 
- 
 
isClipped
public boolean isClipped()
- 
 
- 
 
setClipped
public void setClipped(boolean clipped)
- 
 
-