Version: 5.1.4-ice35-b55

OmeroBlitz Api
Home Previous Up Next Index

omero::model::Ellipse

Overview

[ "protected" ] class Ellipse extends Shape

Operation Index

getCx
setCx
getCy
setCy
getRx
setRx
getRy
setRy
getTextValue
setTextValue

Data Member Index

cx
cy
rx
ry
textValue

Operations

RDouble getCx()

void setCx(RDouble theCx)

RDouble getCy()

void setCy(RDouble theCy)

RDouble getRx()

void setRx(RDouble theRx)

RDouble getRy()

void setRy(RDouble theRy)

RString getTextValue()

void setTextValue(RString theTextValue)

Data Members

RDouble cx;

RDouble cy;

RDouble rx;

RDouble ry;

RString textValue;


Home Previous Up Next Index