Version: Beta4.2.1-r8614-Beta4.2-b41
OmeroBlitz Api
Home
Previous
Up
Next
Index
omero::model::Label
Overview
[ "protected" ] class Label extends
Shape
Operation Index
getX
setX
getY
setY
getTextValue
setTextValue
getAnchor
setAnchor
getDecoration
setDecoration
getBaselineShift
setBaselineShift
getGlyphOrientationVertical
setGlyphOrientationVertical
getDirection
setDirection
getWritingMode
setWritingMode
Data Member Index
x
y
textValue
anchor
decoration
baselineShift
glyphOrientationVertical
direction
writingMode
Operations
RDouble
getX
()
void
setX
(
RDouble
theX)
RDouble
getY
()
void
setY
(
RDouble
theY)
RString
getTextValue
()
void
setTextValue
(
RString
theTextValue)
RString
getAnchor
()
void
setAnchor
(
RString
theAnchor)
RString
getDecoration
()
void
setDecoration
(
RString
theDecoration)
RString
getBaselineShift
()
void
setBaselineShift
(
RString
theBaselineShift)
RInt
getGlyphOrientationVertical
()
void
setGlyphOrientationVertical
(
RInt
theGlyphOrientationVertical)
RString
getDirection
()
void
setDirection
(
RString
theDirection)
RString
getWritingMode
()
void
setWritingMode
(
RString
theWritingMode)
Data Members
RDouble
x
;
RDouble
y
;
RString
textValue
;
RString
anchor
;
RString
decoration
;
RString
baselineShift
;
RInt
glyphOrientationVertical
;
RString
direction
;
RString
writingMode
;
Home
Previous
Up
Next
Index