A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

A

a_count - Variable in class ij.plugin.LZWEncoder
 
abort() - Static method in class ij.IJ
 
abort - Static variable in class ij.Macro
 
abort() - Static method in class ij.Macro
Aborts the currently running macro or any plugin using IJ.run().
abortPluginOrMacro(ImagePlus) - Method in class ij.ImageJ
 
ABOUT_MENU - Static variable in class ij.Menus
 
AboutBox - Class in ij.plugin
This plugin implements the Help/About ImageJ command by opening the about.jpg in ij.jar, scaling it 400% and adding some text.
AboutBox() - Constructor for class ij.plugin.AboutBox
 
aboutPluginsHelp() - Method in class ij.plugin.SimpleCommands
 
abs() - Method in class ij.process.FloatProcessor
 
ABS - Static variable in class ij.process.ImageProcessor
 
abs() - Method in class ij.process.ImageProcessor
If this is a 32-bit or signed 16-bit image, performs an absolute value transform, otherwise does nothing.
abs() - Method in class ij.process.ShortProcessor
 
abstandGruenRot - Variable in class org.lego.navigation.img.Bilderkennung
 
abstandPosLED - Variable in class org.lego.navigation.img.Bilderkennung
 
abstandRotLED - Variable in class org.lego.navigation.img.Bilderkennung
 
acceptDraw(Playground) - Method in class muehle.player.ComputerPlayer
 
acceptDraw(Playground) - Method in class muehle.player.HumanPlayer
 
acceptDraw(Playground) - Method in class muehle.player.NetPlayer
 
acceptDraw(Playground) - Method in class muehle.player.Player
 
accum - Variable in class ij.plugin.LZWEncoder
 
Action - Class in muehle.logic
Diese abstrakte Klasse stellt ein allgemeines Aktion-Objekt dar, von dem die Klassen SetAction, MoveAction und DeleteAction erben.
Action() - Constructor for class muehle.logic.Action
 
Action(Player, int) - Constructor for class muehle.logic.Action
Konstruktor, der eine Action erzeugt.
actionFinished() - Static method in class robo.spiel.WebcamInterface
Diese Methode wird aufgerufen (durch einen Button von der GUI oder durch ein akustisches Signal vom Spieler, das der Roboter aufnimmt...), wenn der Spielzug beendet ist.
actionPerformed(ActionEvent) - Method in class ij.ImageJ
Handle menu events.
actionPerformed(ActionEvent) - Method in class ij.plugin.filter.Calibrator
 
actionPerformed(ActionEvent) - Method in class ij.plugin.filter.Convolver
 
actionPerformed(ActionEvent) - Method in class ij.plugin.filter.LutWindow
 
actionPerformed(ActionEvent) - Method in class ij.plugin.filter.SetScaleDialog
 
actionPerformed(ActionEvent) - Method in class ij.plugin.LUT_Editor
 
actionPerformed(ActionEvent) - Method in class ij.plugin.MacroInstaller
 
actionPerformed(ActionEvent) - Method in class ij.plugin.TreePanel
 
actionPerformed(ActionEvent) - Method in class muehle.Muehle
Wird aufgerufen, sobald ein Menüpunkt angeklickt wurde.
actionPerformed(ActionEvent) - Method in class muehle.MuehleApp
Wird aufgerufen, sobald ein Menüpunkt angeklickt wurde.
actionPerformed(ActionEvent) - Method in class muehle.MuehleLight
Wird aufgerufen, sobald ein Menüpunkt angeklickt wurde.
actions - Variable in class muehle.logic.Playground
speichert die durchgeführten Züge beider Spieler auf dem Spielfeld
actions - Variable in class muehle.player.Player
Die Aktionen, die der Spieler durchgeführt hat
actionToMove(Action) - Static method in class robo.spiel.RoboterInterface
Wandelt den übergebenen Spielzug in einen Pfad für den Roboter um, der optimiert und in Pixelkoordinaten zurückgegeben wird
activateEdges(int) - Method in class ij.process.PolygonFiller
Adds edges to the active edge table.
activateWindow(String, MenuItem) - Static method in class ij.WindowManager
Activates a window selected from the Window menu.
Activator - Class in org.lego.libraries
The activator class controls the plug-in life cycle.
Activator() - Constructor for class org.lego.libraries.Activator
The constructor
active - Variable in class robo.navigate.Navigator.SpeedCondensator
 
activeEdges - Variable in class ij.process.PolygonFiller
 
