public class RenderingDefI extends RenderingDef implements ome.model.ModelBased
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COMPRESSION |
static java.lang.String |
DEFAULTT |
static java.lang.String |
DEFAULTZ |
static java.lang.String |
DETAILS |
static java.lang.String |
MODEL |
static java.lang.String |
NAME |
static java.lang.String |
PIXELS |
static java.lang.String |
PROJECTIONS |
static java.lang.String |
QUANTIZATION |
static java.lang.String |
WAVERENDERING |
__ids, compression, defaultT, defaultZ, model, name, pixels, projectionsLoaded, projectionsSeq, quantization, serialVersionUID, version, waveRenderingLoaded, waveRenderingSeq
Constructor and Description |
---|
RenderingDefI() |
RenderingDefI(long id,
boolean loaded) |
RenderingDefI(RLong id,
boolean loaded) |
Modifier and Type | Method and 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) |
static java.util.List<RenderingDefI> |
cast(java.util.List list)
Casts (without warning) the given list to a list of
the current type.
|
void |
clearProjections(Ice.Current current) |
void |
clearWaveRendering(Ice.Current current) |
void |
copyObject(ome.util.Filterable model,
ome.util.ModelMapper _mapper)
Used by
IceMapper to inject an "ome.model" object into this
"omero.model" object. |
java.util.List |
copyProjections(Ice.Current current) |
java.util.List |
copyWaveRendering(Ice.Current current) |
protected void |
errorIfUnloaded() |
ome.util.Filterable |
fillObject(ome.util.ReverseModelMapper _mapper)
Used by
IceMapper produce an "ome.model" object from this
"omero.model" object. |
ChannelBinding |
getChannelBinding(int index,
Ice.Current current) |
RDouble |
getCompression(Ice.Current current) |
RInt |
getDefaultT(Ice.Current current) |
RInt |
getDefaultZ(Ice.Current current) |
Details |
getDetails(Ice.Current current) |
RLong |
getId(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) |
protected java.util.List |
getProjections(Ice.Current current) |
QuantumDef |
getQuantization(Ice.Current current) |
RInt |
getVersion(Ice.Current current) |
protected java.util.List |
getWaveRendering(Ice.Current current) |
boolean |
isAnnotated(Ice.Current current)
Allows for the attachment of any omero.model.Annotation
subclasses.
|
boolean |
isGlobal(Ice.Current current)
Marker interface which means that special rules apply
for both reading and writing these instances.
|
boolean |
isLink(Ice.Current current)
A link between two other types.
|
boolean |
isLoaded(Ice.Current current)
Tests if the objects are loaded or not.
|
boolean |
isMutable(Ice.Current current)
The server will persist changes made to these types.
|
boolean |
isProjectionsLoaded() |
boolean |
isWaveRenderingLoaded() |
java.util.Iterator |
iterateProjections() |
java.util.Iterator |
iterateWaveRendering() |
IObject |
proxy(Ice.Current current)
Return another instance of the same type as this instance
constructed as if by: new InstanceI( this.id.val, false );
|
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 target,
Ice.Current current) |
void |
removeProjectionDef(ProjectionDef target,
Ice.Current current) |
ChannelBinding |
setChannelBinding(int index,
ChannelBinding element,
Ice.Current current) |
void |
setCompression(RDouble compression,
Ice.Current current) |
void |
setDefaultT(RInt defaultT,
Ice.Current current) |
void |
setDefaultZ(RInt defaultZ,
Ice.Current current) |
void |
setId(RLong id,
Ice.Current current) |
void |
setModel(RenderingModel model,
Ice.Current current) |
void |
setName(RString name,
Ice.Current current) |
void |
setPixels(Pixels pixels,
Ice.Current current) |
ChannelBinding |
setPrimaryChannelBinding(ChannelBinding element,
Ice.Current current) |
ProjectionDef |
setPrimaryProjectionDef(ProjectionDef element,
Ice.Current current) |
ProjectionDef |
setProjectionDef(int index,
ProjectionDef element,
Ice.Current current) |
protected void |
setProjections(java.util.List projections,
Ice.Current current) |
void |
setQuantization(QuantumDef quantization,
Ice.Current current) |
void |
setVersion(RInt version,
Ice.Current current) |
protected void |
setWaveRendering(java.util.List waveRendering,
Ice.Current current) |
IObject |
shallowCopy(Ice.Current current)
Return another instance of the same type as this instance
with all single-value entities unloaded and all members of
collections also unloaded.
|
int |
sizeOfProjections(Ice.Current current) |
int |
sizeOfWaveRendering(Ice.Current current) |
protected void |
throwNullCollectionException(java.lang.String propertyName) |
protected void |
toggleCollectionsLoaded(boolean load) |
void |
unload(Ice.Current current)
Sets the loaded boolean to false and empties all state
from this entity to make sending it over the network
less costly.
|
void |
unloadCollections(Ice.Current current)
Each collection can also be unloaded, independently
of the object itself.
|
void |
unloadCompression() |
void |
unloadDefaultT() |
void |
unloadDefaultZ() |
void |
unloadDetails(Ice.Current current)
As with collections, the objects under details can link
to many other objects.
|
void |
unloadModel() |
void |
unloadName() |
void |
unloadPixels() |
void |
unloadProjections(Ice.Current current) |
void |
unloadQuantization() |
void |
unloadWaveRendering(Ice.Current current) |
___addAllChannelBindingSet, ___addAllProjectionDefSet, ___addChannelBinding, ___addProjectionDef, ___clearProjections, ___clearWaveRendering, ___copyProjections, ___copyWaveRendering, ___getChannelBinding, ___getCompression, ___getDefaultT, ___getDefaultZ, ___getModel, ___getName, ___getPixels, ___getPrimaryChannelBinding, ___getPrimaryProjectionDef, ___getProjectionDef, ___getQuantization, ___getVersion, ___reloadProjections, ___reloadWaveRendering, ___removeAllChannelBindingSet, ___removeAllProjectionDefSet, ___removeChannelBinding, ___removeProjectionDef, ___setChannelBinding, ___setCompression, ___setDefaultT, ___setDefaultZ, ___setModel, ___setName, ___setPixels, ___setPrimaryChannelBinding, ___setPrimaryProjectionDef, ___setProjectionDef, ___setQuantization, ___setVersion, ___sizeOfProjections, ___sizeOfWaveRendering, ___unloadProjections, ___unloadWaveRendering, __dispatch, __readImpl, __writeImpl, addAllChannelBindingSet, addAllProjectionDefSet, addChannelBinding, addProjectionDef, clearProjections, clearWaveRendering, clone, copyProjections, copyWaveRendering, getChannelBinding, getCompression, getDefaultT, getDefaultZ, getModel, getName, getPixels, getPrimaryChannelBinding, getPrimaryProjectionDef, getProjectionDef, getQuantization, getVersion, ice_id, ice_id, ice_ids, ice_ids, ice_isA, ice_isA, ice_staticId, reloadProjections, reloadWaveRendering, removeAllChannelBindingSet, removeAllProjectionDefSet, removeChannelBinding, removeProjectionDef, setChannelBinding, setCompression, setDefaultT, setDefaultZ, setModel, setName, setPixels, setPrimaryChannelBinding, setPrimaryProjectionDef, setProjectionDef, setQuantization, setVersion, sizeOfProjections, sizeOfWaveRendering, unloadProjections, unloadWaveRendering
___getDetails, ___getId, ___isAnnotated, ___isGlobal, ___isLink, ___isLoaded, ___isMutable, ___proxy, ___setId, ___shallowCopy, ___unload, ___unloadCollections, ___unloadDetails, getDetails, getId, isAnnotated, isGlobal, isLink, isLoaded, isMutable, proxy, setId, shallowCopy, unload, unloadCollections, unloadDetails
___ice_id, ___ice_ids, ___ice_isA, ___ice_ping, __checkMode, __read, __read, __readImpl, __write, __write, __writeImpl, ice_dispatch, ice_dispatch, ice_operationAttributes, ice_ping, ice_ping, ice_postUnmarshal, ice_preMarshal
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getDetails, getId, isAnnotated, isGlobal, isLink, isLoaded, isMutable, proxy, setId, shallowCopy, unload, unloadCollections, unloadDetails
public static final java.lang.String PIXELS
public static final java.lang.String DEFAULTZ
public static final java.lang.String DEFAULTT
public static final java.lang.String MODEL
public static final java.lang.String WAVERENDERING
public static final java.lang.String NAME
public static final java.lang.String COMPRESSION
public static final java.lang.String QUANTIZATION
public static final java.lang.String PROJECTIONS
public static final java.lang.String DETAILS
public RenderingDefI()
public RenderingDefI(long id, boolean loaded)
public RenderingDefI(RLong id, boolean loaded)
protected void errorIfUnloaded() throws UnloadedEntityException
UnloadedEntityException
protected void throwNullCollectionException(java.lang.String propertyName) throws UnloadedCollectionException
UnloadedCollectionException
protected void toggleCollectionsLoaded(boolean load)
public void unload(Ice.Current current)
_IObjectOperations
unload
in interface _IObjectOperations
current
- The Current object for the invocation.public boolean isLoaded(Ice.Current current)
_IObjectOperations
isLoaded
in interface _IObjectOperations
current
- The Current object for the invocation.public void unloadCollections(Ice.Current current)
_IObjectOperations
unloadCollections
in interface _IObjectOperations
current
- The Current object for the invocation.public boolean isGlobal(Ice.Current current)
_IObjectOperations
isGlobal
in interface _IObjectOperations
current
- The Current object for the invocation.public boolean isMutable(Ice.Current current)
_IObjectOperations
isMutable
in interface _IObjectOperations
current
- The Current object for the invocation.public boolean isAnnotated(Ice.Current current)
_IObjectOperations
isAnnotated
in interface _IObjectOperations
current
- The Current object for the invocation.public boolean isLink(Ice.Current current)
_IObjectOperations
isLink
in interface _IObjectOperations
current
- The Current object for the invocation.public IObject shallowCopy(Ice.Current current)
_IObjectOperations
shallowCopy
in interface _IObjectOperations
current
- The Current object for the invocation.public IObject proxy(Ice.Current current)
_IObjectOperations
proxy
in interface _IObjectOperations
current
- The Current object for the invocation.public RLong getId(Ice.Current current)
getId
in interface _IObjectOperations
public void setId(RLong id, Ice.Current current)
setId
in interface _IObjectOperations
public Details getDetails(Ice.Current current)
getDetails
in interface _IObjectOperations
public void unloadDetails(Ice.Current current)
_IObjectOperations
unloadDetails
in interface _IObjectOperations
current
- The Current object for the invocation.public RInt getVersion(Ice.Current current)
getVersion
in interface _RenderingDefOperations
public void setVersion(RInt version, Ice.Current current)
setVersion
in interface _RenderingDefOperations
public void unloadPixels()
public Pixels getPixels(Ice.Current current) throws UnloadedEntityException
getPixels
in interface _RenderingDefOperations
UnloadedEntityException
public void setPixels(Pixels pixels, Ice.Current current) throws UnloadedEntityException
setPixels
in interface _RenderingDefOperations
UnloadedEntityException
public void unloadDefaultZ()
public RInt getDefaultZ(Ice.Current current) throws UnloadedEntityException
getDefaultZ
in interface _RenderingDefOperations
UnloadedEntityException
public void setDefaultZ(RInt defaultZ, Ice.Current current) throws UnloadedEntityException
setDefaultZ
in interface _RenderingDefOperations
UnloadedEntityException
public void unloadDefaultT()
public RInt getDefaultT(Ice.Current current) throws UnloadedEntityException
getDefaultT
in interface _RenderingDefOperations
UnloadedEntityException
public void setDefaultT(RInt defaultT, Ice.Current current) throws UnloadedEntityException
setDefaultT
in interface _RenderingDefOperations
UnloadedEntityException
public void unloadModel()
public RenderingModel getModel(Ice.Current current) throws UnloadedEntityException
getModel
in interface _RenderingDefOperations
UnloadedEntityException
public void setModel(RenderingModel model, Ice.Current current) throws UnloadedEntityException
setModel
in interface _RenderingDefOperations
UnloadedEntityException
public void unloadWaveRendering(Ice.Current current)
unloadWaveRendering
in interface _RenderingDefOperations
protected java.util.List getWaveRendering(Ice.Current current) throws UnloadedEntityException
UnloadedEntityException
protected void setWaveRendering(java.util.List waveRendering, Ice.Current current) throws UnloadedEntityException
UnloadedEntityException
public boolean isWaveRenderingLoaded()
public int sizeOfWaveRendering(Ice.Current current) throws UnloadedEntityException
sizeOfWaveRendering
in interface _RenderingDefOperations
UnloadedEntityException
public java.util.List copyWaveRendering(Ice.Current current) throws UnloadedEntityException
copyWaveRendering
in interface _RenderingDefOperations
UnloadedEntityException
public java.util.Iterator iterateWaveRendering() throws UnloadedEntityException
UnloadedEntityException
public void addChannelBinding(ChannelBinding target, Ice.Current current) throws UnloadedEntityException
addChannelBinding
in interface _RenderingDefOperations
UnloadedEntityException
public void addAllChannelBindingSet(java.util.List<ChannelBinding> targets, Ice.Current current) throws UnloadedEntityException
addAllChannelBindingSet
in interface _RenderingDefOperations
UnloadedEntityException
public void removeChannelBinding(ChannelBinding target, Ice.Current current) throws UnloadedEntityException
removeChannelBinding
in interface _RenderingDefOperations
UnloadedEntityException
public void removeAllChannelBindingSet(java.util.List<ChannelBinding> targets, Ice.Current current) throws UnloadedEntityException
removeAllChannelBindingSet
in interface _RenderingDefOperations
UnloadedEntityException
public void clearWaveRendering(Ice.Current current) throws UnloadedEntityException
clearWaveRendering
in interface _RenderingDefOperations
UnloadedEntityException
public void reloadWaveRendering(RenderingDef toCopy, Ice.Current current) throws UnloadedEntityException
reloadWaveRendering
in interface _RenderingDefOperations
UnloadedEntityException
public ChannelBinding getChannelBinding(int index, Ice.Current current) throws java.lang.IndexOutOfBoundsException
getChannelBinding
in interface _RenderingDefOperations
java.lang.IndexOutOfBoundsException
public ChannelBinding setChannelBinding(int index, ChannelBinding element, Ice.Current current) throws java.lang.IndexOutOfBoundsException
setChannelBinding
in interface _RenderingDefOperations
java.lang.IndexOutOfBoundsException
public ChannelBinding getPrimaryChannelBinding(Ice.Current current) throws java.lang.IndexOutOfBoundsException
getPrimaryChannelBinding
in interface _RenderingDefOperations
java.lang.IndexOutOfBoundsException
public ChannelBinding setPrimaryChannelBinding(ChannelBinding element, Ice.Current current) throws java.lang.IndexOutOfBoundsException
setPrimaryChannelBinding
in interface _RenderingDefOperations
java.lang.IndexOutOfBoundsException
public void unloadName()
public RString getName(Ice.Current current) throws UnloadedEntityException
getName
in interface _RenderingDefOperations
UnloadedEntityException
public void setName(RString name, Ice.Current current) throws UnloadedEntityException
setName
in interface _RenderingDefOperations
UnloadedEntityException
public void unloadCompression()
public RDouble getCompression(Ice.Current current) throws UnloadedEntityException
getCompression
in interface _RenderingDefOperations
UnloadedEntityException
public void setCompression(RDouble compression, Ice.Current current) throws UnloadedEntityException
setCompression
in interface _RenderingDefOperations
UnloadedEntityException
public void unloadQuantization()
public QuantumDef getQuantization(Ice.Current current) throws UnloadedEntityException
getQuantization
in interface _RenderingDefOperations
UnloadedEntityException
public void setQuantization(QuantumDef quantization, Ice.Current current) throws UnloadedEntityException
setQuantization
in interface _RenderingDefOperations
UnloadedEntityException
public void unloadProjections(Ice.Current current)
unloadProjections
in interface _RenderingDefOperations
protected java.util.List getProjections(Ice.Current current) throws UnloadedEntityException
UnloadedEntityException
protected void setProjections(java.util.List projections, Ice.Current current) throws UnloadedEntityException
UnloadedEntityException
public boolean isProjectionsLoaded()
public int sizeOfProjections(Ice.Current current) throws UnloadedEntityException
sizeOfProjections
in interface _RenderingDefOperations
UnloadedEntityException
public java.util.List copyProjections(Ice.Current current) throws UnloadedEntityException
copyProjections
in interface _RenderingDefOperations
UnloadedEntityException
public java.util.Iterator iterateProjections() throws UnloadedEntityException
UnloadedEntityException
public void addProjectionDef(ProjectionDef target, Ice.Current current) throws UnloadedEntityException
addProjectionDef
in interface _RenderingDefOperations
UnloadedEntityException
public void addAllProjectionDefSet(java.util.List<ProjectionDef> targets, Ice.Current current) throws UnloadedEntityException
addAllProjectionDefSet
in interface _RenderingDefOperations
UnloadedEntityException
public void removeProjectionDef(ProjectionDef target, Ice.Current current) throws UnloadedEntityException
removeProjectionDef
in interface _RenderingDefOperations
UnloadedEntityException
public void removeAllProjectionDefSet(java.util.List<ProjectionDef> targets, Ice.Current current) throws UnloadedEntityException
removeAllProjectionDefSet
in interface _RenderingDefOperations
UnloadedEntityException
public void clearProjections(Ice.Current current) throws UnloadedEntityException
clearProjections
in interface _RenderingDefOperations
UnloadedEntityException
public void reloadProjections(RenderingDef toCopy, Ice.Current current) throws UnloadedEntityException
reloadProjections
in interface _RenderingDefOperations
UnloadedEntityException
public ProjectionDef getProjectionDef(int index, Ice.Current current) throws java.lang.IndexOutOfBoundsException
getProjectionDef
in interface _RenderingDefOperations
java.lang.IndexOutOfBoundsException
public ProjectionDef setProjectionDef(int index, ProjectionDef element, Ice.Current current) throws java.lang.IndexOutOfBoundsException
setProjectionDef
in interface _RenderingDefOperations
java.lang.IndexOutOfBoundsException
public ProjectionDef getPrimaryProjectionDef(Ice.Current current) throws java.lang.IndexOutOfBoundsException
getPrimaryProjectionDef
in interface _RenderingDefOperations
java.lang.IndexOutOfBoundsException
public ProjectionDef setPrimaryProjectionDef(ProjectionDef element, Ice.Current current) throws java.lang.IndexOutOfBoundsException
setPrimaryProjectionDef
in interface _RenderingDefOperations
java.lang.IndexOutOfBoundsException
public void copyObject(ome.util.Filterable model, ome.util.ModelMapper _mapper)
IceMapper
to inject an "ome.model" object into this
"omero.model" object.copyObject
in interface ome.model.ModelBased
public ome.util.Filterable fillObject(ome.util.ReverseModelMapper _mapper)
IceMapper
produce an "ome.model" object from this
"omero.model" object.fillObject
in interface ome.model.ModelBased
public static java.util.List<RenderingDefI> cast(java.util.List list)
java.lang.ClassCastException