ExtendedPlugInFilterTrait

ij_plugins.javacv.util.ExtendedPlugInFilterTrait
trait ExtendedPlugInFilterTrait extends ExtendedPlugInFilter with DialogListener

Helper for implementing ExtendedPlugInFilter.

Attributes

Graph
Supertypes
trait DialogListener
trait ExtendedPlugInFilter
trait PlugInFilter
class Object
trait Matchable
class Any
Known subtypes

Members list

Concise view

Value members

Abstract methods

protected def Flags: Int

Flags (plugin capabilities, like DOES_8G) returned by setup method.

Flags (plugin capabilities, like DOES_8G) returned by setup method.

Attributes

protected def Title: String

Plugin name, used in dialog titles and status messages.

Plugin name, used in dialog titles and status messages.

Attributes

protected def process(ip: ImageProcessor): Unit

Method that does actual processing of the image.

Method that does actual processing of the image.

Attributes

ip

input image.

Concrete methods

final protected def currentLabel: String

Current image or slice label. If only one slice is processed it is the image title, if more than one slice is processed it is the slice label.

Current image or slice label. If only one slice is processed it is the image title, if more than one slice is processed it is the slice label.

Attributes

final protected def currentPass: Int
final protected def imp: ImagePlus

Image container that is the input to this plugin.

Image container that is the input to this plugin.

Attributes

final protected def nPasses: Int
override def run(ip: ImageProcessor): Unit

Attributes

Definition Classes
PlugInFilter
override def setNPasses(nPasses: Int): Unit

Attributes

Definition Classes
ExtendedPlugInFilter
override def setup(arg: String, imp: ImagePlus): Int

Attributes

Definition Classes
PlugInFilter

Inherited methods

def dialogItemChanged(x$0: GenericDialog, x$1: AWTEvent): Boolean

Attributes

Inherited from:
DialogListener
def showDialog(x$0: ImagePlus, x$1: String, x$2: PlugInFilterRunner): Int

Attributes

Inherited from:
ExtendedPlugInFilter