actual - Variable in class ij.plugin.PlotsCanvas
 
actualColorsUsed - Variable in class ij.plugin.BMPDecoder
 
actualSizeOfBitmap - Variable in class ij.plugin.BMPDecoder
 
add(ImageProcessor, double) - Method in class ij.plugin.filter.SaltAndPepper
 
ADD - Static variable in interface ij.process.Blitter
dst=dst+src
add(int) - Method in class ij.process.FloatProcessor
 
add(double) - Method in class ij.process.FloatProcessor
 
ADD - Static variable in class ij.process.ImageProcessor
 
add(int) - Method in class ij.process.ImageProcessor
Adds 'value' to each pixel in the image or ROI.
add(double) - Method in class ij.process.ImageProcessor
Adds 'value' to each pixel in the image or ROI.
add(int) - Method in class ij.process.ShortProcessor
 
add(double) - Method in class ij.process.ShortProcessor
 
add(DPoint) - Method in class robo.etc.DPoint
Addiert p zu sich selbst und liefert Ergebnis zurück
ADD_TO_MANAGER - Static variable in class ij.plugin.filter.ParticleAnalyzer
Add particles to ROI Manager.
addActionListener(ActionListener) - Method in class ij.plugin.TreePanel
 
addCheckboxItem(Menu, String, String) - Method in class ij.Menus
 
addFrame(ImagePlus) - Method in class ij.plugin.GifEncoder
Adds next GIF frame.
addImageListener(ImageListener) - Static method in class ij.ImagePlus
 
addInfo(int, String) - Method in class ij.plugin.DicomDecoder
 
addInfo(int, int) - Method in class ij.plugin.DicomDecoder
 
addItem(Menu, String, int, boolean) - Method in class ij.Menus
 
addItemSorted(Menu, MenuItem, int) - Method in class ij.Menus
 
addJarErrorHeading(String) - Method in class ij.Menus
 
addListeners() - Method in class ij.plugin.TreePanel
 
addLuts(Menu) - Method in class ij.Menus
 
addMenu() - Method in class ij.plugin.TreePanel
 
addMenuBar() - Method in class ij.Menus
 
addOpenRecentItem(String) - Static method in class ij.Menus
Adds a file path to the beginning of the File/Open Recent submenu.
addOpenRecentSubMenu(Menu) - Method in class ij.Menus
 
addOrdered(Menu, MenuItem) - Method in class ij.Menus
Inserts 'item' into 'menu' in alphanumeric order.
addPanel() - Method in class ij.plugin.filter.LutWindow
 
addPlugInItem(Menu, String, String, int, boolean) - Method in class ij.Menus
 
addPluginItem(Menu, String) - Method in class ij.Menus
 
addPluginsMenu() - Method in class ij.Menus
 
addRoboterControllerStatusListener(RoboterControllerStatusListener) - Method in class robo.navigate.RoboterController
 
addself(DPoint) - Method in class robo.etc.DPoint
Addiert p zu sich selbst und nimmt Ergebnis an: this = this+p
addSeparator(Menu) - Method in class ij.Menus
 
addShortcut(String) - Method in class ij.plugin.MacroInstaller
 
addShortcutsToVector(Hashtable, Vector) - Method in class ij.plugin.CommandLister
 
addSlice(String, Object) - Method in class ij.ImageStack
Adds an image in the forma of a pixel array to the end of the stack.
addSlice(String, ImageProcessor) - Method in class ij.ImageStack
Adds the image in 'ip' to the end of the stack.
addSlice(String, ImageProcessor, int) - Method in class ij.ImageStack
Adds the image in 'ip' to the stack following slice 'n'.
addSlice() - Method in class ij.plugin.StackEditor
 
addSlice(String) - Method in class ij.VirtualStack
Adds an image to the end of the stack.
addSlice(String, Object) - Method in class ij.VirtualStack
Does nothing.
addSlice(String, ImageProcessor) - Method in class ij.VirtualStack
Does nothing..
addSlice(String, ImageProcessor, int) - Method in class ij.VirtualStack
Does noting.
addStatusListener(StatusListener) - Method in class robo.navigate.Navigator
Wenn jemand benachrichtigt werden will, wann der Roboter sein Ziel erreicht hat, kann er hier einen Statuslistener hinzufügen.
addSubMenu(Menu, String) - Method in class ij.Menus
 
addTab(String, String, JPanel) - Static method in class robo.main.HauptFenster
 
