Package omero.model

Interface _RenderingDefOperations

    • 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)
      • 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)
      • getPrimaryChannelBinding

        ChannelBinding getPrimaryChannelBinding​(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)
      • getPrimaryProjectionDef

        ProjectionDef getPrimaryProjectionDef​(Ice.Current __current)