Version: 5.3.3-ice35-b63
OmeroBlitz API
Home
Previous
Up
Next
Index
omero::model::Rectangle
Overview
[ "protected" ] class Rectangle extends
Shape
Operation Index
getX
setX
getY
setY
getWidth
setWidth
getHeight
setHeight
getTextValue
setTextValue
Data Member Index
x
y
width
height
textValue
Operations
RDouble
getX
()
void
setX
(
RDouble
theX)
RDouble
getY
()
void
setY
(
RDouble
theY)
RDouble
getWidth
()
void
setWidth
(
RDouble
theWidth)
RDouble
getHeight
()
void
setHeight
(
RDouble
theHeight)
RString
getTextValue
()
void
setTextValue
(
RString
theTextValue)
Data Members
RDouble
x
;
RDouble
y
;
RDouble
width
;
RDouble
height
;
RString
textValue
;
Home
Previous
Up
Next
Index