Package omero.model

Interface _RenderingDefOperationsNC

    • Method Detail

      • getVersion

        RInt getVersion()
      • setVersion

        void setVersion​(RInt theVersion)
      • getPixels

        Pixels getPixels()
      • setPixels

        void setPixels​(Pixels thePixels)
      • getDefaultZ

        RInt getDefaultZ()
      • setDefaultZ

        void setDefaultZ​(RInt theDefaultZ)
      • getDefaultT

        RInt getDefaultT()
      • setDefaultT

        void setDefaultT​(RInt theDefaultT)
      • unloadWaveRendering

        void unloadWaveRendering()
      • sizeOfWaveRendering

        int sizeOfWaveRendering()
      • copyWaveRendering

        java.util.List<ChannelBinding> copyWaveRendering()
      • addChannelBinding

        void addChannelBinding​(ChannelBinding target)
      • addAllChannelBindingSet

        void addAllChannelBindingSet​(java.util.List<ChannelBinding> targets)
      • removeChannelBinding

        void removeChannelBinding​(ChannelBinding theTarget)
      • removeAllChannelBindingSet

        void removeAllChannelBindingSet​(java.util.List<ChannelBinding> targets)
      • clearWaveRendering

        void clearWaveRendering()
      • reloadWaveRendering

        void reloadWaveRendering​(RenderingDef toCopy)
      • setName

        void setName​(RString theName)
      • getCompression

        RDouble getCompression()
      • setCompression

        void setCompression​(RDouble theCompression)
      • setQuantization

        void setQuantization​(QuantumDef theQuantization)
      • unloadProjections

        void unloadProjections()
      • sizeOfProjections

        int sizeOfProjections()
      • copyProjections

        java.util.List<ProjectionDef> copyProjections()
      • addProjectionDef

        void addProjectionDef​(ProjectionDef target)
      • addAllProjectionDefSet

        void addAllProjectionDefSet​(java.util.List<ProjectionDef> targets)
      • removeProjectionDef

        void removeProjectionDef​(ProjectionDef theTarget)
      • removeAllProjectionDefSet

        void removeAllProjectionDefSet​(java.util.List<ProjectionDef> targets)
      • clearProjections

        void clearProjections()
      • reloadProjections

        void reloadProjections​(RenderingDef toCopy)
      • getProjectionDef

        ProjectionDef getProjectionDef​(int index)
      • getPrimaryProjectionDef

        ProjectionDef getPrimaryProjectionDef()