Skip to content

Shape_Type

Bases: NBOBaseClass

Represents the XML complex type Shape.

The shape element contains a single specific ROI shape and links that to any channels, and a timepoint and a z-section. It also records any transform applied to the ROI shape.

fromBase(base) staticmethod

getTypeName()

getXMLName()

getNBOType()

getChildren()

getSubElements()

fromJsonFile(path, validate=True)

fromJsonString(json_string, validate=True)

fromXmlFile(path, validate=True)

fromXmlString(xml_string, validate=True)

toXmlFile(filename, validate=True)

toXmlString(validate=True)

setFillColor(value, validate=True)

getFillColor()

resetFillColor()

hasFillColor()

setFillRule(value, validate=True)

getFillRule()

resetFillRule()

hasFillRule()

getFillRuleAllowedValues() staticmethod

setStrokeColor(value, validate=True)

getStrokeColor()

resetStrokeColor()

hasStrokeColor()

setStrokeWidth(value, validate=True)

getStrokeWidth()

resetStrokeWidth()

hasStrokeWidth()

setStrokeWidthUnit(value, validate=True)

getStrokeWidthUnit()

resetStrokeWidthUnit()

hasStrokeWidthUnit()

setStrokeDashArray(value, validate=True)

getStrokeDashArray()

resetStrokeDashArray()

hasStrokeDashArray()

getStrokeDashArrayAllowedValues() staticmethod

setText(value, validate=True)

getText()

resetText()

hasText()

getTextAllowedValues() staticmethod

setFontFamily(value, validate=True)

getFontFamily()

resetFontFamily()

hasFontFamily()

getFontFamilyAllowedValues() staticmethod

setFontSize(value, validate=True)

getFontSize()

resetFontSize()

hasFontSize()

setFontSizeUnit(value, validate=True)

getFontSizeUnit()

resetFontSizeUnit()

hasFontSizeUnit()

setFontStyle(value, validate=True)

getFontStyle()

resetFontStyle()

hasFontStyle()

getFontStyleAllowedValues() staticmethod

setLocked(value, validate=True)

getLocked()

resetLocked()

hasLocked()

setID(value, validate=True)

getID()

resetID()

hasID()

setTheZ(value, validate=True)

getTheZ()

resetTheZ()

hasTheZ()

setTheT(value, validate=True)

getTheT()

resetTheT()

hasTheT()

setTheC(value, validate=True)

getTheC()

resetTheC()

hasTheC()

setTransform(value, validate=True)

getTransform()

resetTransform()

hasTransform()

setAnnotationRef_List(value, validate=True)

getAnnotationRef_List()

addToAnnotationRef_List(value, validate=True)

clearAnnotationRef_List()