Package omero.api
Class _IRenderingSettingsDisp
- java.lang.Object
-
- Ice.ObjectImpl
-
- omero.api._IRenderingSettingsDisp
-
- All Implemented Interfaces:
Ice.Object
,java.io.Serializable
,java.lang.Cloneable
,_IRenderingSettingsOperations
,_IRenderingSettingsOperationsNC
,_ServiceInterfaceOperations
,_ServiceInterfaceOperationsNC
,IRenderingSettings
,ServiceInterface
- Direct Known Subclasses:
_IRenderingSettingsTie
public abstract class _IRenderingSettingsDisp extends Ice.ObjectImpl implements IRenderingSettings
Provides method to apply rendering settings to a collection of images. All methods will receive the id of the pixels set to copy the rendering settings from.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String[]
__ids
static long
serialVersionUID
-
Fields inherited from interface omero.api.IRenderingSettings
ice_staticId
-
-
Constructor Summary
Constructors Constructor Description _IRenderingSettingsDisp()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Ice.DispatchStatus
___applySettingsToDataset(IRenderingSettings __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___applySettingsToImage(IRenderingSettings __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___applySettingsToImages(IRenderingSettings __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___applySettingsToPixels(IRenderingSettings __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___applySettingsToProject(IRenderingSettings __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___applySettingsToSet(IRenderingSettings __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___createNewRenderingDef(IRenderingSettings __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___getRenderingSettings(IRenderingSettings __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___resetDefaults(IRenderingSettings __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___resetDefaultsByOwnerInSet(IRenderingSettings __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___resetDefaultsForPixels(IRenderingSettings __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___resetDefaultsInDataset(IRenderingSettings __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___resetDefaultsInImage(IRenderingSettings __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___resetDefaultsInSet(IRenderingSettings __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___resetDefaultsNoSave(IRenderingSettings __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___resetMinMaxInSet(IRenderingSettings __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___sanityCheckPixels(IRenderingSettings __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___setOriginalSettingsForPixels(IRenderingSettings __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___setOriginalSettingsInDataset(IRenderingSettings __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___setOriginalSettingsInImage(IRenderingSettings __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___setOriginalSettingsInSet(IRenderingSettings __obj, IceInternal.Incoming __inS, Ice.Current __current)
Ice.DispatchStatus
__dispatch(IceInternal.Incoming in, Ice.Current __current)
protected void
__readImpl(IceInternal.BasicStream __is)
protected void
__writeImpl(IceInternal.BasicStream __os)
void
applySettingsToDataset_async(AMD_IRenderingSettings_applySettingsToDataset __cb, long from, long to)
Applies rendering settings to all images in a given Dataset.void
applySettingsToImage_async(AMD_IRenderingSettings_applySettingsToImage __cb, long from, long to)
Applies rendering settings to a given Image.void
applySettingsToImages_async(AMD_IRenderingSettings_applySettingsToImages __cb, long from, java.util.List<java.lang.Long> to)
Applies rendering settings to a given Image.void
applySettingsToPixels_async(AMD_IRenderingSettings_applySettingsToPixels __cb, long from, long to)
Applies rendering settings to a given Pixels.void
applySettingsToProject_async(AMD_IRenderingSettings_applySettingsToProject __cb, long from, long to)
Applies rendering settings to all images in all Datasets of a given Project.void
applySettingsToSet_async(AMD_IRenderingSettings_applySettingsToSet __cb, long from, java.lang.String toType, java.util.List<java.lang.Long> nodeIds)
Applies rendering settings to one or many containers.void
createNewRenderingDef_async(AMD_IRenderingSettings_createNewRenderingDef __cb, Pixels pixels)
Creates a new rendering definition object along with its sub-objects.void
getRenderingSettings_async(AMD_IRenderingSettings_getRenderingSettings __cb, long pixelsId)
Returns the default rendering settings for a given pixels for the current user.protected void
ice_copyStateFrom(Ice.Object __obj)
java.lang.String
ice_id()
java.lang.String
ice_id(Ice.Current __current)
java.lang.String[]
ice_ids()
java.lang.String[]
ice_ids(Ice.Current __current)
boolean
ice_isA(java.lang.String s)
boolean
ice_isA(java.lang.String s, Ice.Current __current)
static java.lang.String
ice_staticId()
void
resetDefaults_async(AMD_IRenderingSettings_resetDefaults __cb, RenderingDef def, Pixels pixels)
Resets the given rendering settings to those that are specified by the rendering engine intelligent pretty good image (PG) logic for the pixels set linked to that set of rendering settings.void
resetDefaultsByOwnerInSet_async(AMD_IRenderingSettings_resetDefaultsByOwnerInSet __cb, java.lang.String type, java.util.List<java.lang.Long> nodeIds)
Resets the rendering settings of a given group of containers based on the owner's (essentially a copy).void
resetDefaultsForPixels_async(AMD_IRenderingSettings_resetDefaultsForPixels __cb, long pixelsId)
Resets a Pixels' default rendering settings back to those that are specified by the rendering engine intelligent pretty good image (PG) logic.void
resetDefaultsInDataset_async(AMD_IRenderingSettings_resetDefaultsInDataset __cb, long datasetId)
Resets a dataset's rendering settings back to those that are specified by the rendering engine intelligent pretty good image (PG) logic.void
resetDefaultsInImage_async(AMD_IRenderingSettings_resetDefaultsInImage __cb, long imageId)
Resets an image's default rendering settings back to those that are specified by the rendering engine intelligent pretty good image (PG) logic.void
resetDefaultsInSet_async(AMD_IRenderingSettings_resetDefaultsInSet __cb, java.lang.String type, java.util.List<java.lang.Long> nodeIds)
Resets a rendering settings back to one or many containers that are specified by the rendering engine intelligent pretty good image (PG) logic.void
resetDefaultsNoSave_async(AMD_IRenderingSettings_resetDefaultsNoSave __cb, RenderingDef def, Pixels pixels)
Resets the given rendering settings to those that are specified by the rendering engine intelligent pretty good image (PG) logic for the pixels set linked to that set of rendering settings.void
resetMinMaxInSet_async(AMD_IRenderingSettings_resetMinMaxInSet __cb, java.lang.String type, java.util.List<java.lang.Long> nodeIds)
Resets a the channel windows for one or many containers back to their global minimum and global maximum for the channel.void
sanityCheckPixels_async(AMD_IRenderingSettings_sanityCheckPixels __cb, Pixels pFrom, Pixels pTo)
Checks if the specified sets of pixels are compatible.void
setOriginalSettingsForPixels_async(AMD_IRenderingSettings_setOriginalSettingsForPixels __cb, long pixelsId)
Resets an Pixels' default rendering settings back to channel global minimum and maximum.void
setOriginalSettingsInDataset_async(AMD_IRenderingSettings_setOriginalSettingsInDataset __cb, long datasetId)
Resets a dataset's rendering settings back to channel global minimum and maximum.void
setOriginalSettingsInImage_async(AMD_IRenderingSettings_setOriginalSettingsInImage __cb, long imageId)
Resets an image's default rendering settings back to channel global minimum and maximum.void
setOriginalSettingsInSet_async(AMD_IRenderingSettings_setOriginalSettingsInSet __cb, java.lang.String type, java.util.List<java.lang.Long> nodeIds)
Resets a rendering settings back to channel global minimum and maximum for the specified containers.-
Methods inherited from class Ice.ObjectImpl
___ice_id, ___ice_ids, ___ice_isA, ___ice_ping, __checkMode, __read, __read, __readImpl, __write, __write, __writeImpl, clone, 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.api._IRenderingSettingsOperations
applySettingsToDataset_async, applySettingsToImage_async, applySettingsToImages_async, applySettingsToPixels_async, applySettingsToProject_async, applySettingsToSet_async, createNewRenderingDef_async, getRenderingSettings_async, resetDefaults_async, resetDefaultsByOwnerInSet_async, resetDefaultsForPixels_async, resetDefaultsInDataset_async, resetDefaultsInImage_async, resetDefaultsInSet_async, resetDefaultsNoSave_async, resetMinMaxInSet_async, sanityCheckPixels_async, setOriginalSettingsForPixels_async, setOriginalSettingsInDataset_async, setOriginalSettingsInImage_async, setOriginalSettingsInSet_async
-
-
-
-
Field Detail
-
__ids
public static final java.lang.String[] __ids
-
serialVersionUID
public static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Method Detail
-
ice_copyStateFrom
protected void ice_copyStateFrom(Ice.Object __obj) throws java.lang.CloneNotSupportedException
- Throws:
java.lang.CloneNotSupportedException
-
ice_isA
public boolean ice_isA(java.lang.String s)
- Specified by:
ice_isA
in interfaceIce.Object
- Overrides:
ice_isA
in classIce.ObjectImpl
-
ice_isA
public boolean ice_isA(java.lang.String s, Ice.Current __current)
- Specified by:
ice_isA
in interfaceIce.Object
- Overrides:
ice_isA
in classIce.ObjectImpl
-
ice_ids
public java.lang.String[] ice_ids()
- Specified by:
ice_ids
in interfaceIce.Object
- Overrides:
ice_ids
in classIce.ObjectImpl
-
ice_ids
public java.lang.String[] ice_ids(Ice.Current __current)
- Specified by:
ice_ids
in interfaceIce.Object
- Overrides:
ice_ids
in classIce.ObjectImpl
-
ice_id
public java.lang.String ice_id()
- Specified by:
ice_id
in interfaceIce.Object
- Overrides:
ice_id
in classIce.ObjectImpl
-
ice_id
public java.lang.String ice_id(Ice.Current __current)
- Specified by:
ice_id
in interfaceIce.Object
- Overrides:
ice_id
in classIce.ObjectImpl
-
ice_staticId
public static java.lang.String ice_staticId()
-
applySettingsToDataset_async
public final void applySettingsToDataset_async(AMD_IRenderingSettings_applySettingsToDataset __cb, long from, long to) throws ServerError
Applies rendering settings to all images in a given Dataset.- Specified by:
applySettingsToDataset_async
in interface_IRenderingSettingsOperationsNC
- Parameters:
__cb
- The callback object for the operation.from
- The Id of the pixels set to copy the rendering settings from.to
- The Id of the dataset container to apply settings to.- Throws:
ValidationException
- if the rendering settingsfrom
is not locatable or the datasetto
is not locatable.ServerError
-
applySettingsToImage_async
public final void applySettingsToImage_async(AMD_IRenderingSettings_applySettingsToImage __cb, long from, long to) throws ServerError
Applies rendering settings to a given Image.- Specified by:
applySettingsToImage_async
in interface_IRenderingSettingsOperationsNC
- Parameters:
__cb
- The callback object for the operation.from
- The Id of the pixels set to copy the rendering settings from.to
- The Id of the image container to apply settings to.- Throws:
ValidationException
- if the rendering settingsfrom
is not locatable or the imageto
is not locatable.ServerError
-
applySettingsToImages_async
public final void applySettingsToImages_async(AMD_IRenderingSettings_applySettingsToImages __cb, long from, java.util.List<java.lang.Long> to) throws ServerError
Applies rendering settings to a given Image.- Specified by:
applySettingsToImages_async
in interface_IRenderingSettingsOperationsNC
- Parameters:
__cb
- The callback object for the operation.from
- The Id of the pixels set to copy the rendering settings from.to
- The Id of the image container to apply settings to.- Throws:
ValidationException
- if the rendering settingsfrom
is not locatable or the imageto
is not locatable.ServerError
-
applySettingsToPixels_async
public final void applySettingsToPixels_async(AMD_IRenderingSettings_applySettingsToPixels __cb, long from, long to) throws ServerError
Applies rendering settings to a given Pixels.- Specified by:
applySettingsToPixels_async
in interface_IRenderingSettingsOperationsNC
- Parameters:
__cb
- The callback object for the operation.from
- The Id of the pixels set to copy the rendering settings from.to
- The Id of the pixels container to apply settings to.- Throws:
ValidationException
- if the rendering settingsfrom
is not locatable or the pixelsto
is not locatable.ServerError
-
applySettingsToProject_async
public final void applySettingsToProject_async(AMD_IRenderingSettings_applySettingsToProject __cb, long from, long to) throws ServerError
Applies rendering settings to all images in all Datasets of a given Project.- Specified by:
applySettingsToProject_async
in interface_IRenderingSettingsOperationsNC
- Parameters:
__cb
- The callback object for the operation.from
- The Id of the pixels set to copy the rendering settings from.to
- The Id of the project container to apply settings to.- Throws:
ValidationException
- if the rendering settingsfrom
is not locatable or the projectto
is not locatable.ServerError
-
applySettingsToSet_async
public final void applySettingsToSet_async(AMD_IRenderingSettings_applySettingsToSet __cb, long from, java.lang.String toType, java.util.List<java.lang.Long> nodeIds) throws ServerError
Applies rendering settings to one or many containers. If a container such as Dataset is to be copied to, all images within that Dataset will have the rendering settings applied. Supported container types are:- Specified by:
applySettingsToSet_async
in interface_IRenderingSettingsOperationsNC
- Parameters:
__cb
- The callback object for the operation.from
- The Id of the pixels set to copy the rendering settings from.toType
- The type of nodes to handle.- Throws:
ValidationException
- if an illegaltype
is used.ServerError
-
createNewRenderingDef_async
public final void createNewRenderingDef_async(AMD_IRenderingSettings_createNewRenderingDef __cb, Pixels pixels) throws ServerError
Creates a new rendering definition object along with its sub-objects.- Specified by:
createNewRenderingDef_async
in interface_IRenderingSettingsOperationsNC
- Parameters:
__cb
- The callback object for the operation.pixels
- The Pixels set to link to the rendering definition.- Throws:
ServerError
-
getRenderingSettings_async
public final void getRenderingSettings_async(AMD_IRenderingSettings_getRenderingSettings __cb, long pixelsId) throws ServerError
Returns the default rendering settings for a given pixels for the current user.- Specified by:
getRenderingSettings_async
in interface_IRenderingSettingsOperationsNC
- Parameters:
__cb
- The callback object for the operation.pixelsId
- The Id of the Pixels- Throws:
ValidationException
- if the image qualified byimageId
is unlocatable.ServerError
-
resetDefaults_async
public final void resetDefaults_async(AMD_IRenderingSettings_resetDefaults __cb, RenderingDef def, Pixels pixels) throws ServerError
Resets the given rendering settings to those that are specified by the rendering engine intelligent pretty good image (PG) logic for the pixels set linked to that set of rendering settings. NOTE: This method should only be used to reset a rendering definition that has been retrieved viagetRenderingSettings
as it relies on certain objects being loaded. The rendering settings are saved upon completion.- Specified by:
resetDefaults_async
in interface_IRenderingSettingsOperationsNC
- Parameters:
__cb
- The callback object for the operation.def
- A RenderingDef to reset. It is expected that def.pixels will be unloaded and that the actual linked Pixels set will be provided in thepixels
argument.pixels
- The Pixels set fordef
.- Throws:
ServerError
-
resetDefaultsByOwnerInSet_async
public final void resetDefaultsByOwnerInSet_async(AMD_IRenderingSettings_resetDefaultsByOwnerInSet __cb, java.lang.String type, java.util.List<java.lang.Long> nodeIds) throws ServerError
Resets the rendering settings of a given group of containers based on the owner's (essentially a copy). Supported container types are:- Specified by:
resetDefaultsByOwnerInSet_async
in interface_IRenderingSettingsOperationsNC
- Parameters:
__cb
- The callback object for the operation.type
- The type of nodes to handle.- Throws:
ValidationException
- if an illegaltype
is used.ServerError
-
resetDefaultsForPixels_async
public final void resetDefaultsForPixels_async(AMD_IRenderingSettings_resetDefaultsForPixels __cb, long pixelsId) throws ServerError
Resets a Pixels' default rendering settings back to those that are specified by the rendering engine intelligent pretty good image (PG) logic.- Specified by:
resetDefaultsForPixels_async
in interface_IRenderingSettingsOperationsNC
- Parameters:
__cb
- The callback object for the operation.pixelsId
- The Id of the Pixels.- Throws:
ValidationException
- if the Pixels qualified bypixelsId
is unlocatable.ServerError
-
resetDefaultsInDataset_async
public final void resetDefaultsInDataset_async(AMD_IRenderingSettings_resetDefaultsInDataset __cb, long datasetId) throws ServerError
Resets a dataset's rendering settings back to those that are specified by the rendering engine intelligent pretty good image (PG) logic.- Specified by:
resetDefaultsInDataset_async
in interface_IRenderingSettingsOperationsNC
- Parameters:
__cb
- The callback object for the operation.datasetId
- The Id of the Dataset.- Throws:
ValidationException
- if the image qualified bydatasetId
is not locatable.ServerError
-
resetDefaultsInImage_async
public final void resetDefaultsInImage_async(AMD_IRenderingSettings_resetDefaultsInImage __cb, long imageId) throws ServerError
Resets an image's default rendering settings back to those that are specified by the rendering engine intelligent pretty good image (PG) logic.- Specified by:
resetDefaultsInImage_async
in interface_IRenderingSettingsOperationsNC
- Parameters:
__cb
- The callback object for the operation.imageId
- The Id of the Image.- Throws:
ValidationException
- if the image qualified byimageId
is unlocatable.ServerError
-
resetDefaultsInSet_async
public final void resetDefaultsInSet_async(AMD_IRenderingSettings_resetDefaultsInSet __cb, java.lang.String type, java.util.List<java.lang.Long> nodeIds) throws ServerError
Resets a rendering settings back to one or many containers that are specified by the rendering engine intelligent pretty good image (PG) logic. Supported container types are:- Specified by:
resetDefaultsInSet_async
in interface_IRenderingSettingsOperationsNC
- Parameters:
__cb
- The callback object for the operation.type
- The type of nodes to handle.- Throws:
ValidationException
- if an illegaltype
is used.ServerError
-
resetDefaultsNoSave_async
public final void resetDefaultsNoSave_async(AMD_IRenderingSettings_resetDefaultsNoSave __cb, RenderingDef def, Pixels pixels) throws ServerError
Resets the given rendering settings to those that are specified by the rendering engine intelligent pretty good image (PG) logic for the pixels set linked to that set of rendering settings. NOTE: This method should only be used to reset a rendering definition that has been retrieved viagetRenderingSettings(long)
as it relies on certain objects being loaded. The rendering settings are not saved.- Specified by:
resetDefaultsNoSave_async
in interface_IRenderingSettingsOperationsNC
- Parameters:
__cb
- The callback object for the operation.def
- A RenderingDef to reset. It is expected that def.pixels will be unloaded and that the actual linked Pixels set will be provided in thepixels
argument.pixels
- The Pixels set fordef
.- Throws:
ServerError
-
resetMinMaxInSet_async
public final void resetMinMaxInSet_async(AMD_IRenderingSettings_resetMinMaxInSet __cb, java.lang.String type, java.util.List<java.lang.Long> nodeIds) throws ServerError
Resets a the channel windows for one or many containers back to their global minimum and global maximum for the channel. Supported container types are:- Specified by:
resetMinMaxInSet_async
in interface_IRenderingSettingsOperationsNC
- Parameters:
__cb
- The callback object for the operation.type
- The type of nodes to handle.- Throws:
ValidationException
- if an illegaltype
is used.ServerError
-
sanityCheckPixels_async
public final void sanityCheckPixels_async(AMD_IRenderingSettings_sanityCheckPixels __cb, Pixels pFrom, Pixels pTo) throws ServerError
Checks if the specified sets of pixels are compatible. Returnstrue
if the pixels set is valid,false
otherwise.- Specified by:
sanityCheckPixels_async
in interface_IRenderingSettingsOperationsNC
- Parameters:
__cb
- The callback object for the operation.pFrom
- The pixels set to copy the settings from.- Throws:
ServerError
-
setOriginalSettingsForPixels_async
public final void setOriginalSettingsForPixels_async(AMD_IRenderingSettings_setOriginalSettingsForPixels __cb, long pixelsId) throws ServerError
Resets an Pixels' default rendering settings back to channel global minimum and maximum.- Specified by:
setOriginalSettingsForPixels_async
in interface_IRenderingSettingsOperationsNC
- Parameters:
__cb
- The callback object for the operation.pixelsId
- The Id of the Pixels set.- Throws:
ValidationException
- if the image qualified bypixelsId
is not locatable.ServerError
-
setOriginalSettingsInDataset_async
public final void setOriginalSettingsInDataset_async(AMD_IRenderingSettings_setOriginalSettingsInDataset __cb, long datasetId) throws ServerError
Resets a dataset's rendering settings back to channel global minimum and maximum.- Specified by:
setOriginalSettingsInDataset_async
in interface_IRenderingSettingsOperationsNC
- Parameters:
__cb
- The callback object for the operation.datasetId
- The id of the dataset to handle.- Throws:
ValidationException
- if the image qualified bydatasetId
is not locatable.ServerError
-
setOriginalSettingsInImage_async
public final void setOriginalSettingsInImage_async(AMD_IRenderingSettings_setOriginalSettingsInImage __cb, long imageId) throws ServerError
Resets an image's default rendering settings back to channel global minimum and maximum.- Specified by:
setOriginalSettingsInImage_async
in interface_IRenderingSettingsOperationsNC
- Parameters:
__cb
- The callback object for the operation.imageId
- The Id of the Image.- Throws:
ValidationException
- if the image qualified byimageId
is not locatable.ServerError
-
setOriginalSettingsInSet_async
public final void setOriginalSettingsInSet_async(AMD_IRenderingSettings_setOriginalSettingsInSet __cb, java.lang.String type, java.util.List<java.lang.Long> nodeIds) throws ServerError
Resets a rendering settings back to channel global minimum and maximum for the specified containers. Supported container types are:- Specified by:
setOriginalSettingsInSet_async
in interface_IRenderingSettingsOperationsNC
- Parameters:
__cb
- The callback object for the operation.type
- The type of nodes to handle.- Throws:
ValidationException
- if an illegaltype
is used.ServerError
-
___sanityCheckPixels
public static Ice.DispatchStatus ___sanityCheckPixels(IRenderingSettings __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___getRenderingSettings
public static Ice.DispatchStatus ___getRenderingSettings(IRenderingSettings __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___createNewRenderingDef
public static Ice.DispatchStatus ___createNewRenderingDef(IRenderingSettings __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___resetDefaults
public static Ice.DispatchStatus ___resetDefaults(IRenderingSettings __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___resetDefaultsNoSave
public static Ice.DispatchStatus ___resetDefaultsNoSave(IRenderingSettings __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___resetDefaultsInImage
public static Ice.DispatchStatus ___resetDefaultsInImage(IRenderingSettings __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___resetDefaultsForPixels
public static Ice.DispatchStatus ___resetDefaultsForPixels(IRenderingSettings __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___resetDefaultsInDataset
public static Ice.DispatchStatus ___resetDefaultsInDataset(IRenderingSettings __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___resetDefaultsInSet
public static Ice.DispatchStatus ___resetDefaultsInSet(IRenderingSettings __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___resetDefaultsByOwnerInSet
public static Ice.DispatchStatus ___resetDefaultsByOwnerInSet(IRenderingSettings __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___resetMinMaxInSet
public static Ice.DispatchStatus ___resetMinMaxInSet(IRenderingSettings __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___applySettingsToSet
public static Ice.DispatchStatus ___applySettingsToSet(IRenderingSettings __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___applySettingsToProject
public static Ice.DispatchStatus ___applySettingsToProject(IRenderingSettings __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___applySettingsToDataset
public static Ice.DispatchStatus ___applySettingsToDataset(IRenderingSettings __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___applySettingsToImages
public static Ice.DispatchStatus ___applySettingsToImages(IRenderingSettings __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___applySettingsToImage
public static Ice.DispatchStatus ___applySettingsToImage(IRenderingSettings __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___applySettingsToPixels
public static Ice.DispatchStatus ___applySettingsToPixels(IRenderingSettings __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___setOriginalSettingsInImage
public static Ice.DispatchStatus ___setOriginalSettingsInImage(IRenderingSettings __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___setOriginalSettingsForPixels
public static Ice.DispatchStatus ___setOriginalSettingsForPixels(IRenderingSettings __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___setOriginalSettingsInDataset
public static Ice.DispatchStatus ___setOriginalSettingsInDataset(IRenderingSettings __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___setOriginalSettingsInSet
public static Ice.DispatchStatus ___setOriginalSettingsInSet(IRenderingSettings __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
__dispatch
public Ice.DispatchStatus __dispatch(IceInternal.Incoming in, Ice.Current __current)
- Specified by:
__dispatch
in interfaceIce.Object
- Overrides:
__dispatch
in classIce.ObjectImpl
-
__writeImpl
protected void __writeImpl(IceInternal.BasicStream __os)
- Overrides:
__writeImpl
in classIce.ObjectImpl
-
__readImpl
protected void __readImpl(IceInternal.BasicStream __is)
- Overrides:
__readImpl
in classIce.ObjectImpl
-
-