Version: 5.4.10-ice36-b105
OmeroBlitz API
Home
Previous
Up
Next
Index
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
RDouble
getX()
void setX(
RDouble
theX)
RDouble
getY()
void setY(
RDouble
theY)
RDouble
getWidth()
void setWidth(
RDouble
theWidth)
RDouble
getHeight()
void setHeight(
RDouble
theHeight)
Pixels
getPixels()
void setPixels(
Pixels
thePixels)
RString
getTextValue()
void setTextValue(
RString
theTextValue)
::Ice::ByteSeq getBytes()
void setBytes(::Ice::ByteSeq theBytes)
Data Members
RDouble
x;
RDouble
y;
RDouble
width;
RDouble
height;
Pixels
pixels;
RString
textValue;
::Ice::ByteSeq bytes;
Home
Previous
Up
Next
Index