addToManager - Variable in class ij.plugin.filter.ParticleAnalyzer
 
addToRoiManager(ImagePlus) - Method in class ij.plugin.Selection
 
addToSortedTable(int) - Method in class ij.process.PolygonFiller
Currently not used since searching the entire edge table does not seem to take a significant amount of time.
addUnsignedShortSlice(String, Object) - Method in class ij.ImageStack
Obsolete.
addWindow(Frame) - Static method in class ij.WindowManager
Adds the specified window to the Window menu.
addWindowMenuItem(ImagePlus) - Static method in class ij.Menus
Adds one image to the end of the Window menu.
aedge - Variable in class ij.process.PolygonFiller
 
agressiveness - Variable in class robo.navigate.Navigator
Ein Maß für die Agressivität des Lenkverhaltens
agressivitaet - Variable in class robo.main.Kontrollfeld
 
ALL_KEYS - Static variable in class ij.IJ
 
allMenus - Variable in class ij.plugin.ControlPanel
 
allocateArrays(int, int, int) - Method in class ij.plugin.filter.Projector
 
allocateArrays(int) - Method in class ij.process.PolygonFiller
 
alreadySorted(float[]) - Method in class ij.plugin.ZProjector
 
altKeyDown() - Static method in class ij.IJ
Returns true if the alt key is down.
amplitude(int, int, float[], float[]) - Method in class ij.process.FHT
Amplitude of one row from 2D Hartley Transform.
analyze(ImagePlus) - Method in class ij.plugin.filter.LineGraphAnalyzer
Uses ImageJ's particle analyzer to extract a set of coordinate pairs from a digitized line graph.
analyze(ImagePlus) - Method in class ij.plugin.filter.ParticleAnalyzer
Performs particle analysis on the specified image.
analyze(ImagePlus, ImageProcessor) - Method in class ij.plugin.filter.ParticleAnalyzer
Performs particle analysis on the specified ImagePlus and ImageProcessor.
analyzeAndMarkMaxima(ImageProcessor, ByteProcessor, MaximumFinder.MaxPoint[], boolean, boolean, float, double) - Method in class ij.plugin.filter.MaximumFinder
Check all maxima in list maxPoints, mark type of the points in typeP
analyzeParticle(int, int, ImagePlus, ImageProcessor) - Method in class ij.plugin.filter.ParticleAnalyzer
 
analyzeParticles(ImagePlus, ImagePlus) - Method in class org.lego.navigation.img.ScanNeu
Hier wird der ParticleAnalyzer von ImageJ aufgerufen, um zusammenhängende Bereiche in der Maske zu finden.
Analyzer - Class in ij.plugin.filter
This plugin implements ImageJ's Analyze/Measure and Analyze/Set Measurements commands.
Analyzer() - Constructor for class ij.plugin.filter.Analyzer
 
Analyzer(ImagePlus) - Constructor for class ij.plugin.filter.Analyzer
Constructs a new Analyzer using the specified ImagePlus object and the system-wide measurement options and results table.
Analyzer(ImagePlus, int, ResultsTable) - Constructor for class ij.plugin.filter.Analyzer
Construct a new Analyzer using an ImagePlus object and private measurement options and results table.
analyzer - Variable in class ij.plugin.filter.ParticleAnalyzer
 
AND - Static variable in interface ij.process.Blitter
dst=dst AND src
and(int) - Method in class ij.process.FloatProcessor
 
AND - Static variable in class ij.process.ImageProcessor
 
and(int) - Method in class ij.process.ImageProcessor
Binary AND of each pixel in the image or ROI with 'value'.
and(int) - Method in class ij.process.ShortProcessor
 
angle - Static variable in class ij.plugin.Selection
 
angle - Variable in class ij.plugin.SurfacePlotter
 
angle - Variable in class ij.process.EllipseFitter
Angle in degrees
angle - Variable in class ij.process.ImageStatistics
Angle in degrees of fitted ellipse
angle - Variable in class org.lego.navigation.misc.ResultRow
 
angle2 - Variable in class ij.plugin.SurfacePlotter
 
angle2InDegrees - Variable in class ij.plugin.SurfacePlotter
 
angleInDegrees - Variable in class ij.plugin.SurfacePlotter
 
angstromSymbol - Static variable in class ij.IJ
 
ANHALTEN - Static variable in class robo.data.Position
Der Roboter hält am Punkt kurz an.
Animator - Class in ij.plugin
This plugin animates stacks.
Animator() - Constructor for class ij.plugin.Animator
 
