Version: Beta-4.1.1-r5927-b91
OmeroBlitz Api
Home
Previous
Up
Next
Index
omero::model::Rect
Overview
[ "protected" ] class Rect extends
Shape
Operation Index
getX
setX
getY
setY
getWidth
setWidth
getHeight
setHeight
getRx
setRx
Data Member Index
x
y
width
height
rx
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)
RDouble
getRx
()
void
setRx
(
RDouble
theRx)
Data Members
RDouble
x
;
RDouble
y
;
RDouble
width
;
RDouble
height
;
RDouble
rx
;
Home
Previous
Up
Next
Index