Version: 4.3.4-dbcbce5a-b4
OmeroBlitz Api
Home
Previous
Up
Next
Index
omero::model::Shape
Overview
[ "protected" ] class Shape extends
IObject
Derived Classes and Interfaces
Ellipse
Label
Line
Mask
Path
Point
Polygon
Polyline
Rect
Used By
api::ShapeList
RoiShapesSeq
Roi::addShape
Roi::getPrimaryShape
Roi::getShape
Roi::removeShape
Roi::setPrimaryShape
Roi::setShape
Operation Index
getVersion
setVersion
getTheZ
setTheZ
getTheT
setTheT
getTheC
setTheC
getRoi
setRoi
getLocked
setLocked
getG
setG
getTransform
setTransform
getVectorEffect
setVectorEffect
getVisibility
setVisibility
getFillColor
setFillColor
getFillRule
setFillRule
getStrokeColor
setStrokeColor
getStrokeDashArray
setStrokeDashArray
getStrokeDashOffset
setStrokeDashOffset
getStrokeLineCap
setStrokeLineCap
getStrokeLineJoin
setStrokeLineJoin
getStrokeMiterLimit
setStrokeMiterLimit
getStrokeWidth
setStrokeWidth
getFontFamily
setFontFamily
getFontSize
setFontSize
getFontStretch
setFontStretch
getFontStyle
setFontStyle
getFontVariant
setFontVariant
getFontWeight
setFontWeight
Data Member Index
version
theZ
theT
theC
roi
locked
g
transform
vectorEffect
visibility
fillColor
fillRule
strokeColor
strokeDashArray
strokeDashOffset
strokeLineCap
strokeLineJoin
strokeMiterLimit
strokeWidth
fontFamily
fontSize
fontStretch
fontStyle
fontVariant
fontWeight
Operations
RInt
getVersion
()
void
setVersion
(
RInt
theVersion)
RInt
getTheZ
()
void
setTheZ
(
RInt
theTheZ)
RInt
getTheT
()
void
setTheT
(
RInt
theTheT)
RInt
getTheC
()
void
setTheC
(
RInt
theTheC)
Roi
getRoi
()
void
setRoi
(
Roi
theRoi)
RBool
getLocked
()
void
setLocked
(
RBool
theLocked)
RString
getG
()
void
setG
(
RString
theG)
RString
getTransform
()
void
setTransform
(
RString
theTransform)
RString
getVectorEffect
()
void
setVectorEffect
(
RString
theVectorEffect)
RBool
getVisibility
()
void
setVisibility
(
RBool
theVisibility)
RInt
getFillColor
()
void
setFillColor
(
RInt
theFillColor)
RString
getFillRule
()
void
setFillRule
(
RString
theFillRule)
RInt
getStrokeColor
()
void
setStrokeColor
(
RInt
theStrokeColor)
RString
getStrokeDashArray
()
void
setStrokeDashArray
(
RString
theStrokeDashArray)
RInt
getStrokeDashOffset
()
void
setStrokeDashOffset
(
RInt
theStrokeDashOffset)
RString
getStrokeLineCap
()
void
setStrokeLineCap
(
RString
theStrokeLineCap)
RString
getStrokeLineJoin
()
void
setStrokeLineJoin
(
RString
theStrokeLineJoin)
RInt
getStrokeMiterLimit
()
void
setStrokeMiterLimit
(
RInt
theStrokeMiterLimit)
RInt
getStrokeWidth
()
void
setStrokeWidth
(
RInt
theStrokeWidth)
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
RInt
version
;
RInt
theZ
;
RInt
theT
;
RInt
theC
;
Roi
roi
;
RBool
locked
;
RString
g
;
RString
transform
;
RString
vectorEffect
;
RBool
visibility
;
RInt
fillColor
;
RString
fillRule
;
RInt
strokeColor
;
RString
strokeDashArray
;
RInt
strokeDashOffset
;
RString
strokeLineCap
;
RString
strokeLineJoin
;
RInt
strokeMiterLimit
;
RInt
strokeWidth
;
RString
fontFamily
;
RInt
fontSize
;
RString
fontStretch
;
RString
fontStyle
;
RString
fontVariant
;
RString
fontWeight
;
Home
Previous
Up
Next
Index