Version: 5.1.4-ice35-b55

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
getTextValue
setTextValue

Data Member Index

x
y
width
height
rx
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)

RDouble getRx()

void setRx(RDouble theRx)

RString getTextValue()

void setTextValue(RString theTextValue)

Data Members

RDouble x;

RDouble y;

RDouble width;

RDouble height;

RDouble rx;

RString textValue;


Home Previous Up Next Index