Package omero.model
Interface _RenderingDefOperations
-
- All Superinterfaces:
_IObjectOperations
- All Known Implementing Classes:
_RenderingDefTie,RenderingDef,RenderingDefI
public interface _RenderingDefOperations extends _IObjectOperations
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddAllChannelBindingSet(java.util.List<ChannelBinding> targets, Ice.Current __current)voidaddAllProjectionDefSet(java.util.List<ProjectionDef> targets, Ice.Current __current)voidaddChannelBinding(ChannelBinding target, Ice.Current __current)voidaddProjectionDef(ProjectionDef target, Ice.Current __current)voidclearProjections(Ice.Current __current)voidclearWaveRendering(Ice.Current __current)java.util.List<ProjectionDef>copyProjections(Ice.Current __current)java.util.List<ChannelBinding>copyWaveRendering(Ice.Current __current)ChannelBindinggetChannelBinding(int index, Ice.Current __current)RDoublegetCompression(Ice.Current __current)RIntgetDefaultT(Ice.Current __current)RIntgetDefaultZ(Ice.Current __current)RenderingModelgetModel(Ice.Current __current)RStringgetName(Ice.Current __current)PixelsgetPixels(Ice.Current __current)ChannelBindinggetPrimaryChannelBinding(Ice.Current __current)ProjectionDefgetPrimaryProjectionDef(Ice.Current __current)ProjectionDefgetProjectionDef(int index, Ice.Current __current)QuantumDefgetQuantization(Ice.Current __current)RIntgetVersion(Ice.Current __current)voidreloadProjections(RenderingDef toCopy, Ice.Current __current)voidreloadWaveRendering(RenderingDef toCopy, Ice.Current __current)voidremoveAllChannelBindingSet(java.util.List<ChannelBinding> targets, Ice.Current __current)voidremoveAllProjectionDefSet(java.util.List<ProjectionDef> targets, Ice.Current __current)voidremoveChannelBinding(ChannelBinding theTarget, Ice.Current __current)voidremoveProjectionDef(ProjectionDef theTarget, Ice.Current __current)ChannelBindingsetChannelBinding(int index, ChannelBinding theElement, Ice.Current __current)voidsetCompression(RDouble theCompression, Ice.Current __current)voidsetDefaultT(RInt theDefaultT, Ice.Current __current)voidsetDefaultZ(RInt theDefaultZ, Ice.Current __current)voidsetModel(RenderingModel theModel, Ice.Current __current)voidsetName(RString theName, Ice.Current __current)voidsetPixels(Pixels thePixels, Ice.Current __current)ChannelBindingsetPrimaryChannelBinding(ChannelBinding theElement, Ice.Current __current)ProjectionDefsetPrimaryProjectionDef(ProjectionDef theElement, Ice.Current __current)ProjectionDefsetProjectionDef(int index, ProjectionDef theElement, Ice.Current __current)voidsetQuantization(QuantumDef theQuantization, Ice.Current __current)voidsetVersion(RInt theVersion, Ice.Current __current)intsizeOfProjections(Ice.Current __current)intsizeOfWaveRendering(Ice.Current __current)voidunloadProjections(Ice.Current __current)voidunloadWaveRendering(Ice.Current __current)-
Methods inherited from interface omero.model._IObjectOperations
getDetails, getId, isAnnotated, isGlobal, isLink, isLoaded, isMutable, proxy, setId, shallowCopy, unload, unloadCollections, unloadDetails
-
-
-
-
Method Detail
-
getVersion
RInt getVersion(Ice.Current __current)
-
setVersion
void setVersion(RInt theVersion, Ice.Current __current)
-
getPixels
Pixels getPixels(Ice.Current __current)
-
setPixels
void setPixels(Pixels thePixels, Ice.Current __current)
-
getDefaultZ
RInt getDefaultZ(Ice.Current __current)
-
setDefaultZ
void setDefaultZ(RInt theDefaultZ, Ice.Current __current)
-
getDefaultT
RInt getDefaultT(Ice.Current __current)
-
setDefaultT
void setDefaultT(RInt theDefaultT, Ice.Current __current)
-
getModel
RenderingModel getModel(Ice.Current __current)
-
setModel
void setModel(RenderingModel theModel, Ice.Current __current)
-
unloadWaveRendering
void unloadWaveRendering(Ice.Current __current)
-
sizeOfWaveRendering
int sizeOfWaveRendering(Ice.Current __current)
-
copyWaveRendering
java.util.List<ChannelBinding> copyWaveRendering(Ice.Current __current)
-
addChannelBinding
void addChannelBinding(ChannelBinding target, Ice.Current __current)
-
addAllChannelBindingSet
void addAllChannelBindingSet(java.util.List<ChannelBinding> targets, Ice.Current __current)
-
removeChannelBinding
void removeChannelBinding(ChannelBinding theTarget, Ice.Current __current)
-
removeAllChannelBindingSet
void removeAllChannelBindingSet(java.util.List<ChannelBinding> targets, Ice.Current __current)
-
clearWaveRendering
void clearWaveRendering(Ice.Current __current)
-
reloadWaveRendering
void reloadWaveRendering(RenderingDef toCopy, Ice.Current __current)
-
getChannelBinding
ChannelBinding getChannelBinding(int index, Ice.Current __current)
-
setChannelBinding
ChannelBinding setChannelBinding(int index, ChannelBinding theElement, Ice.Current __current)
-
getPrimaryChannelBinding
ChannelBinding getPrimaryChannelBinding(Ice.Current __current)
-
setPrimaryChannelBinding
ChannelBinding setPrimaryChannelBinding(ChannelBinding theElement, Ice.Current __current)
-
getName
RString getName(Ice.Current __current)
-
setName
void setName(RString theName, Ice.Current __current)
-
getCompression
RDouble getCompression(Ice.Current __current)
-
setCompression
void setCompression(RDouble theCompression, Ice.Current __current)
-
getQuantization
QuantumDef getQuantization(Ice.Current __current)
-
setQuantization
void setQuantization(QuantumDef theQuantization, Ice.Current __current)
-
unloadProjections
void unloadProjections(Ice.Current __current)
-
sizeOfProjections
int sizeOfProjections(Ice.Current __current)
-
copyProjections
java.util.List<ProjectionDef> copyProjections(Ice.Current __current)
-
addProjectionDef
void addProjectionDef(ProjectionDef target, Ice.Current __current)
-
addAllProjectionDefSet
void addAllProjectionDefSet(java.util.List<ProjectionDef> targets, Ice.Current __current)
-
removeProjectionDef
void removeProjectionDef(ProjectionDef theTarget, Ice.Current __current)
-
removeAllProjectionDefSet
void removeAllProjectionDefSet(java.util.List<ProjectionDef> targets, Ice.Current __current)
-
clearProjections
void clearProjections(Ice.Current __current)
-
reloadProjections
void reloadProjections(RenderingDef toCopy, Ice.Current __current)
-
getProjectionDef
ProjectionDef getProjectionDef(int index, Ice.Current __current)
-
setProjectionDef
ProjectionDef setProjectionDef(int index, ProjectionDef theElement, Ice.Current __current)
-
getPrimaryProjectionDef
ProjectionDef getPrimaryProjectionDef(Ice.Current __current)
-
setPrimaryProjectionDef
ProjectionDef setPrimaryProjectionDef(ProjectionDef theElement, Ice.Current __current)
-
-