Package omero :: Package util :: Module ROI_utils :: Class PolygonData
[hide private]
[frames] | no frames]

Class PolygonData

source code


Instance Methods [hide private]
 
__init__(self, roicoord=ROICoordinate(), pointsList=(0,0)) source code
 
setGeometry(self, polygon) source code
 
getGeometryFromROI(self, roi) source code
 
listToString(self, pointsList) source code
 
stringToTupleList(self, pointString) source code
 
createBaseType(self) source code
 
acceptVisitor(self, visitor) source code

Inherited from ShapeData: fromROI, getCoordFromROI, getROI, getShapeSettingsFromROI, setCoord, setROICoord, setROIGeometry, setROIShapeSettings, setShapeSettings

Method Details [hide private]

__init__(self, roicoord=ROICoordinate(), pointsList=(0,0))
(Constructor)

source code 
Overrides: ShapeData.__init__

getGeometryFromROI(self, roi)

source code 
Overrides: ShapeData.getGeometryFromROI

createBaseType(self)

source code 
Overrides: ShapeData.createBaseType

acceptVisitor(self, visitor)

source code 
Overrides: ROIDrawingI.acceptVisitor