public class ImageJ extends AbstractGateway
Constructor and Description |
---|
ImageJ()
Creates a new application context with all ImageJ2, SCIFIO and SciJava
services.
|
ImageJ(Context context)
Creates a new application context which wraps the given existing SciJava
context.
|
Modifier and Type | Method and Description |
---|---|
AnimationService |
animation()
Gets this application context's
AnimationService . |
DatasetService |
dataset()
Gets this application context's
DatasetService . |
String |
getShortName() |
ImageDisplayService |
imageDisplay()
Gets this application context's
ImageDisplayService . |
LUTService |
lut()
Gets this application context's
LUTService . |
NotebookService |
notebook()
Gets this application context's
NotebookService . |
OpService |
op()
Gets this application context's
OpService . |
OverlayService |
overlay()
Gets this application context's
OverlayService . |
RenderingService |
rendering()
Gets this application context's
RenderingService . |
SamplerService |
sampler()
Gets this application context's
SamplerService . |
SCIFIO |
scifio() |
ScreenCaptureService |
screenCapture()
Gets this application context's
ScreenCaptureService . |
UpdateService |
update()
Gets this application context's
UpdateService . |
UploaderService |
uploader()
Gets this application context's
UploaderService . |
WindowService |
window()
Gets this application context's
WindowService . |
app, appEvent, command, console, convert, display, event, eventHistory, get, get, getApp, getInfo, getTitle, getVersion, icon, input, io, launch, log, main, menu, module, object, options, platform, plugin, prefs, recentFile, script, startup, status, text, thread, tool, ui, widget
getInfo, getPriority, setInfo, setPriority, toString
context, getContext
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getIdentifier
context, getContext, setContext
compareTo, getPriority, setPriority
getInfo, setInfo
getLocation
public ImageJ()
public SCIFIO scifio()
public AnimationService animation()
AnimationService
.AnimationService
of this application context.public DatasetService dataset()
DatasetService
.DatasetService
of this application context.public ImageDisplayService imageDisplay()
ImageDisplayService
.ImageDisplayService
of this application context.public LUTService lut()
LUTService
.LUTService
of this application context.public NotebookService notebook()
NotebookService
.NotebookService
of this application context.public OpService op()
OpService
.OpService
of this application context.public OverlayService overlay()
OverlayService
.OverlayService
of this application context.public RenderingService rendering()
RenderingService
.RenderingService
of this application context.public SamplerService sampler()
SamplerService
.SamplerService
of this application context.public ScreenCaptureService screenCapture()
ScreenCaptureService
.ScreenCaptureService
of this application context.public UpdateService update()
UpdateService
.UpdateService
of this application context.public UploaderService uploader()
UploaderService
.UploaderService
of this application context.public WindowService window()
WindowService
.WindowService
of this application context.public String getShortName()
getShortName
in interface Gateway
getShortName
in class AbstractGateway
Copyright © 2014–2022 ImageJ. All rights reserved.