Modifier and Type |
Method and Description |
void |
addAllChannelSet(java.util.List<Channel> targets) |
void |
addAllPixelsOriginalFileMapSet(java.util.List<PixelsOriginalFileMap> targets) |
void |
addAllPlaneInfoSet(java.util.List<PlaneInfo> targets) |
void |
addAllRenderingDefSet(java.util.List<RenderingDef> targets) |
void |
addAllThumbnailSet(java.util.List<Thumbnail> targets) |
void |
addChannel(Channel target) |
void |
addPixelsOriginalFileMap(PixelsOriginalFileMap target) |
void |
addPixelsOriginalFileMapToBoth(PixelsOriginalFileMap link,
boolean bothSides) |
void |
addPlaneInfo(PlaneInfo target) |
void |
addRenderingDef(RenderingDef target) |
void |
addThumbnail(Thumbnail target) |
void |
clearChannels() |
void |
clearPixelsFileMaps() |
void |
clearPlaneInfo() |
void |
clearSettings() |
void |
clearThumbnails() |
java.util.List<Channel> |
copyChannels() |
java.util.List<PixelsOriginalFileMap> |
copyPixelsFileMaps() |
java.util.List<PlaneInfo> |
copyPlaneInfo() |
java.util.List<RenderingDef> |
copySettings() |
java.util.List<Thumbnail> |
copyThumbnails() |
java.util.List<PixelsOriginalFileMap> |
findPixelsOriginalFileMap(OriginalFile removal) |
Channel |
getChannel(int index) |
DimensionOrder |
getDimensionOrder() |
Image |
getImage() |
RString |
getMethodology() |
Length |
getPhysicalSizeX() |
Length |
getPhysicalSizeY() |
Length |
getPhysicalSizeZ() |
java.util.Map<java.lang.Long,java.lang.Long> |
getPixelsFileMapsCountPerOwner() |
PixelsType |
getPixelsType() |
Channel |
getPrimaryChannel() |
Pixels |
getRelatedTo()
|
RString |
getSha1() |
RInt |
getSignificantBits() |
RInt |
getSizeC() |
RInt |
getSizeT() |
RInt |
getSizeX() |
RInt |
getSizeY() |
RInt |
getSizeZ() |
Time |
getTimeIncrement() |
RInt |
getVersion() |
RInt |
getWaveIncrement() |
RInt |
getWaveStart() |
java.util.List<OriginalFile> |
linkedOriginalFileList() |
PixelsOriginalFileMap |
linkOriginalFile(OriginalFile addition) |
void |
reloadChannels(Pixels toCopy) |
void |
reloadPixelsFileMaps(Pixels toCopy) |
void |
reloadPlaneInfo(Pixels toCopy) |
void |
reloadSettings(Pixels toCopy) |
void |
reloadThumbnails(Pixels toCopy) |
void |
removeAllChannelSet(java.util.List<Channel> targets) |
void |
removeAllPixelsOriginalFileMapSet(java.util.List<PixelsOriginalFileMap> targets) |
void |
removeAllPlaneInfoSet(java.util.List<PlaneInfo> targets) |
void |
removeAllRenderingDefSet(java.util.List<RenderingDef> targets) |
void |
removeAllThumbnailSet(java.util.List<Thumbnail> targets) |
void |
removeChannel(Channel theTarget) |
void |
removePixelsOriginalFileMap(PixelsOriginalFileMap theTarget) |
void |
removePixelsOriginalFileMapFromBoth(PixelsOriginalFileMap link,
boolean bothSides) |
void |
removePlaneInfo(PlaneInfo theTarget) |
void |
removeRenderingDef(RenderingDef theTarget) |
void |
removeThumbnail(Thumbnail theTarget) |
Channel |
setChannel(int index,
Channel theElement) |
void |
setDimensionOrder(DimensionOrder theDimensionOrder) |
void |
setImage(Image theImage) |
void |
setMethodology(RString theMethodology) |
void |
setPhysicalSizeX(Length thePhysicalSizeX) |
void |
setPhysicalSizeY(Length thePhysicalSizeY) |
void |
setPhysicalSizeZ(Length thePhysicalSizeZ) |
void |
setPixelsType(PixelsType thePixelsType) |
Channel |
setPrimaryChannel(Channel theElement) |
void |
setRelatedTo(Pixels theRelatedTo)
|
void |
setSha1(RString theSha1) |
void |
setSignificantBits(RInt theSignificantBits) |
void |
setSizeC(RInt theSizeC) |
void |
setSizeT(RInt theSizeT) |
void |
setSizeX(RInt theSizeX) |
void |
setSizeY(RInt theSizeY) |
void |
setSizeZ(RInt theSizeZ) |
void |
setTimeIncrement(Time theTimeIncrement) |
void |
setVersion(RInt theVersion) |
void |
setWaveIncrement(RInt theWaveIncrement) |
void |
setWaveStart(RInt theWaveStart) |
int |
sizeOfChannels() |
int |
sizeOfPixelsFileMaps() |
int |
sizeOfPlaneInfo() |
int |
sizeOfSettings() |
int |
sizeOfThumbnails() |
void |
unlinkOriginalFile(OriginalFile removal) |
void |
unloadChannels() |
void |
unloadPixelsFileMaps() |
void |
unloadPlaneInfo() |
void |
unloadSettings() |
void |
unloadThumbnails() |