@Entity
 @Indexed(index="FullText")
 @ClassBridge(name="details",
             impl=DetailsFieldBridge.class,
             index=UN_TOKENIZED,
             store=NO)
public class Rectangle
extends Shape
implements Serializable, IObject, IMutable
Shape.Details| Modifier and Type | Field and Description | 
|---|---|
| static String | EVENT_FILTER | 
| static Set<String> | FIELDS | 
| static String | GROUP_FILTER | 
| protected Double | height | 
| static String | HEIGHT | 
| static String | OWNER_FILTER | 
| static String | PERMS_FILTER | 
| protected Double | rx | 
| static String | RX | 
| protected String | textValue | 
| static String | TEXTVALUE | 
| protected Double | width | 
| static String | WIDTH | 
| protected Double | x | 
| static String | X | 
| protected Double | y | 
| static String | Y | 
_dynamicFields, _loaded, annotationLinks, ANNOTATIONLINKS, ANNOTATIONLINKSCOUNTPEROWNER, details, DETAILS, EVENT_FILTER_ANNOTATIONLINKS, fillColor, FILLCOLOR, fillRule, FILLRULE, fontFamily, FONTFAMILY, fontSize, FONTSIZE, fontStretch, FONTSTRETCH, fontStyle, FONTSTYLE, fontVariant, FONTVARIANT, fontWeight, FONTWEIGHT, g, G, GROUP_FILTER_ANNOTATIONLINKS, id, ID, locked, LOCKED, OWNER_FILTER_ANNOTATIONLINKS, PERMS_FILTER_ANNOTATIONLINKS, roi, ROI, strokeColor, STROKECOLOR, strokeDashArray, STROKEDASHARRAY, strokeDashOffset, STROKEDASHOFFSET, strokeLineCap, STROKELINECAP, strokeLineJoin, STROKELINEJOIN, strokeMiterLimit, STROKEMITERLIMIT, strokeWidth, STROKEWIDTH, theC, THEC, theT, THET, theZ, THEZ, transform, TRANSFORM, vectorEffect, VECTOREFFECT, version, VERSION, visibility, VISIBILITY| Modifier | Constructor and Description | 
|---|---|
|   | Rectangle() | 
| protected  | Rectangle(Long id) | 
|   | Rectangle(Long id,
         boolean loaded)Main constructor. | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | acceptFilter(Filter __filter) | 
| Set<String> | fields()returns a Set of field names that belong to this class | 
| Double | getHeight()Simple field ome.model.roi.Rectangle.height (java.lang.Double) | 
| Double | getRx()Simple field ome.model.roi.Rectangle.rx (java.lang.Double) | 
| String | getTextValue()Simple field ome.model.roi.Rectangle.textValue (java.lang.String) | 
| Double | getWidth()Simple field ome.model.roi.Rectangle.width (java.lang.Double) | 
| Double | getX()Simple field ome.model.roi.Rectangle.x (java.lang.Double) | 
| Double | getY()Simple field ome.model.roi.Rectangle.y (java.lang.Double) | 
| boolean | isValid()calls the class-specific validator for this instance and returns the
 value from  Validation.isValid() | 
| Rectangle | newInstance() | 
| Rectangle | proxy() | 
| void | putAt(String field,
     Object value)stores a value in this instance. | 
| Object | retrieve(String field)retrieves a value from this instance. | 
| void | setHeight(Double height) | 
| void | setRx(Double rx) | 
| void | setTextValue(String textValue) | 
| void | setWidth(Double width) | 
| void | setX(Double x) | 
| void | setY(Double y) | 
| protected void | throwNullCollectionException(String propertyName) | 
| String | toString() | 
| void | unload()set the loaded field to false, and set all non-ID fields to null. | 
| Validation | validate()calls the class-specific validator for this instance and returns the
  Validationobject. | 
