Uses of Class
net.grelf.grip.OpThread.Ops

Packages that use OpThread.Ops
net.grelf.grip This package contains the Java classes which are specific to the image processing application GRIP.

GRIP is available as a free download from www.grelf.net - please always quote this URL in connection with GRIP.
Version: 12.4.3 
 

Uses of OpThread.Ops in net.grelf.grip
 

Methods in net.grelf.grip that return OpThread.Ops
static OpThread.Ops OpThread.Ops.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static OpThread.Ops[] OpThread.Ops.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in net.grelf.grip with parameters of type OpThread.Ops
 void ImFrame.doOpInBackground(OpThread.Ops op)
          For particularly long operations, run them on an OpThread rather than clog up swing's event dispatch thread.
 void ImFrame.doOpInBackground(OpThread.Ops op, int width)
          For particularly long operations, run them on an OpThread rather than clog up swing's event dispatch thread.
 

Constructors in net.grelf.grip with parameters of type OpThread.Ops
OpThread(OpThread.Ops anOp, ImFrame aFrame, int width)
          Width is only used for (de-)convolutions, so can be any value for other ops.