Uses of Class
gui.NegateFrame

Packages that use NegateFrame
apurva   
gui   
raul   
 

Uses of NegateFrame in apurva
 

Subclasses of NegateFrame in apurva
 class FouSyn
           
 class MyZipFile
           
 

Uses of NegateFrame in gui
 

Subclasses of NegateFrame in gui
 class BoundaryFrame
           
 class ColorFrame
           
 class ConvolutionFrame
           
 class DrawFrame
           
 class EdgeFrame
           
 class FFTFrame
           
 class GraphEditor3D
           
 class MartelliFrame
           
 class MorphFrame
           
 class MorphLog
           
 class OpenFrame
           
 class PaintFrame
           
 class SaveFrame
           
 class SpatialFilterFrame
           
 class TopFrame
           
 class WaveletFrame
           
 class XformFrame
           
 

Methods in gui that return NegateFrame
 NegateFrame NegateFrame.subFrame(int x1, int y1, int w, int h)
           
 

Methods in gui with parameters of type NegateFrame
 void NegateFrame.assembleMosaic(NegateFrame nf, int x1, int y1)
           
static void AdaptiveLog.doit(NegateFrame _parent)
           
 

Constructors in gui with parameters of type NegateFrame
GrayLog(NegateFrame _parent, java.lang.String title, java.lang.String[] prompts, java.lang.String[] defaults, int fieldSize)
           
RayleighLog(NegateFrame _parent, java.lang.String title, java.lang.String[] prompts, java.lang.String[] defaults, int fieldSize)
           
ExponentialLog(NegateFrame _parent, java.lang.String title, java.lang.String[] prompts, java.lang.String[] defaults, int fieldSize)
           
AdaptiveLog(NegateFrame _parent, java.lang.String title, java.lang.String[] prompts, java.lang.String[] defaults, int fieldSize)
           
 

Uses of NegateFrame in raul
 

Subclasses of NegateFrame in raul
 class GridImage
           
 class MyOpenFrame