omero::model::Mask
Overview
[ "protected" ]
class Mask extends Shape
Operation Index
- getX
-
- setX
-
- getY
-
- setY
-
- getWidth
-
- setWidth
-
- getHeight
-
- setHeight
-
- getPixels
-
- setPixels
-
- getTextValue
-
- setTextValue
-
- getBytes
-
- setBytes
-
Data Member Index
- x
-
- y
-
- width
-
- height
-
- pixels
-
- textValue
-
- bytes
-
Operations
void setX(RDouble theX)
void setY(RDouble theY)
void setWidth(RDouble theWidth)
void setHeight(RDouble theHeight)
void setPixels(Pixels thePixels)
RString getTextValue()
void setTextValue(RString theTextValue)
::Ice::ByteSeq getBytes()
void setBytes(::Ice::ByteSeq theBytes)
Data Members
::Ice::ByteSeq bytes;