public static interface ImageComponent3D.Updater
updateData method of the
ImageComponent object to be modified.| Modifier and Type | Method and Description |
|---|---|
void |
updateData(ImageComponent3D imageComponent,
int index,
int x,
int y,
int width,
int height)
Updates image data that is accessed by reference.
|
void updateData(ImageComponent3D imageComponent, int index, int x, int y, int width, int height)
imageComponent - the ImageComponent object being updated.index - index of the image to be modified.x - starting X offset of the subregion.y - starting Y offset of the subregion.width - width of the subregion.height - height of the subregion.ImageComponent3D.updateData(org.scijava.java3d.ImageComponent3D.Updater, int, int, int, int, int)Copyright © 2016–2022 SciJava. All rights reserved.