Version: 5.1.4-ice35-b55

OmeroBlitz Api
Home Previous Up Next Index

omero::model::Point

Overview

[ "protected" ] class Point extends Shape

Operation Index

getCx
setCx
getCy
setCy
getTextValue
setTextValue

Data Member Index

cx
cy
textValue

Operations

RDouble getCx()

void setCx(RDouble theCx)

RDouble getCy()

void setCy(RDouble theCy)

RString getTextValue()

void setTextValue(RString theTextValue)

Data Members

RDouble cx;

RDouble cy;

RString textValue;


Home Previous Up Next Index