Class ContrastStretchingContext

    • Field Detail

      • xstart

        protected java.lang.Integer xstart
      • ystart

        protected java.lang.Integer ystart
      • xend

        protected java.lang.Integer xend
      • yend

        protected java.lang.Integer yend
      • FIELDS

        public static final java.util.Set<java.lang.String> FIELDS
    • Constructor Detail

      • ContrastStretchingContext

        public ContrastStretchingContext()
      • ContrastStretchingContext

        protected ContrastStretchingContext​(java.lang.Long id)
      • ContrastStretchingContext

        public ContrastStretchingContext​(java.lang.Long id,
                                         boolean loaded)
        Main constructor.
      • ContrastStretchingContext

        public ContrastStretchingContext​(java.lang.Integer _xstart,
                                         java.lang.Integer _ystart,
                                         java.lang.Integer _xend,
                                         java.lang.Integer _yend)
    • Method Detail

      • getXstart

        @Field(index=UN_TOKENIZED) @Field(index=TOKENIZED,analyzer=@Analyzer(impl=ConfiguredAnalyzer.class),name="combined_fields")
        public java.lang.Integer getXstart()
        Simple field ome.model.display.ContrastStretchingContext.xstart (java.lang.Integer)
      • setXstart

        public void setXstart​(java.lang.Integer xstart)
      • getYstart

        @Field(index=UN_TOKENIZED) @Field(index=TOKENIZED,analyzer=@Analyzer(impl=ConfiguredAnalyzer.class),name="combined_fields")
        public java.lang.Integer getYstart()
        Simple field ome.model.display.ContrastStretchingContext.ystart (java.lang.Integer)
      • setYstart

        public void setYstart​(java.lang.Integer ystart)
      • getXend

        @Field(index=UN_TOKENIZED) @Field(index=TOKENIZED,analyzer=@Analyzer(impl=ConfiguredAnalyzer.class),name="combined_fields")
        public java.lang.Integer getXend()
        Simple field ome.model.display.ContrastStretchingContext.xend (java.lang.Integer)
      • setXend

        public void setXend​(java.lang.Integer xend)
      • getYend

        @Field(index=UN_TOKENIZED) @Field(index=TOKENIZED,analyzer=@Analyzer(impl=ConfiguredAnalyzer.class),name="combined_fields")
        public java.lang.Integer getYend()
        Simple field ome.model.display.ContrastStretchingContext.yend (java.lang.Integer)
      • setYend

        public void setYend​(java.lang.Integer yend)
      • fields

        public java.util.Set<java.lang.String> fields()
        Description copied from interface: IObject
        returns a Set of field names that belong to this class
        Specified by:
        fields in interface IObject
        Overrides:
        fields in class CodomainMapContext
      • retrieve

        public java.lang.Object retrieve​(java.lang.String field)
        Description copied from interface: IObject
        retrieves a value from this instance. Values for field which match a field of this instance will be delegated to the accessors. Otherwise, values will be retrieved from a lazy-loaded map filled by calls to IObject.putAt(String, Object)
        Specified by:
        retrieve in interface IObject
        Overrides:
        retrieve in class CodomainMapContext
      • putAt

        public void putAt​(java.lang.String field,
                          java.lang.Object value)
        Description copied from interface: IObject
        stores a value in this instance. Values for field which match a field of this instance will be delegated to the accessors. Otherwise, values will be stored in a lazy-loaded map.
        Specified by:
        putAt in interface IObject
        Overrides:
        putAt in class CodomainMapContext
        Parameters:
        field - Field name
        value - Any object to be stored.
      • unload

        public void unload()
        Description copied from interface: IObject
        set the loaded field to false, and set all non-ID fields to null. Subsequent calls to all accessors other than getId/setId will throw an ApiUsageException
        Specified by:
        unload in interface IObject
        Overrides:
        unload in class CodomainMapContext