OmeroBlitz API
Home Previous Up Next Index

omero::model::Path

Overview

[ "protected", "deprecate:Path is deprecated." ] class Path extends Shape

Path is deprecated.

Operation Index

getD
setD
getTextValue
setTextValue

Data Member Index

d
textValue

Operations

RString getD()

This operation is deprecated.

void setD(RString theD)

This operation is deprecated.

RString getTextValue()

This operation is deprecated.

void setTextValue(RString theTextValue)

This operation is deprecated.

Data Members

RString d;

This member is deprecated.

RString textValue;

This member is deprecated.


Home Previous Up Next Index