Package omero.model
Class RenderingDefI
- java.lang.Object
-
- Ice.ObjectImpl
-
- omero.model.IObject
-
- omero.model.RenderingDef
-
- omero.model.RenderingDefI
-
- All Implemented Interfaces:
Ice.Object
,java.io.Serializable
,java.lang.Cloneable
,ome.model.ModelBased
,_IObjectOperations
,_IObjectOperationsNC
,_RenderingDefOperations
,_RenderingDefOperationsNC
public class RenderingDefI extends RenderingDef implements ome.model.ModelBased
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field 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
-
Fields inherited from class omero.model.RenderingDef
__ids, compression, defaultT, defaultZ, model, name, pixels, projectionsLoaded, projectionsSeq, quantization, serialVersionUID, version, waveRenderingLoaded, waveRenderingSeq
-
-
Constructor Summary
Constructors Constructor Description RenderingDefI()
RenderingDefI(long id, boolean loaded)
RenderingDefI(RLong id, boolean loaded)
-
Method Summary
All Methods Static Methods Instance Methods Concrete 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)
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 byIceMapper
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 byIceMapper
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)
-
Methods inherited from class omero.model.RenderingDef
___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
-
Methods inherited from class omero.model.IObject
___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
-
Methods inherited from class Ice.ObjectImpl
___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
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface omero.model._IObjectOperationsNC
getDetails, getId, isAnnotated, isGlobal, isLink, isLoaded, isMutable, proxy, setId, shallowCopy, unload, unloadCollections, unloadDetails
-
-
-
-
Field Detail
-
PIXELS
public static final java.lang.String PIXELS
- See Also:
- Constant Field Values
-
DEFAULTZ
public static final java.lang.String DEFAULTZ
- See Also:
- Constant Field Values
-
DEFAULTT
public static final java.lang.String DEFAULTT
- See Also:
- Constant Field Values
-
MODEL
public static final java.lang.String MODEL
- See Also:
- Constant Field Values
-
WAVERENDERING
public static final java.lang.String WAVERENDERING
- See Also:
- Constant Field Values
-
NAME
public static final java.lang.String NAME
- See Also:
- Constant Field Values
-
COMPRESSION
public static final java.lang.String COMPRESSION
- See Also:
- Constant Field Values
-
QUANTIZATION
public static final java.lang.String QUANTIZATION
- See Also:
- Constant Field Values
-
PROJECTIONS
public static final java.lang.String PROJECTIONS
- See Also:
- Constant Field Values
-
DETAILS
public static final java.lang.String DETAILS
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
RenderingDefI
public RenderingDefI()
-
RenderingDefI
public RenderingDefI(long id, boolean loaded)
-
RenderingDefI
public RenderingDefI(RLong id, boolean loaded)
-
-
Method Detail
-
errorIfUnloaded
protected void errorIfUnloaded() throws UnloadedEntityException
- Throws:
UnloadedEntityException
-
throwNullCollectionException
protected void throwNullCollectionException(java.lang.String propertyName) throws UnloadedCollectionException
- Throws:
UnloadedCollectionException
-
toggleCollectionsLoaded
protected void toggleCollectionsLoaded(boolean load)
-
unload
public void unload(Ice.Current current)
Description copied from interface:_IObjectOperations
Sets the loaded boolean to false and empties all state from this entity to make sending it over the network less costly.- Specified by:
unload
in interface_IObjectOperations
- Parameters:
current
- The Current object for the invocation.
-
isLoaded
public boolean isLoaded(Ice.Current current)
Description copied from interface:_IObjectOperations
Tests if the objects are loaded or not. If this value is false, then any method call on this instance other than getId or setId will result in an exception.- Specified by:
isLoaded
in interface_IObjectOperations
- Parameters:
current
- The Current object for the invocation.
-
unloadCollections
public void unloadCollections(Ice.Current current)
Description copied from interface:_IObjectOperations
Each collection can also be unloaded, independently of the object itself. To unload all collections, use: object.unloadCollections(); This is useful when it is possible that a collection no longer represents the state in the database, and passing the collections back to the server might delete some entities. Sending back empty collections can also save a significant amount of bandwidth, when working with large data graphs.- Specified by:
unloadCollections
in interface_IObjectOperations
- Parameters:
current
- The Current object for the invocation.
-
isGlobal
public boolean isGlobal(Ice.Current current)
Description copied from interface:_IObjectOperations
Marker interface which means that special rules apply for both reading and writing these instances.- Specified by:
isGlobal
in interface_IObjectOperations
- Parameters:
current
- The Current object for the invocation.
-
isMutable
public boolean isMutable(Ice.Current current)
Description copied from interface:_IObjectOperations
The server will persist changes made to these types. Methods provided: - getVersion() - setVersion()- Specified by:
isMutable
in interface_IObjectOperations
- Parameters:
current
- The Current object for the invocation.
-
isAnnotated
public boolean isAnnotated(Ice.Current current)
Description copied from interface:_IObjectOperations
Allows for the attachment of any omero.model.Annotation subclasses. Methods provided are: - linkAnnotation(Annotation) -- Specified by:
isAnnotated
in interface_IObjectOperations
- Parameters:
current
- The Current object for the invocation.
-
isLink
public boolean isLink(Ice.Current current)
Description copied from interface:_IObjectOperations
A link between two other types. Methods provided: - getParent() - getChild()- Specified by:
isLink
in interface_IObjectOperations
- Parameters:
current
- The Current object for the invocation.
-
shallowCopy
public IObject shallowCopy(Ice.Current current)
Description copied from interface:_IObjectOperations
Return another instance of the same type as this instance with all single-value entities unloaded and all members of collections also unloaded.- Specified by:
shallowCopy
in interface_IObjectOperations
- Parameters:
current
- The Current object for the invocation.
-
proxy
public IObject proxy(Ice.Current current)
Description copied from interface:_IObjectOperations
Return another instance of the same type as this instance constructed as if by: new InstanceI( this.id.val, false );- Specified by:
proxy
in interface_IObjectOperations
- Parameters:
current
- The Current object for the invocation.
-
getId
public RLong getId(Ice.Current current)
- Specified by:
getId
in interface_IObjectOperations
-
setId
public void setId(RLong id, Ice.Current current)
- Specified by:
setId
in interface_IObjectOperations
-
getDetails
public Details getDetails(Ice.Current current)
- Specified by:
getDetails
in interface_IObjectOperations
-
unloadDetails
public void unloadDetails(Ice.Current current)
Description copied from interface:_IObjectOperations
As with collections, the objects under details can link to many other objects. Unloading the details can same bandwidth and simplify the server logic.- Specified by:
unloadDetails
in interface_IObjectOperations
- Parameters:
current
- The Current object for the invocation.
-
getVersion
public RInt getVersion(Ice.Current current)
- Specified by:
getVersion
in interface_RenderingDefOperations
-
setVersion
public void setVersion(RInt version, Ice.Current current)
- Specified by:
setVersion
in interface_RenderingDefOperations
-
unloadPixels
public void unloadPixels()
-
getPixels
public Pixels getPixels(Ice.Current current) throws UnloadedEntityException
- Specified by:
getPixels
in interface_RenderingDefOperations
- Throws:
UnloadedEntityException
-
setPixels
public void setPixels(Pixels pixels, Ice.Current current) throws UnloadedEntityException
- Specified by:
setPixels
in interface_RenderingDefOperations
- Throws:
UnloadedEntityException
-
unloadDefaultZ
public void unloadDefaultZ()
-
getDefaultZ
public RInt getDefaultZ(Ice.Current current) throws UnloadedEntityException
- Specified by:
getDefaultZ
in interface_RenderingDefOperations
- Throws:
UnloadedEntityException
-
setDefaultZ
public void setDefaultZ(RInt defaultZ, Ice.Current current) throws UnloadedEntityException
- Specified by:
setDefaultZ
in interface_RenderingDefOperations
- Throws:
UnloadedEntityException
-
unloadDefaultT
public void unloadDefaultT()
-
getDefaultT
public RInt getDefaultT(Ice.Current current) throws UnloadedEntityException
- Specified by:
getDefaultT
in interface_RenderingDefOperations
- Throws:
UnloadedEntityException
-
setDefaultT
public void setDefaultT(RInt defaultT, Ice.Current current) throws UnloadedEntityException
- Specified by:
setDefaultT
in interface_RenderingDefOperations
- Throws:
UnloadedEntityException
-
unloadModel
public void unloadModel()
-
getModel
public RenderingModel getModel(Ice.Current current) throws UnloadedEntityException
- Specified by:
getModel
in interface_RenderingDefOperations
- Throws:
UnloadedEntityException
-
setModel
public void setModel(RenderingModel model, Ice.Current current) throws UnloadedEntityException
- Specified by:
setModel
in interface_RenderingDefOperations
- Throws:
UnloadedEntityException
-
unloadWaveRendering
public void unloadWaveRendering(Ice.Current current)
- Specified by:
unloadWaveRendering
in interface_RenderingDefOperations
-
getWaveRendering
protected java.util.List getWaveRendering(Ice.Current current) throws UnloadedEntityException
- Throws:
UnloadedEntityException
-
setWaveRendering
protected void setWaveRendering(java.util.List waveRendering, Ice.Current current) throws UnloadedEntityException
- Throws:
UnloadedEntityException
-
isWaveRenderingLoaded
public boolean isWaveRenderingLoaded()
-
sizeOfWaveRendering
public int sizeOfWaveRendering(Ice.Current current) throws UnloadedEntityException
- Specified by:
sizeOfWaveRendering
in interface_RenderingDefOperations
- Throws:
UnloadedEntityException
-
copyWaveRendering
public java.util.List copyWaveRendering(Ice.Current current) throws UnloadedEntityException
- Specified by:
copyWaveRendering
in interface_RenderingDefOperations
- Throws:
UnloadedEntityException
-
iterateWaveRendering
public java.util.Iterator iterateWaveRendering() throws UnloadedEntityException
- Throws:
UnloadedEntityException
-
addChannelBinding
public void addChannelBinding(ChannelBinding target, Ice.Current current) throws UnloadedEntityException
- Specified by:
addChannelBinding
in interface_RenderingDefOperations
- Throws:
UnloadedEntityException
-
addAllChannelBindingSet
public void addAllChannelBindingSet(java.util.List<ChannelBinding> targets, Ice.Current current) throws UnloadedEntityException
- Specified by:
addAllChannelBindingSet
in interface_RenderingDefOperations
- Throws:
UnloadedEntityException
-
removeChannelBinding
public void removeChannelBinding(ChannelBinding target, Ice.Current current) throws UnloadedEntityException
- Specified by:
removeChannelBinding
in interface_RenderingDefOperations
- Throws:
UnloadedEntityException
-
removeAllChannelBindingSet
public void removeAllChannelBindingSet(java.util.List<ChannelBinding> targets, Ice.Current current) throws UnloadedEntityException
- Specified by:
removeAllChannelBindingSet
in interface_RenderingDefOperations
- Throws:
UnloadedEntityException
-
clearWaveRendering
public void clearWaveRendering(Ice.Current current) throws UnloadedEntityException
- Specified by:
clearWaveRendering
in interface_RenderingDefOperations
- Throws:
UnloadedEntityException
-
reloadWaveRendering
public void reloadWaveRendering(RenderingDef toCopy, Ice.Current current) throws UnloadedEntityException
- Specified by:
reloadWaveRendering
in interface_RenderingDefOperations
- Throws:
UnloadedEntityException
-
getChannelBinding
public ChannelBinding getChannelBinding(int index, Ice.Current current) throws java.lang.IndexOutOfBoundsException
- Specified by:
getChannelBinding
in interface_RenderingDefOperations
- Throws:
java.lang.IndexOutOfBoundsException
-
setChannelBinding
public ChannelBinding setChannelBinding(int index, ChannelBinding element, Ice.Current current) throws java.lang.IndexOutOfBoundsException
- Specified by:
setChannelBinding
in interface_RenderingDefOperations
- Throws:
java.lang.IndexOutOfBoundsException
-
getPrimaryChannelBinding
public ChannelBinding getPrimaryChannelBinding(Ice.Current current) throws java.lang.IndexOutOfBoundsException
- Specified by:
getPrimaryChannelBinding
in interface_RenderingDefOperations
- Throws:
java.lang.IndexOutOfBoundsException
-
setPrimaryChannelBinding
public ChannelBinding setPrimaryChannelBinding(ChannelBinding element, Ice.Current current) throws java.lang.IndexOutOfBoundsException
- Specified by:
setPrimaryChannelBinding
in interface_RenderingDefOperations
- Throws:
java.lang.IndexOutOfBoundsException
-
unloadName
public void unloadName()
-
getName
public RString getName(Ice.Current current) throws UnloadedEntityException
- Specified by:
getName
in interface_RenderingDefOperations
- Throws:
UnloadedEntityException
-
setName
public void setName(RString name, Ice.Current current) throws UnloadedEntityException
- Specified by:
setName
in interface_RenderingDefOperations
- Throws:
UnloadedEntityException
-
unloadCompression
public void unloadCompression()
-
getCompression
public RDouble getCompression(Ice.Current current) throws UnloadedEntityException
- Specified by:
getCompression
in interface_RenderingDefOperations
- Throws:
UnloadedEntityException
-
setCompression
public void setCompression(RDouble compression, Ice.Current current) throws UnloadedEntityException
- Specified by:
setCompression
in interface_RenderingDefOperations
- Throws:
UnloadedEntityException
-
unloadQuantization
public void unloadQuantization()
-
getQuantization
public QuantumDef getQuantization(Ice.Current current) throws UnloadedEntityException
- Specified by:
getQuantization
in interface_RenderingDefOperations
- Throws:
UnloadedEntityException
-
setQuantization
public void setQuantization(QuantumDef quantization, Ice.Current current) throws UnloadedEntityException
- Specified by:
setQuantization
in interface_RenderingDefOperations
- Throws:
UnloadedEntityException
-
unloadProjections
public void unloadProjections(Ice.Current current)
- Specified by:
unloadProjections
in interface_RenderingDefOperations
-
getProjections
protected java.util.List getProjections(Ice.Current current) throws UnloadedEntityException
- Throws:
UnloadedEntityException
-
setProjections
protected void setProjections(java.util.List projections, Ice.Current current) throws UnloadedEntityException
- Throws:
UnloadedEntityException
-
isProjectionsLoaded
public boolean isProjectionsLoaded()
-
sizeOfProjections
public int sizeOfProjections(Ice.Current current) throws UnloadedEntityException
- Specified by:
sizeOfProjections
in interface_RenderingDefOperations
- Throws:
UnloadedEntityException
-
copyProjections
public java.util.List copyProjections(Ice.Current current) throws UnloadedEntityException
- Specified by:
copyProjections
in interface_RenderingDefOperations
- Throws:
UnloadedEntityException
-
iterateProjections
public java.util.Iterator iterateProjections() throws UnloadedEntityException
- Throws:
UnloadedEntityException
-
addProjectionDef
public void addProjectionDef(ProjectionDef target, Ice.Current current) throws UnloadedEntityException
- Specified by:
addProjectionDef
in interface_RenderingDefOperations
- Throws:
UnloadedEntityException
-
addAllProjectionDefSet
public void addAllProjectionDefSet(java.util.List<ProjectionDef> targets, Ice.Current current) throws UnloadedEntityException
- Specified by:
addAllProjectionDefSet
in interface_RenderingDefOperations
- Throws:
UnloadedEntityException
-
removeProjectionDef
public void removeProjectionDef(ProjectionDef target, Ice.Current current) throws UnloadedEntityException
- Specified by:
removeProjectionDef
in interface_RenderingDefOperations
- Throws:
UnloadedEntityException
-
removeAllProjectionDefSet
public void removeAllProjectionDefSet(java.util.List<ProjectionDef> targets, Ice.Current current) throws UnloadedEntityException
- Specified by:
removeAllProjectionDefSet
in interface_RenderingDefOperations
- Throws:
UnloadedEntityException
-
clearProjections
public void clearProjections(Ice.Current current) throws UnloadedEntityException
- Specified by:
clearProjections
in interface_RenderingDefOperations
- Throws:
UnloadedEntityException
-
reloadProjections
public void reloadProjections(RenderingDef toCopy, Ice.Current current) throws UnloadedEntityException
- Specified by:
reloadProjections
in interface_RenderingDefOperations
- Throws:
UnloadedEntityException
-
getProjectionDef
public ProjectionDef getProjectionDef(int index, Ice.Current current) throws java.lang.IndexOutOfBoundsException
- Specified by:
getProjectionDef
in interface_RenderingDefOperations
- Throws:
java.lang.IndexOutOfBoundsException
-
setProjectionDef
public ProjectionDef setProjectionDef(int index, ProjectionDef element, Ice.Current current) throws java.lang.IndexOutOfBoundsException
- Specified by:
setProjectionDef
in interface_RenderingDefOperations
- Throws:
java.lang.IndexOutOfBoundsException
-
getPrimaryProjectionDef
public ProjectionDef getPrimaryProjectionDef(Ice.Current current) throws java.lang.IndexOutOfBoundsException
- Specified by:
getPrimaryProjectionDef
in interface_RenderingDefOperations
- Throws:
java.lang.IndexOutOfBoundsException
-
setPrimaryProjectionDef
public ProjectionDef setPrimaryProjectionDef(ProjectionDef element, Ice.Current current) throws java.lang.IndexOutOfBoundsException
- Specified by:
setPrimaryProjectionDef
in interface_RenderingDefOperations
- Throws:
java.lang.IndexOutOfBoundsException
-
copyObject
public void copyObject(ome.util.Filterable model, ome.util.ModelMapper _mapper)
Used byIceMapper
to inject an "ome.model" object into this "omero.model" object.- Specified by:
copyObject
in interfaceome.model.ModelBased
-
fillObject
public ome.util.Filterable fillObject(ome.util.ReverseModelMapper _mapper)
Used byIceMapper
produce an "ome.model" object from this "omero.model" object.- Specified by:
fillObject
in interfaceome.model.ModelBased
-
cast
public static java.util.List<RenderingDefI> cast(java.util.List list)
Casts (without warning) the given list to a list of the current type.- Throws:
java.lang.ClassCastException
-
-