Version: Beta-4.1.1-r5927-b91

OmeroBlitz Api
Home Previous Up Next Index

omero::model::Shape

Overview

[ "protected" ] class Shape extends IObject

Derived Classes and Interfaces

Ellipse
Line
Mask
Path
Point
Polygon
Polyline
Rect
Text

Used By

reloadChannels
api::ShapeList
api::IRoi::findByIntersection
RoiShapesSeq
LogicalChannel::getShapes
LogicalChannel::setShapes
LogicalChannel::shapes
Roi::addShape
Roi::getPrimaryShape
Roi::getShape
Roi::removeShape
Roi::setPrimaryShape
Roi::setShape

Operation Index

getVersion
setVersion
getTheZ
setTheZ
getTheT
setTheT
unloadChannels
sizeOfChannels
copyChannels
addLogicalChannel
addAllLogicalChannelSet
removeLogicalChannel
removeAllLogicalChannelSet
clearChannels
reloadChannels
getRoi
setRoi
getLocked
setLocked
getG
setG
getTransform
setTransform
getVectorEffect
setVectorEffect
getVisibility
setVisibility
getFillColor
setFillColor
getFillOpacity
setFillOpacity
getFillRule
setFillRule
getStrokeColor
setStrokeColor
getStrokeDashArray
setStrokeDashArray
getStrokeDashOffset
setStrokeDashOffset
getStrokeLineCap
setStrokeLineCap
getStrokeLineJoin
setStrokeLineJoin
getStrokeMiterLimit
setStrokeMiterLimit
getStrokeOpacity
setStrokeOpacity
getStrokeWidth
setStrokeWidth

Data Member Index

version
theZ
theT
channelsSeq
channelsLoaded
roi
locked
g
transform
vectorEffect
visibility
fillColor
fillOpacity
fillRule
strokeColor
strokeDashArray
strokeDashOffset
strokeLineCap
strokeLineJoin
strokeMiterLimit
strokeOpacity
strokeWidth

Operations

RInt getVersion()

void setVersion(RInt theVersion)

RInt getTheZ()

void setTheZ(RInt theTheZ)

RInt getTheT()

void setTheT(RInt theTheT)

void unloadChannels()

int sizeOfChannels()

ShapeChannelsSeq copyChannels()

void addLogicalChannel(LogicalChannel target)

void addAllLogicalChannelSet(ShapeChannelsSeq targets)

void removeLogicalChannel(LogicalChannel theTarget)

void removeAllLogicalChannelSet(ShapeChannelsSeq targets)

void clearChannels()

void reloadChannels(Shape toCopy)

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)

RString getFillColor()

void setFillColor(RString theFillColor)

RFloat getFillOpacity()

void setFillOpacity(RFloat theFillOpacity)

RString getFillRule()

void setFillRule(RString theFillRule)

RString getStrokeColor()

void setStrokeColor(RString 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)

RFloat getStrokeOpacity()

void setStrokeOpacity(RFloat theStrokeOpacity)

RInt getStrokeWidth()

void setStrokeWidth(RInt theStrokeWidth)

Data Members

RInt version;

RInt theZ;

RInt theT;

ShapeChannelsSeq channelsSeq;

bool channelsLoaded;

Roi roi;

RBool locked;

RString g;

RString transform;

RString vectorEffect;

RBool visibility;

RString fillColor;

RFloat fillOpacity;

RString fillRule;

RString strokeColor;

RString strokeDashArray;

RInt strokeDashOffset;

RString strokeLineCap;

RString strokeLineJoin;

RInt strokeMiterLimit;

RFloat strokeOpacity;

RInt strokeWidth;


Home Previous Up Next Index