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 void
addAllChannelBindingSet(java.util.List<ChannelBinding> targets, Ice.Current __current)
void
addAllProjectionDefSet(java.util.List<ProjectionDef> targets, Ice.Current __current)
void
addChannelBinding(ChannelBinding target, Ice.Current __current)
void
addProjectionDef(ProjectionDef target, Ice.Current __current)
void
clearProjections(Ice.Current __current)
void
clearWaveRendering(Ice.Current __current)
java.util.List<ProjectionDef>
copyProjections(Ice.Current __current)
java.util.List<ChannelBinding>
copyWaveRendering(Ice.Current __current)
ChannelBinding
getChannelBinding(int index, Ice.Current __current)
RDouble
getCompression(Ice.Current __current)
RInt
getDefaultT(Ice.Current __current)
RInt
getDefaultZ(Ice.Current __current)
RenderingModel
getModel(Ice.Current __current)
RString
getName(Ice.Current __current)
Pixels
getPixels(Ice.Current __current)
ChannelBinding
getPrimaryChannelBinding(Ice.Current __current)
ProjectionDef
getPrimaryProjectionDef(Ice.Current __current)
ProjectionDef
getProjectionDef(int index, Ice.Current __current)
QuantumDef
getQuantization(Ice.Current __current)
RInt
getVersion(Ice.Current __current)
void
reloadProjections(RenderingDef toCopy, Ice.Current __current)
void
reloadWaveRendering(RenderingDef toCopy, Ice.Current __current)
void
removeAllChannelBindingSet(java.util.List<ChannelBinding> targets, Ice.Current __current)
void
removeAllProjectionDefSet(java.util.List<ProjectionDef> targets, Ice.Current __current)
void
removeChannelBinding(ChannelBinding theTarget, Ice.Current __current)
void
removeProjectionDef(ProjectionDef theTarget, Ice.Current __current)
ChannelBinding
setChannelBinding(int index, ChannelBinding theElement, Ice.Current __current)
void
setCompression(RDouble theCompression, Ice.Current __current)
void
setDefaultT(RInt theDefaultT, Ice.Current __current)
void
setDefaultZ(RInt theDefaultZ, Ice.Current __current)
void
setModel(RenderingModel theModel, Ice.Current __current)
void
setName(RString theName, Ice.Current __current)
void
setPixels(Pixels thePixels, Ice.Current __current)
ChannelBinding
setPrimaryChannelBinding(ChannelBinding theElement, Ice.Current __current)
ProjectionDef
setPrimaryProjectionDef(ProjectionDef theElement, Ice.Current __current)
ProjectionDef
setProjectionDef(int index, ProjectionDef theElement, Ice.Current __current)
void
setQuantization(QuantumDef theQuantization, Ice.Current __current)
void
setVersion(RInt theVersion, Ice.Current __current)
int
sizeOfProjections(Ice.Current __current)
int
sizeOfWaveRendering(Ice.Current __current)
void
unloadProjections(Ice.Current __current)
void
unloadWaveRendering(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)
-
-