Modifier and Type | Method and Description |
---|---|
JIPipeDataItemStore |
JIPipeDataAnnotation.getDataItemStore() |
Constructor and Description |
---|
JIPipeDataAnnotation(String name,
JIPipeDataItemStore dataItemStore) |
Modifier and Type | Method and Description |
---|---|
JIPipeDataItemStore |
JIPipeDataItemStore.duplicate(JIPipeProgressInfo progressInfo)
Fully duplicates the virtual data
|
JIPipeDataItemStore |
JIPipeDataTable.getDataAnnotationItemStore(int row,
String column)
Gets a data annotation as
JIPipeDataItemStore |
JIPipeDataItemStore |
JIPipeDataTable.getDataItemStore(int row)
Gets the virtual data container at given row
|
JIPipeDataItemStore |
JIPipeDataTable.getVirtualData(int row)
Deprecated.
use getDataItemStore
|
JIPipeDataItemStore |
JIPipeDataTable.getVirtualDataAnnotation(int row,
String column)
Deprecated.
use getDataAnnotationItemStore
|
Modifier and Type | Method and Description |
---|---|
protected List<JIPipeDataItemStore> |
JIPipeDataTable.getDataAnnotationColumnArray_(String columnName)
Gets the annotation data column
DOES NOT ENSURE that the output size is equal to getRowCount()
NOT THREAD-SAFE, REQUIRES A READ LOCK!
|
protected Map<String,JIPipeDataItemStore> |
JIPipeDataTable.getDataAnnotationItemStoreMap_(int row)
Returns a map of all data annotations as
JIPipeDataItemStore
NOT THREAD-SAFE. |
protected List<JIPipeDataItemStore> |
JIPipeDataTable.getOrCreateDataAnnotationColumnArray_(String columnName)
Gets the annotation data column or creates it
Ensures that the output size is equal to getRowCount()
NOT THREAD-SAFE, REQUIRES A WRITE LOCK!
|
Map<String,JIPipeDataItemStore> |
JIPipeDataTable.getVirtualDataAnnotationMap(int row)
Deprecated.
use getDataAnnotationItemStoreMap
|
Modifier and Type | Method and Description |
---|---|
void |
JIPipeDataTable.addData(JIPipeDataItemStore virtualData,
List<JIPipeTextAnnotation> annotations,
JIPipeTextAnnotationMergeMode mergeStrategy,
JIPipeDataContext context,
JIPipeProgressInfo progressInfo)
Adds data as virtual data reference
|
void |
JIPipeDataTable.addData(JIPipeDataItemStore virtualData,
List<JIPipeTextAnnotation> annotations,
JIPipeTextAnnotationMergeMode mergeStrategy,
JIPipeProgressInfo progressInfo)
Deprecated.
use the overload with the context
|
void |
JIPipeDataTable.addData(JIPipeDataItemStore virtualData,
List<JIPipeTextAnnotation> annotations,
JIPipeTextAnnotationMergeMode mergeStrategy,
List<JIPipeDataAnnotation> dataAnnotations,
JIPipeDataAnnotationMergeMode dataAnnotationMergeStrategy,
JIPipeDataContext context,
JIPipeProgressInfo progressInfo)
Adds data as virtual data reference
|
void |
JIPipeDataTable.addData(JIPipeDataItemStore virtualData,
List<JIPipeTextAnnotation> annotations,
JIPipeTextAnnotationMergeMode mergeStrategy,
List<JIPipeDataAnnotation> dataAnnotations,
JIPipeDataAnnotationMergeMode dataAnnotationMergeStrategy,
JIPipeProgressInfo progressInfo)
Deprecated.
use the overload with the context
|
protected void |
JIPipeDataTable.setDataAnnotationItemStore_(int row,
String column,
JIPipeDataItemStore virtualData)
Sets a virtual data annotation
|
void |
JIPipeDataTable.setDataAnnotationItemStore(int row,
String column,
JIPipeDataItemStore virtualData)
Sets a virtual data annotation
|
void |
JIPipeDataTable.setDataItemStore(int row,
JIPipeDataItemStore virtualData)
Sets the data of a specific row
|
void |
JIPipeDataTable.setVirtualData(int row,
JIPipeDataItemStore virtualData)
Deprecated.
use setDataItemStore
|
void |
JIPipeDataTable.setVirtualDataAnnotation(int row,
String column,
JIPipeDataItemStore virtualData)
Deprecated.
use setDataAnnotationItemStore
|
Modifier and Type | Method and Description |
---|---|
JIPipeDataItemStore |
JIPipeThumbnailGenerationQueue.ThumbnailGeneratedEvent.getStore() |
Modifier and Type | Method and Description |
---|---|
WeakReference<JIPipeDataItemStore> |
JIPipeThumbnailGenerationQueue.ThumbnailGenerationRun.getDataStoreReference() |
Modifier and Type | Method and Description |
---|---|
void |
JIPipeThumbnailGenerationQueue.enqueue(JIPipeDataItemStore dataItemStore,
int width,
int height) |
Constructor and Description |
---|
ThumbnailGeneratedEvent(JIPipeDataItemStore source) |
ThumbnailGenerationRun(JIPipeThumbnailGenerationQueue queue,
JIPipeDataItemStore dataItemStore,
int width,
int height) |
Modifier and Type | Method and Description |
---|---|
List<JIPipeDataItemStore> |
JIPipeMultiIterationStep.getInputDataStore(JIPipeDataSlot slot)
Gets stored data from an input slot
|
List<JIPipeDataItemStore> |
JIPipeMultiIterationStep.getInputDataStore(String slotName)
Gets stored data from an input slot
|
Modifier and Type | Method and Description |
---|---|
void |
JIPipeMultiIterationStep.addOutputData(JIPipeOutputDataSlot slot,
JIPipeDataItemStore data,
JIPipeProgressInfo progressInfo)
Writes output data into the provided slot
Please note that annotations that are added to all annotations should be set up till this point
|
void |
JIPipeMultiIterationStep.addOutputData(JIPipeOutputDataSlot slot,
JIPipeDataItemStore data,
List<JIPipeTextAnnotation> additionalAnnotations,
JIPipeTextAnnotationMergeMode mergeStrategy,
JIPipeProgressInfo progressInfo)
Writes output data into the provided slot
Please note that annotations that are added to all annotations should be set up till this point
|
void |
JIPipeMultiIterationStep.addOutputData(JIPipeOutputDataSlot slot,
JIPipeDataItemStore data,
List<JIPipeTextAnnotation> additionalAnnotations,
JIPipeTextAnnotationMergeMode annotationMergeStrategy,
List<JIPipeDataAnnotation> additionalDataAnnotations,
JIPipeDataAnnotationMergeMode dataAnnotationMergeStrategy,
JIPipeProgressInfo progressInfo) |
void |
JIPipeSingleIterationStep.addOutputData(JIPipeOutputDataSlot slot,
JIPipeDataItemStore virtualData,
List<JIPipeTextAnnotation> additionalAnnotations,
JIPipeTextAnnotationMergeMode mergeStrategy,
List<JIPipeDataAnnotation> additionalDataAnnotations,
JIPipeDataAnnotationMergeMode dataAnnotationMergeStrategy,
JIPipeProgressInfo progressInfo)
Writes output data into the provided slot
Please note that annotations that are added to all annotations should be set up till this point
|
void |
JIPipeMultiIterationStep.addOutputData(String slotName,
JIPipeDataItemStore data,
JIPipeProgressInfo progressInfo)
Writes output data into the provided slot
Please note that annotations should be set up till this point
|
void |
JIPipeMultiIterationStep.addOutputData(String slotName,
JIPipeDataItemStore data,
JIPipeTextAnnotationMergeMode annotationMergeStrategy,
List<JIPipeTextAnnotation> additionalAnnotations,
JIPipeProgressInfo progressInfo)
Writes output data into the provided slot
Please note that annotations should be set up till this point
|
void |
JIPipeMultiIterationStep.addOutputData(String slotName,
JIPipeDataItemStore data,
List<JIPipeTextAnnotation> additionalAnnotations,
JIPipeProgressInfo progressInfo)
Writes output data into the provided slot
Please note that annotations should be set up till this point
|
Modifier and Type | Method and Description |
---|---|
JIPipeDataItemStore |
JIPipeDesktopCachedDataPreview.getData()
Returns the stored data or null if it was already cleared
|
Modifier and Type | Method and Description |
---|---|
Function<JIPipeDataItemStore,JIPipeDataItemStore> |
JIPipeDesktopCacheDataViewerWindow.getDataConverterFunction() |
Function<JIPipeDataItemStore,JIPipeDataItemStore> |
JIPipeDesktopCacheDataViewerWindow.getDataConverterFunction() |
Modifier and Type | Method and Description |
---|---|
protected abstract void |
JIPipeDesktopCacheDataViewerWindow.loadData(JIPipeDataItemStore virtualData,
JIPipeProgressInfo progressInfo)
Instruction to load the data from the current data source
|
Modifier and Type | Method and Description |
---|---|
void |
JIPipeDesktopCacheDataViewerWindow.setDataConverterFunction(Function<JIPipeDataItemStore,JIPipeDataItemStore> dataConverterFunction) |
void |
JIPipeDesktopCacheDataViewerWindow.setDataConverterFunction(Function<JIPipeDataItemStore,JIPipeDataItemStore> dataConverterFunction) |
Constructor and Description |
---|
JIPipeDesktopCachedDataPreview(Component parentComponent,
JIPipeDataItemStore data,
boolean deferRendering)
Creates a new instance
|
Constructor and Description |
---|
JIPipeDesktopCachedDataPreview(Component parentComponent,
Store<JIPipeDataItemStore> data,
boolean deferRendering)
Creates a new instance
|
Modifier and Type | Method and Description |
---|---|
void |
CLIJImageViewerCustomDataLoader.load(JIPipeDataItemStore virtualData,
JIPipeProgressInfo progressInfo) |
Modifier and Type | Method and Description |
---|---|
protected void |
CachedROIList3DDataViewerWindow.loadData(JIPipeDataItemStore virtualData,
JIPipeProgressInfo progressInfo) |
Modifier and Type | Method and Description |
---|---|
protected void |
CachedFilamentsDataViewerWindow.loadData(JIPipeDataItemStore virtualData,
JIPipeProgressInfo progressInfo) |
Modifier and Type | Method and Description |
---|---|
protected void |
CachedTrackmateAlgorithmViewerWindow.loadData(JIPipeDataItemStore virtualData,
JIPipeProgressInfo progressInfo) |
Modifier and Type | Method and Description |
---|---|
protected void |
CachedSpotCollectionDataViewerWindow.loadData(JIPipeDataItemStore virtualData,
JIPipeProgressInfo progressInfo) |
Modifier and Type | Method and Description |
---|---|
protected void |
CachedTracksCollectionDataViewerWindow.loadData(JIPipeDataItemStore virtualData,
JIPipeProgressInfo progressInfo) |
Modifier and Type | Method and Description |
---|---|
protected void |
TrackSchemeCachedDataViewerWindow.loadData(JIPipeDataItemStore virtualData,
JIPipeProgressInfo progressInfo) |
Modifier and Type | Method and Description |
---|---|
void |
ImageJDataSetDataImageViewerCustomLoader.load(JIPipeDataItemStore virtualData,
JIPipeProgressInfo progressInfo) |
Modifier and Type | Method and Description |
---|---|
abstract void |
CachedImagePlusDataViewerWindow.CustomDataLoader.load(JIPipeDataItemStore virtualData,
JIPipeProgressInfo progressInfo)
The data loading operation.
|
protected void |
CachedImagePlusDataViewerWindow.loadData(JIPipeDataItemStore virtualData,
JIPipeProgressInfo progressInfo) |
protected void |
CachedROIListDataViewerWindow.loadData(JIPipeDataItemStore virtualData,
JIPipeProgressInfo progressInfo) |
Modifier and Type | Method and Description |
---|---|
void |
ImpImageDataImageViewerCustomLoader.load(JIPipeDataItemStore virtualData,
JIPipeProgressInfo progressInfo) |
Modifier and Type | Method and Description |
---|---|
protected void |
CachedParametersDataViewerWindow.loadData(JIPipeDataItemStore virtualData,
JIPipeProgressInfo progressInfo) |
Modifier and Type | Method and Description |
---|---|
void |
OpenCvImageDataImageViewerCustomLoader.load(JIPipeDataItemStore virtualData,
JIPipeProgressInfo progressInfo) |
Modifier and Type | Method and Description |
---|---|
protected void |
CachedPlotViewerWindow.loadData(JIPipeDataItemStore virtualData,
JIPipeProgressInfo progressInfo) |
Modifier and Type | Method and Description |
---|---|
protected void |
CachedTextViewerWindow.loadData(JIPipeDataItemStore virtualData,
JIPipeProgressInfo progressInfo) |
Modifier and Type | Method and Description |
---|---|
protected void |
CachedTableViewerWindow.loadData(JIPipeDataItemStore virtualData,
JIPipeProgressInfo progressInfo) |
Copyright © 2020–2024 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.