Version: Beta-4.1.1-r5927-b91
OmeroBlitz Api
Home
Previous
Up
Next
Index
omero::model::Text
Overview
[ "protected" ] class Text extends
Shape
Operation Index
getX
setX
getTextValue
setTextValue
getAnchor
setAnchor
getDecoration
setDecoration
getBaselineShift
setBaselineShift
getGlyphOrientationVertical
setGlyphOrientationVertical
getDirection
setDirection
getWritingMode
setWritingMode
getFontFamily
setFontFamily
getFontSize
setFontSize
getFontStretch
setFontStretch
getFontStyle
setFontStyle
getFontVariant
setFontVariant
getFontWeight
setFontWeight
Data Member Index
x
textValue
anchor
decoration
baselineShift
glyphOrientationVertical
direction
writingMode
fontFamily
fontSize
fontStretch
fontStyle
fontVariant
fontWeight
Operations
RDouble
getX
()
void
setX
(
RDouble
theX)
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)
RString
getFontFamily
()
void
setFontFamily
(
RString
theFontFamily)
RInt
getFontSize
()
void
setFontSize
(
RInt
theFontSize)
RString
getFontStretch
()
void
setFontStretch
(
RString
theFontStretch)
RString
getFontStyle
()
void
setFontStyle
(
RString
theFontStyle)
RString
getFontVariant
()
void
setFontVariant
(
RString
theFontVariant)
RString
getFontWeight
()
void
setFontWeight
(
RString
theFontWeight)
Data Members
RDouble
x
;
RString
textValue
;
RString
anchor
;
RString
decoration
;
RString
baselineShift
;
RInt
glyphOrientationVertical
;
RString
direction
;
RString
writingMode
;
RString
fontFamily
;
RInt
fontSize
;
RString
fontStretch
;
RString
fontStyle
;
RString
fontVariant
;
RString
fontWeight
;
Home
Previous
Up
Next
Index