Package omero.api

Class _IRenderingSettingsDisp

    • Field Detail

      • __ids

        public static final java.lang.String[] __ids
    • Constructor Detail

      • _IRenderingSettingsDisp

        public _IRenderingSettingsDisp()
    • 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 interface Ice.Object
        Overrides:
        ice_isA in class Ice.ObjectImpl
      • ice_isA

        public boolean ice_isA​(java.lang.String s,
                               Ice.Current __current)
        Specified by:
        ice_isA in interface Ice.Object
        Overrides:
        ice_isA in class Ice.ObjectImpl
      • ice_ids

        public java.lang.String[] ice_ids()
        Specified by:
        ice_ids in interface Ice.Object
        Overrides:
        ice_ids in class Ice.ObjectImpl
      • ice_ids

        public java.lang.String[] ice_ids​(Ice.Current __current)
        Specified by:
        ice_ids in interface Ice.Object
        Overrides:
        ice_ids in class Ice.ObjectImpl
      • ice_id

        public java.lang.String ice_id()
        Specified by:
        ice_id in interface Ice.Object
        Overrides:
        ice_id in class Ice.ObjectImpl
      • ice_id

        public java.lang.String ice_id​(Ice.Current __current)
        Specified by:
        ice_id in interface Ice.Object
        Overrides:
        ice_id in class Ice.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 settings from is not locatable or the dataset to 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 settings from is not locatable or the image to 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 settings from is not locatable or the image to 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 settings from is not locatable or the project to 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 illegal type is used.
        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 via getRenderingSettings 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 the pixels argument.
        pixels - The Pixels set for def.
        Throws:
        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 via getRenderingSettings(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 the pixels argument.
        pixels - The Pixels set for def.
        Throws:
        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 interface Ice.Object
        Overrides:
        __dispatch in class Ice.ObjectImpl
      • __writeImpl

        protected void __writeImpl​(IceInternal.BasicStream __os)
        Overrides:
        __writeImpl in class Ice.ObjectImpl
      • __readImpl

        protected void __readImpl​(IceInternal.BasicStream __is)
        Overrides:
        __readImpl in class Ice.ObjectImpl