antialiasedText - Static variable in class ij.Prefs
No longer used
antialiasedText - Variable in class ij.process.ImageProcessor
 
antialiasedTools - Static variable in class ij.Prefs
Draw tool icons using antialiasing.
appearance() - Method in class ij.plugin.Options
 
appendAction(Action) - Method in class muehle.logic.Playground
Fügt eine Aktion dem Aktionsspeicher hinzu
appendFile(char[], String) - Method in class ij.plugin.FITS_Writer
Appends 'line' to the end of the file specified by 'path'.
appendLastAction(Action) - Method in class muehle.player.Player
setzt die LastAction (die letzte Aktion) des Player und benachrichtigt den Gegenspieler (bei Netzwerkspielen) über den durchgeführten Zug
appendMove(Move) - Method in class robo.data.Move
Hängt den übergebenen Move an diesen an.
appendPosition(Position) - Method in class robo.data.Move
Hängt die angegebene Position an diesen Move an.
apply(ImagePlus, ImageProcessor) - Method in class ij.plugin.filter.LutApplier
 
APPLY_TABLE - Static variable in class ij.process.StackProcessor
 
applyLUT() - Method in class ij.plugin.ColorPanel
 
applyLut() - Method in class ij.process.ByteProcessor
 
applyRGBStack(ImagePlus) - Method in class ij.plugin.filter.LutApplier
 
applyShortOrFloatThreshold(ImagePlus) - Method in class ij.plugin.Thresholder
 
applyTable(ImageProcessor, int[]) - Method in class ij.plugin.ContrastEnhancer
 
applyTable(int[]) - Method in class ij.process.ByteProcessor
 
applyTable(int[]) - Method in class ij.process.ColorProcessor
 
applyTable(int[], int) - Method in class ij.process.ColorProcessor
 
applyTable(int[]) - Method in class ij.process.FloatProcessor
 
applyTable(int[]) - Method in class ij.process.ImageProcessor
Transforms the image or ROI using a lookup table.
applyTable(int[]) - Method in class ij.process.ShortProcessor
Transforms the pixel data using a 65536 entry lookup table.
applyTable(int[]) - Method in class ij.process.StackProcessor
 
applyThreshold(ImagePlus) - Method in class ij.plugin.Thresholder
 
approachSpeed - Static variable in class robo.spiel.RoboterInterface
Die Spielsteine selber werden mit verminderter Geschwindigkeit angefahren.
area - Variable in class ij.process.ImageStatistics
 
area - Variable in class org.lego.navigation.misc.ResultRow
 
areaFraction - Variable in class ij.process.ImageStatistics
 
arg - Variable in class ij.plugin.filter.Benchmark
 
arg - Variable in class ij.plugin.filter.Binary
 
arg - Variable in class ij.plugin.filter.EDM
 
arg - Variable in class ij.plugin.filter.Filler
 
arg - Variable in class ij.plugin.filter.Shadows
 
arg - Variable in class ij.plugin.filter.Transformer
 
argLength - Variable in class ij.plugin.ControlPanel
 
AT_SELECTION - Static variable in class ij.plugin.filter.CalibrationBar
 
AT_SELECTION - Static variable in class ij.plugin.ScaleBar
 
autoBinning - Static variable in class ij.plugin.Distribution
 
autoGenerateConfigFile(String) - Method in class ij.Menus
Creates a configuration file for JAR/ZIP files that do not have one.
autoThreshold - Variable in class ij.plugin.Thresholder
 
autoThreshold(ImageProcessor) - Method in class ij.plugin.Thresholder
 
autoThreshold() - Method in class ij.process.ColorProcessor
 
autoThreshold() - Method in class ij.process.FloatProcessor
Not implemented.
autoThreshold() - Method in class ij.process.ImageProcessor
Converts the image to binary using an automatically determined threshold.
AVERAGE - Static variable in interface ij.process.Blitter
dst=(dst+src)/2
AVG_METHOD - Static variable in class ij.plugin.ZProjector
 
AVIWriter - Class in ij.plugin.filter
This plugin saves stacks in AVI format.
AVIWriter() - Constructor for class ij.plugin.filter.AVIWriter
 
awtImage - Variable in class ij.CompositeImage
 
awtImagePixels - Variable in class ij.CompositeImage
 
axisList - Variable in class ij.plugin.filter.Projector
 

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z