addShapeAnnotationLink, addShapeAnnotationLink, addShapeAnnotationLinkSet, clearAnnotationLinks, collectAnnotationLinks, eachLinkedAnnotation, errorIfUnloaded, findShapeAnnotationLink, getAnnotationLinks, getAnnotationLinksCountPerOwner, getDetails, getFillColor, getFillRule, getFontFamily, getFontSize, getFontStretch, getFontStyle, getFontVariant, getFontWeight, getG, getGraphHolder, getId, getLocked, getRoi, getStrokeColor, getStrokeDashArray, getStrokeDashOffset, getStrokeLineCap, getStrokeLineJoin, getStrokeMiterLimit, getStrokeWidth, getTheC, getTheT, getTheZ, getTransform, getVectorEffect, getVersion, getVisibility, isLoaded, iterateAnnotationLinks, linkAnnotation, linkedAnnotationIterator, linkedAnnotationList, removeShapeAnnotationLink, removeShapeAnnotationLink, removeShapeAnnotationLinkSet, setAnnotationLinks, setAnnotationLinksCountPerOwner, setDetails, setFillColor, setFillRule, setFontFamily, setFontSize, setFontStretch, setFontStyle, setFontVariant, setFontWeight, setG, setId, setLocked, setRoi, setStrokeColor, setStrokeDashArray, setStrokeDashOffset, setStrokeLineCap, setStrokeLineJoin, setStrokeMiterLimit, setStrokeWidth, setTheC, setTheT, setTheZ, setTransform, setVectorEffect, setVersion, setVisibility, sizeOfAnnotationLinks, unlinkAnnotation, unmodifiableAnnotationLinksclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetVersion, setVersiongetDetails, getGraphHolder, getId, isLoaded, setIdpublic static final String OWNER_FILTER
public static final String GROUP_FILTER
public static final String EVENT_FILTER
public static final String PERMS_FILTER
protected Double x
protected Double y
protected Double width
protected Double height
protected Double rx
protected String textValue
public static final String X
public static final String Y
public static final String WIDTH
public static final String HEIGHT
public static final String RX
public static final String TEXTVALUE
public Rectangle()
protected Rectangle(Long id)
public Rectangle(Long id, boolean loaded)
@Field(index=UN_TOKENIZED) @Field(index=UN_TOKENIZED,name="combined_fields") public Double getX()
public void setX(Double x)
@Field(index=UN_TOKENIZED) @Field(index=UN_TOKENIZED,name="combined_fields") public Double getY()
public void setY(Double y)
@Field(index=UN_TOKENIZED) @Field(index=UN_TOKENIZED,name="combined_fields") public Double getWidth()
public void setWidth(Double width)
@Field(index=UN_TOKENIZED) @Field(index=UN_TOKENIZED,name="combined_fields") public Double getHeight()
public void setHeight(Double height)
@Field(index=UN_TOKENIZED) @Field(index=UN_TOKENIZED,name="combined_fields") public Double getRx()
public void setRx(Double rx)
@Field(index=TOKENIZED) @Field(index=TOKENIZED,name="combined_fields") public String getTextValue()
public void setTextValue(String textValue)
public boolean isValid()
IObjectValidation.isValid()public Validation validate()
IObjectValidation object.public Rectangle newInstance()
public Rectangle proxy()
public boolean acceptFilter(Filter __filter)
acceptFilter in interface FilterableacceptFilter in class Shapepublic Set<String> fields()
IObjectpublic Object retrieve(String field)
IObjectfield
 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)public void putAt(String field, Object value)
IObjectfield which
 match a field of this instance will be delegated to the accessors.
 Otherwise, values will be stored in a lazy-loaded map.public void unload()
IObjectprotected void throwNullCollectionException(String propertyName)
throwNullCollectionException in class Shape
                
                
Version: 5.2.6-ice35-b35
Copyright © 2016 The University of Dundee & Open Microscopy Environment. All Rights Reserved.