bioformats
5.1.0
|
#include <ome/xml/model/Shape.h>
Public Member Functions | |
Shape () | |
Default constructor. | |
Shape (const Shape ©) | |
Copy constructor. More... | |
virtual | ~Shape () |
Destructor. | |
bool | validElementName (const std::string &name) const |
Check if a given element name is valid for processing by this model object. More... | |
virtual void | update (const common::xml::dom::Element &element, ome::xml::model::OMEModel &model) |
Update the object hierarchy recursively from an XML DOM tree. More... | |
bool | link (ome::compat::shared_ptr< Reference > &reference, ome::compat::shared_ptr< ome::xml::model::OMEModelObject > &object) |
Link a given OME model object to this model object. More... | |
ome::compat::shared_ptr< std::string > | getStrokeDashArray () |
Get the StrokeDashArray property. More... | |
const ome::compat::shared_ptr< std::string > | getStrokeDashArray () const |
Get the StrokeDashArray property. More... | |
void | setStrokeDashArray (ome::compat::shared_ptr< std::string > &strokeDashArray) |
Set the StrokeDashArray property. More... | |
ome::compat::shared_ptr< double > | getStrokeWidth () |
Get the StrokeWidth property. More... | |
const ome::compat::shared_ptr< double > | getStrokeWidth () const |
Get the StrokeWidth property. More... | |
void | setStrokeWidth (ome::compat::shared_ptr< double > &strokeWidth) |
Set the StrokeWidth property. More... | |
ome::compat::shared_ptr< bool > | getLocked () |
Get the Locked property. More... | |
const ome::compat::shared_ptr< bool > | getLocked () const |
Get the Locked property. More... | |
void | setLocked (ome::compat::shared_ptr< bool > &locked) |
Set the Locked property. More... | |
ome::compat::shared_ptr< ome::xml::model::enums::FillRule > | getFillRule () |
Get the FillRule property. More... | |
const ome::compat::shared_ptr< ome::xml::model::enums::FillRule > | getFillRule () const |
Get the FillRule property. More... | |
void | setFillRule (ome::compat::shared_ptr< ome::xml::model::enums::FillRule > &fillRule) |
Set the FillRule property. More... | |
ome::compat::shared_ptr< bool > | getVisible () |
Get the Visible property. More... | |
const ome::compat::shared_ptr< bool > | getVisible () const |
Get the Visible property. More... | |
void | setVisible (ome::compat::shared_ptr< bool > &visible) |
Set the Visible property. More... | |
ome::compat::shared_ptr< ome::xml::model::enums::LineCap > | getLineCap () |
Get the LineCap property. More... | |
const ome::compat::shared_ptr< ome::xml::model::enums::LineCap > | getLineCap () const |
Get the LineCap property. More... | |
void | setLineCap (ome::compat::shared_ptr< ome::xml::model::enums::LineCap > &lineCap) |
Set the LineCap property. More... | |
ome::compat::shared_ptr< ome::xml::model::primitives::NonNegativeInteger > | getTheC () |
Get the TheC property. More... | |
const ome::compat::shared_ptr< ome::xml::model::primitives::NonNegativeInteger > | getTheC () const |
Get the TheC property. More... | |
void | setTheC (ome::compat::shared_ptr< ome::xml::model::primitives::NonNegativeInteger > &theC) |
Set the TheC property. More... | |
ome::compat::shared_ptr< ome::xml::model::enums::FontFamily > | getFontFamily () |
Get the FontFamily property. More... | |
const ome::compat::shared_ptr< ome::xml::model::enums::FontFamily > | getFontFamily () const |
Get the FontFamily property. More... | |
void | setFontFamily (ome::compat::shared_ptr< ome::xml::model::enums::FontFamily > &fontFamily) |
Set the FontFamily property. More... | |
ome::compat::shared_ptr< ome::xml::model::enums::FontStyle > | getFontStyle () |
Get the FontStyle property. More... | |
const ome::compat::shared_ptr< ome::xml::model::enums::FontStyle > | getFontStyle () const |
Get the FontStyle property. More... | |
void | setFontStyle (ome::compat::shared_ptr< ome::xml::model::enums::FontStyle > &fontStyle) |
Set the FontStyle property. More... | |
ome::compat::shared_ptr< ome::xml::model::primitives::NonNegativeInteger > | getFontSize () |
Get the FontSize property. More... | |
const ome::compat::shared_ptr< ome::xml::model::primitives::NonNegativeInteger > | getFontSize () const |
Get the FontSize property. More... | |
void | setFontSize (ome::compat::shared_ptr< ome::xml::model::primitives::NonNegativeInteger > &fontSize) |
Set the FontSize property. More... | |
ome::compat::shared_ptr< ome::xml::model::primitives::Color > | getFillColor () |
Get the FillColor property. More... | |
const ome::compat::shared_ptr< ome::xml::model::primitives::Color > | getFillColor () const |
Get the FillColor property. More... | |
void | setFillColor (ome::compat::shared_ptr< ome::xml::model::primitives::Color > &fillColor) |
Set the FillColor property. More... | |
ome::compat::shared_ptr< std::string > | getText () |
Get the Text property. More... | |
const ome::compat::shared_ptr< std::string > | getText () const |
Get the Text property. More... | |
void | setText (ome::compat::shared_ptr< std::string > &text) |
Set the Text property. More... | |
ome::compat::shared_ptr< ome::xml::model::primitives::Color > | getStrokeColor () |
Get the StrokeColor property. More... | |
const ome::compat::shared_ptr< ome::xml::model::primitives::Color > | getStrokeColor () const |
Get the StrokeColor property. More... | |
void | setStrokeColor (ome::compat::shared_ptr< ome::xml::model::primitives::Color > &strokeColor) |
Set the StrokeColor property. More... | |
ome::compat::shared_ptr< ome::xml::model::primitives::NonNegativeInteger > | getTheT () |
Get the TheT property. More... | |
const ome::compat::shared_ptr< ome::xml::model::primitives::NonNegativeInteger > | getTheT () const |
Get the TheT property. More... | |
void | setTheT (ome::compat::shared_ptr< ome::xml::model::primitives::NonNegativeInteger > &theT) |
Set the TheT property. More... | |
const std::string & | getID () const |
Get the ID property. More... | |
void | setID (const std::string &id) |
Set the ID property. More... | |
ome::compat::shared_ptr< ome::xml::model::primitives::NonNegativeInteger > | getTheZ () |
Get the TheZ property. More... | |
const ome::compat::shared_ptr< ome::xml::model::primitives::NonNegativeInteger > | getTheZ () const |
Get the TheZ property. More... | |
void | setTheZ (ome::compat::shared_ptr< ome::xml::model::primitives::NonNegativeInteger > &theZ) |
Set the TheZ property. More... | |
ome::compat::shared_ptr< ome::xml::model::AffineTransform > | getTransform () |
Get the Transform property. More... | |
const ome::compat::shared_ptr< ome::xml::model::AffineTransform > | getTransform () const |
Get the Transform property. More... | |
void | setTransform (ome::compat::shared_ptr< ome::xml::model::AffineTransform > &transform) |
Set the Transform property. More... | |
ome::compat::weak_ptr< ome::xml::model::Union > | getUnion () |
Get the Union property. More... | |
const ome::compat::weak_ptr< ome::xml::model::Union > | getUnion () const |
Get the Union property. More... | |
void | setUnion (ome::compat::weak_ptr< ome::xml::model::Union > &union_BackReference) |
Set the Union property. More... | |
virtual const std::string & | getShapeType () const =0 |
Get the Shape type. More... | |
const std::string & | getXMLNamespace () const |
Get the XML namespace for this model object. More... | |
Public Member Functions inherited from ome::xml::model::detail::OMEModelObject | |
virtual | ~OMEModelObject () |
Destructor. | |
virtual void | update (const common::xml::dom::Element &element,::ome::xml::model::OMEModel &model) |
Update the object hierarchy recursively from an XML DOM tree. More... | |
virtual bool | link (ome::compat::shared_ptr< Reference > &reference, ome::compat::shared_ptr< ::ome::xml::model::OMEModelObject > &object) |
Link a given OME model object to this model object. More... | |
Public Member Functions inherited from ome::xml::model::OMEModelObject | |
virtual const std::string & | elementName () const =0 |
Get the element name of this model object. More... | |
virtual common::xml::dom::Element | asXMLElement (common::xml::dom::Document &document) const =0 |
Transform the object hierarchy rooted at this element to XML. More... | |
virtual bool | link (ome::compat::shared_ptr< Reference > &reference, ome::compat::shared_ptr< OMEModelObject > &object)=0 |
Link a given OME model object to this model object. More... | |
Protected Member Functions | |
virtual common::xml::dom::Element | asXMLElementInternal (common::xml::dom::Document &document, common::xml::dom::Element &element) const |
Transform the object hierarchy rooted at this element to XML. More... | |
Protected Member Functions inherited from ome::xml::model::detail::OMEModelObject | |
OMEModelObject (const std::string &objectType="OMEModelObject") | |
Constructor. | |
OMEModelObject (const OMEModelObject ©) | |
Copy constructor. More... | |
template<class C , typename T > | |
bool | contains (const C &container, const ome::compat::shared_ptr< T > &element) |
Check if a container contains a particular element. More... | |
Protected Member Functions inherited from ome::xml::model::OMEModelObject | |
OMEModelObject () | |
Constructor. | |
Private Attributes | |
ome::compat::shared_ptr< std::string > | strokeDashArray |
StrokeDashArray property. | |
ome::compat::shared_ptr< double > | strokeWidth |
StrokeWidth property. | |
ome::compat::shared_ptr< bool > | locked |
Locked property. | |
ome::compat::shared_ptr< ome::xml::model::enums::FillRule > | fillRule |
FillRule property. | |
ome::compat::shared_ptr< bool > | visible |
Visible property. | |
ome::compat::shared_ptr< ome::xml::model::enums::LineCap > | lineCap |
LineCap property. | |
ome::compat::shared_ptr< ome::xml::model::primitives::NonNegativeInteger > | theC |
TheC property. | |
ome::compat::shared_ptr< ome::xml::model::enums::FontFamily > | fontFamily |
FontFamily property. | |
ome::compat::shared_ptr< ome::xml::model::enums::FontStyle > | fontStyle |
FontStyle property. | |
ome::compat::shared_ptr< ome::xml::model::primitives::NonNegativeInteger > | fontSize |
FontSize property. | |
ome::compat::shared_ptr< ome::xml::model::primitives::Color > | fillColor |
FillColor property. | |
ome::compat::shared_ptr< std::string > | text |
Text property. | |
ome::compat::shared_ptr< ome::xml::model::primitives::Color > | strokeColor |
StrokeColor property. | |
ome::compat::shared_ptr< ome::xml::model::primitives::NonNegativeInteger > | theT |
TheT property. | |
std::string | id |
ID property. | |
ome::compat::shared_ptr< ome::xml::model::primitives::NonNegativeInteger > | theZ |
TheZ property. | |
ome::compat::shared_ptr< ome::xml::model::AffineTransform > | transform |
*** WARNING *** Unhandled or skipped property Line *** WARNING *** Unhandled or skipped property Rectangle *** WARNING *** Unhandled or skipped property Mask *** WARNING *** Unhandled or skipped property Ellipse *** WARNING *** Unhandled or skipped property Point *** WARNING *** Unhandled or skipped property Polyline *** WARNING *** Unhandled or skipped property Polygon *** WARNING *** Unhandled or skipped property Label Transform property | |
ome::compat::weak_ptr< ome::xml::model::Union > | union_ |
Union_BackReference back reference. | |
Additional Inherited Members | |
Static Public Member Functions inherited from ome::xml::model::detail::OMEModelObject | |
static std::vector< common::xml::dom::Element > | getChildrenByTagName (const common::xml::dom::Element &parent, const std::string &name) |
Retrieve all the children of an element that have a given tag name. More... | |
static std::string | stripNamespacePrefix (const std::string &value) |
Strip the namespace prefix from a tag name. More... | |
Protected Attributes inherited from ome::xml::model::detail::OMEModelObject | |
ome::common::Logger | logger |
Message logger. | |
Shape model object.
ome::xml::model::Shape::Shape | ( | const Shape & | copy | ) |
Copy constructor.
copy | the Shape to copy. |
|
protectedvirtual |
Transform the object hierarchy rooted at this element to XML.
This internal implementation of asXMLelement also requires an XML element, which must not be null, or may be instantiated and passed from superclasses.
document | XML document for element creation. |
element | XML element for setting model data. |
Implements ome::xml::model::detail::OMEModelObject.
Reimplemented in ome::xml::model::Mask, ome::xml::model::Line, ome::xml::model::Ellipse, ome::xml::model::Rectangle, ome::xml::model::Polyline, ome::xml::model::Label, ome::xml::model::Point, and ome::xml::model::Polygon.
References ome::common::xml::dom::Node::appendChild(), ome::xml::model::detail::OMEModelObject::asXMLElementInternal(), ome::common::xml::dom::Document::createElementNS(), fillColor, fillRule, fontFamily, fontSize, fontStyle, ome::common::xml::dom::Element::getTagName(), id, lineCap, locked, ome::common::xml::dom::Element::setAttribute(), strokeColor, strokeDashArray, strokeWidth, text, theC, theT, theZ, and visible.
Referenced by ome::xml::model::Polygon::asXMLElementInternal(), ome::xml::model::Point::asXMLElementInternal(), ome::xml::model::Label::asXMLElementInternal(), ome::xml::model::Polyline::asXMLElementInternal(), ome::xml::model::Ellipse::asXMLElementInternal(), ome::xml::model::Rectangle::asXMLElementInternal(), ome::xml::model::Line::asXMLElementInternal(), and ome::xml::model::Mask::asXMLElementInternal().
ome::compat::shared_ptr< ome::xml::model::primitives::Color > ome::xml::model::Shape::getFillColor | ( | ) |
Get the FillColor property.
References fillColor.
Referenced by ome::xml::meta::OMEXMLMetadata::getEllipseFillColor(), ome::xml::meta::OMEXMLMetadata::getLabelFillColor(), ome::xml::meta::OMEXMLMetadata::getLineFillColor(), ome::xml::meta::OMEXMLMetadata::getMaskFillColor(), ome::xml::meta::OMEXMLMetadata::getPointFillColor(), ome::xml::meta::OMEXMLMetadata::getPolygonFillColor(), ome::xml::meta::OMEXMLMetadata::getPolylineFillColor(), and ome::xml::meta::OMEXMLMetadata::getRectangleFillColor().
const ome::compat::shared_ptr< ome::xml::model::primitives::Color > ome::xml::model::Shape::getFillColor | ( | ) | const |
ome::compat::shared_ptr< ome::xml::model::enums::FillRule > ome::xml::model::Shape::getFillRule | ( | ) |
Get the FillRule property.
References fillRule.
Referenced by ome::xml::meta::OMEXMLMetadata::getEllipseFillRule(), ome::xml::meta::OMEXMLMetadata::getLabelFillRule(), ome::xml::meta::OMEXMLMetadata::getLineFillRule(), ome::xml::meta::OMEXMLMetadata::getMaskFillRule(), ome::xml::meta::OMEXMLMetadata::getPointFillRule(), ome::xml::meta::OMEXMLMetadata::getPolygonFillRule(), ome::xml::meta::OMEXMLMetadata::getPolylineFillRule(), and ome::xml::meta::OMEXMLMetadata::getRectangleFillRule().
const ome::compat::shared_ptr< ome::xml::model::enums::FillRule > ome::xml::model::Shape::getFillRule | ( | ) | const |
ome::compat::shared_ptr< ome::xml::model::enums::FontFamily > ome::xml::model::Shape::getFontFamily | ( | ) |
Get the FontFamily property.
References fontFamily.
Referenced by ome::xml::meta::OMEXMLMetadata::getEllipseFontFamily(), ome::xml::meta::OMEXMLMetadata::getLabelFontFamily(), ome::xml::meta::OMEXMLMetadata::getLineFontFamily(), ome::xml::meta::OMEXMLMetadata::getMaskFontFamily(), ome::xml::meta::OMEXMLMetadata::getPointFontFamily(), ome::xml::meta::OMEXMLMetadata::getPolygonFontFamily(), ome::xml::meta::OMEXMLMetadata::getPolylineFontFamily(), and ome::xml::meta::OMEXMLMetadata::getRectangleFontFamily().
const ome::compat::shared_ptr< ome::xml::model::enums::FontFamily > ome::xml::model::Shape::getFontFamily | ( | ) | const |
ome::compat::shared_ptr< ome::xml::model::primitives::NonNegativeInteger > ome::xml::model::Shape::getFontSize | ( | ) |
Get the FontSize property.
References fontSize.
Referenced by ome::xml::meta::OMEXMLMetadata::getEllipseFontSize(), ome::xml::meta::OMEXMLMetadata::getLabelFontSize(), ome::xml::meta::OMEXMLMetadata::getLineFontSize(), ome::xml::meta::OMEXMLMetadata::getMaskFontSize(), ome::xml::meta::OMEXMLMetadata::getPointFontSize(), ome::xml::meta::OMEXMLMetadata::getPolygonFontSize(), ome::xml::meta::OMEXMLMetadata::getPolylineFontSize(), and ome::xml::meta::OMEXMLMetadata::getRectangleFontSize().
const ome::compat::shared_ptr< ome::xml::model::primitives::NonNegativeInteger > ome::xml::model::Shape::getFontSize | ( | ) | const |
ome::compat::shared_ptr< ome::xml::model::enums::FontStyle > ome::xml::model::Shape::getFontStyle | ( | ) |
Get the FontStyle property.
References fontStyle.
Referenced by ome::xml::meta::OMEXMLMetadata::getEllipseFontStyle(), ome::xml::meta::OMEXMLMetadata::getLabelFontStyle(), ome::xml::meta::OMEXMLMetadata::getLineFontStyle(), ome::xml::meta::OMEXMLMetadata::getMaskFontStyle(), ome::xml::meta::OMEXMLMetadata::getPointFontStyle(), ome::xml::meta::OMEXMLMetadata::getPolygonFontStyle(), ome::xml::meta::OMEXMLMetadata::getPolylineFontStyle(), and ome::xml::meta::OMEXMLMetadata::getRectangleFontStyle().
const ome::compat::shared_ptr< ome::xml::model::enums::FontStyle > ome::xml::model::Shape::getFontStyle | ( | ) | const |
const std::string & ome::xml::model::Shape::getID | ( | ) | const |
Get the ID property.
References id.
Referenced by ome::xml::meta::OMEXMLMetadata::getEllipseID(), ome::xml::meta::OMEXMLMetadata::getLabelID(), ome::xml::meta::OMEXMLMetadata::getLineID(), ome::xml::meta::OMEXMLMetadata::getMaskID(), ome::xml::meta::OMEXMLMetadata::getPointID(), ome::xml::meta::OMEXMLMetadata::getPolygonID(), ome::xml::meta::OMEXMLMetadata::getPolylineID(), ome::xml::meta::OMEXMLMetadata::getRectangleID(), and update().
ome::compat::shared_ptr< ome::xml::model::enums::LineCap > ome::xml::model::Shape::getLineCap | ( | ) |
Get the LineCap property.
References lineCap.
Referenced by ome::xml::meta::OMEXMLMetadata::getEllipseLineCap(), ome::xml::meta::OMEXMLMetadata::getLabelLineCap(), ome::xml::meta::OMEXMLMetadata::getLineLineCap(), ome::xml::meta::OMEXMLMetadata::getMaskLineCap(), ome::xml::meta::OMEXMLMetadata::getPointLineCap(), ome::xml::meta::OMEXMLMetadata::getPolygonLineCap(), ome::xml::meta::OMEXMLMetadata::getPolylineLineCap(), and ome::xml::meta::OMEXMLMetadata::getRectangleLineCap().
const ome::compat::shared_ptr< ome::xml::model::enums::LineCap > ome::xml::model::Shape::getLineCap | ( | ) | const |
ome::compat::shared_ptr< bool > ome::xml::model::Shape::getLocked | ( | ) |
Get the Locked property.
References locked.
Referenced by ome::xml::meta::OMEXMLMetadata::getEllipseLocked(), ome::xml::meta::OMEXMLMetadata::getLabelLocked(), ome::xml::meta::OMEXMLMetadata::getLineLocked(), ome::xml::meta::OMEXMLMetadata::getMaskLocked(), ome::xml::meta::OMEXMLMetadata::getPointLocked(), ome::xml::meta::OMEXMLMetadata::getPolygonLocked(), ome::xml::meta::OMEXMLMetadata::getPolylineLocked(), and ome::xml::meta::OMEXMLMetadata::getRectangleLocked().
const ome::compat::shared_ptr< bool > ome::xml::model::Shape::getLocked | ( | ) | const |
|
pure virtual |
Get the Shape type.
Implemented in ome::xml::model::Mask, ome::xml::model::Line, ome::xml::model::Ellipse, ome::xml::model::Rectangle, ome::xml::model::Polyline, ome::xml::model::Label, ome::xml::model::Point, and ome::xml::model::Polygon.
ome::compat::shared_ptr< ome::xml::model::primitives::Color > ome::xml::model::Shape::getStrokeColor | ( | ) |
Get the StrokeColor property.
References strokeColor.
Referenced by ome::xml::meta::OMEXMLMetadata::getEllipseStrokeColor(), ome::xml::meta::OMEXMLMetadata::getLabelStrokeColor(), ome::xml::meta::OMEXMLMetadata::getLineStrokeColor(), ome::xml::meta::OMEXMLMetadata::getMaskStrokeColor(), ome::xml::meta::OMEXMLMetadata::getPointStrokeColor(), ome::xml::meta::OMEXMLMetadata::getPolygonStrokeColor(), ome::xml::meta::OMEXMLMetadata::getPolylineStrokeColor(), and ome::xml::meta::OMEXMLMetadata::getRectangleStrokeColor().
const ome::compat::shared_ptr< ome::xml::model::primitives::Color > ome::xml::model::Shape::getStrokeColor | ( | ) | const |
ome::compat::shared_ptr< std::string > ome::xml::model::Shape::getStrokeDashArray | ( | ) |
Get the StrokeDashArray property.
References strokeDashArray.
Referenced by ome::xml::meta::OMEXMLMetadata::getEllipseStrokeDashArray(), ome::xml::meta::OMEXMLMetadata::getLabelStrokeDashArray(), ome::xml::meta::OMEXMLMetadata::getLineStrokeDashArray(), ome::xml::meta::OMEXMLMetadata::getMaskStrokeDashArray(), ome::xml::meta::OMEXMLMetadata::getPointStrokeDashArray(), ome::xml::meta::OMEXMLMetadata::getPolygonStrokeDashArray(), ome::xml::meta::OMEXMLMetadata::getPolylineStrokeDashArray(), and ome::xml::meta::OMEXMLMetadata::getRectangleStrokeDashArray().
const ome::compat::shared_ptr< std::string > ome::xml::model::Shape::getStrokeDashArray | ( | ) | const |
ome::compat::shared_ptr< double > ome::xml::model::Shape::getStrokeWidth | ( | ) |
Get the StrokeWidth property.
References strokeWidth.
Referenced by ome::xml::meta::OMEXMLMetadata::getEllipseStrokeWidth(), ome::xml::meta::OMEXMLMetadata::getLabelStrokeWidth(), ome::xml::meta::OMEXMLMetadata::getLineStrokeWidth(), ome::xml::meta::OMEXMLMetadata::getMaskStrokeWidth(), ome::xml::meta::OMEXMLMetadata::getPointStrokeWidth(), ome::xml::meta::OMEXMLMetadata::getPolygonStrokeWidth(), ome::xml::meta::OMEXMLMetadata::getPolylineStrokeWidth(), and ome::xml::meta::OMEXMLMetadata::getRectangleStrokeWidth().
const ome::compat::shared_ptr< double > ome::xml::model::Shape::getStrokeWidth | ( | ) | const |
ome::compat::shared_ptr< std::string > ome::xml::model::Shape::getText | ( | ) |
Get the Text property.
References text.
Referenced by ome::xml::meta::OMEXMLMetadata::getEllipseText(), ome::xml::meta::OMEXMLMetadata::getLabelText(), ome::xml::meta::OMEXMLMetadata::getLineText(), ome::xml::meta::OMEXMLMetadata::getMaskText(), ome::xml::meta::OMEXMLMetadata::getPointText(), ome::xml::meta::OMEXMLMetadata::getPolygonText(), ome::xml::meta::OMEXMLMetadata::getPolylineText(), and ome::xml::meta::OMEXMLMetadata::getRectangleText().
const ome::compat::shared_ptr< std::string > ome::xml::model::Shape::getText | ( | ) | const |
ome::compat::shared_ptr< ome::xml::model::primitives::NonNegativeInteger > ome::xml::model::Shape::getTheC | ( | ) |
Get the TheC property.
References theC.
Referenced by ome::xml::meta::OMEXMLMetadata::getEllipseTheC(), ome::xml::meta::OMEXMLMetadata::getLabelTheC(), ome::xml::meta::OMEXMLMetadata::getLineTheC(), ome::xml::meta::OMEXMLMetadata::getMaskTheC(), ome::xml::meta::OMEXMLMetadata::getPointTheC(), ome::xml::meta::OMEXMLMetadata::getPolygonTheC(), ome::xml::meta::OMEXMLMetadata::getPolylineTheC(), and ome::xml::meta::OMEXMLMetadata::getRectangleTheC().
const ome::compat::shared_ptr< ome::xml::model::primitives::NonNegativeInteger > ome::xml::model::Shape::getTheC | ( | ) | const |
ome::compat::shared_ptr< ome::xml::model::primitives::NonNegativeInteger > ome::xml::model::Shape::getTheT | ( | ) |
Get the TheT property.
References theT.
Referenced by ome::xml::meta::OMEXMLMetadata::getEllipseTheT(), ome::xml::meta::OMEXMLMetadata::getLabelTheT(), ome::xml::meta::OMEXMLMetadata::getLineTheT(), ome::xml::meta::OMEXMLMetadata::getMaskTheT(), ome::xml::meta::OMEXMLMetadata::getPointTheT(), ome::xml::meta::OMEXMLMetadata::getPolygonTheT(), ome::xml::meta::OMEXMLMetadata::getPolylineTheT(), and ome::xml::meta::OMEXMLMetadata::getRectangleTheT().
const ome::compat::shared_ptr< ome::xml::model::primitives::NonNegativeInteger > ome::xml::model::Shape::getTheT | ( | ) | const |
ome::compat::shared_ptr< ome::xml::model::primitives::NonNegativeInteger > ome::xml::model::Shape::getTheZ | ( | ) |
Get the TheZ property.
References theZ.
Referenced by ome::xml::meta::OMEXMLMetadata::getEllipseTheZ(), ome::xml::meta::OMEXMLMetadata::getLabelTheZ(), ome::xml::meta::OMEXMLMetadata::getLineTheZ(), ome::xml::meta::OMEXMLMetadata::getMaskTheZ(), ome::xml::meta::OMEXMLMetadata::getPointTheZ(), ome::xml::meta::OMEXMLMetadata::getPolygonTheZ(), ome::xml::meta::OMEXMLMetadata::getPolylineTheZ(), and ome::xml::meta::OMEXMLMetadata::getRectangleTheZ().
const ome::compat::shared_ptr< ome::xml::model::primitives::NonNegativeInteger > ome::xml::model::Shape::getTheZ | ( | ) | const |
ome::compat::shared_ptr< ome::xml::model::AffineTransform > ome::xml::model::Shape::getTransform | ( | ) |
Get the Transform property.
References transform.
Referenced by ome::xml::meta::OMEXMLMetadata::getEllipseTransform(), ome::xml::meta::OMEXMLMetadata::getLabelTransform(), ome::xml::meta::OMEXMLMetadata::getLineTransform(), ome::xml::meta::OMEXMLMetadata::getMaskTransform(), ome::xml::meta::OMEXMLMetadata::getPointTransform(), ome::xml::meta::OMEXMLMetadata::getPolygonTransform(), ome::xml::meta::OMEXMLMetadata::getPolylineTransform(), and ome::xml::meta::OMEXMLMetadata::getRectangleTransform().
const ome::compat::shared_ptr< ome::xml::model::AffineTransform > ome::xml::model::Shape::getTransform | ( | ) | const |
ome::compat::weak_ptr< ome::xml::model::Union > ome::xml::model::Shape::getUnion | ( | ) |
const ome::compat::weak_ptr< ome::xml::model::Union > ome::xml::model::Shape::getUnion | ( | ) | const |
ome::compat::shared_ptr< bool > ome::xml::model::Shape::getVisible | ( | ) |
Get the Visible property.
References visible.
Referenced by ome::xml::meta::OMEXMLMetadata::getEllipseVisible(), ome::xml::meta::OMEXMLMetadata::getLabelVisible(), ome::xml::meta::OMEXMLMetadata::getLineVisible(), ome::xml::meta::OMEXMLMetadata::getMaskVisible(), ome::xml::meta::OMEXMLMetadata::getPointVisible(), ome::xml::meta::OMEXMLMetadata::getPolygonVisible(), ome::xml::meta::OMEXMLMetadata::getPolylineVisible(), and ome::xml::meta::OMEXMLMetadata::getRectangleVisible().
const ome::compat::shared_ptr< bool > ome::xml::model::Shape::getVisible | ( | ) | const |
|
virtual |
Get the XML namespace for this model object.
Implements ome::xml::model::OMEModelObject.
bool ome::xml::model::Shape::link | ( | ome::compat::shared_ptr< Reference > & | reference, |
ome::compat::shared_ptr< ome::xml::model::OMEModelObject > & | object | ||
) |
Link a given OME model object to this model object.
reference | type qualifier for the reference. This should be the corresponding reference type for object. If, for example, object is of type Image, reference must be of type ImageRef. |
object | Model object to link to. |
true
if this model object was able to handle the reference, otherwise false
.References ome::xml::model::detail::OMEModelObject::link(), and ome::xml::model::detail::OMEModelObject::logger.
Referenced by ome::xml::model::Polygon::link(), ome::xml::model::Point::link(), ome::xml::model::Label::link(), ome::xml::model::Polyline::link(), ome::xml::model::Ellipse::link(), ome::xml::model::Rectangle::link(), ome::xml::model::Mask::link(), and ome::xml::model::Line::link().
void ome::xml::model::Shape::setFillColor | ( | ome::compat::shared_ptr< ome::xml::model::primitives::Color > & | fillColor | ) |
void ome::xml::model::Shape::setFillRule | ( | ome::compat::shared_ptr< ome::xml::model::enums::FillRule > & | fillRule | ) |
void ome::xml::model::Shape::setFontFamily | ( | ome::compat::shared_ptr< ome::xml::model::enums::FontFamily > & | fontFamily | ) |
Set the FontFamily property.
fontFamily | the value to set. |
References fontFamily.
Referenced by update().
void ome::xml::model::Shape::setFontSize | ( | ome::compat::shared_ptr< ome::xml::model::primitives::NonNegativeInteger > & | fontSize | ) |
void ome::xml::model::Shape::setFontStyle | ( | ome::compat::shared_ptr< ome::xml::model::enums::FontStyle > & | fontStyle | ) |
void ome::xml::model::Shape::setID | ( | const std::string & | id | ) |
void ome::xml::model::Shape::setLineCap | ( | ome::compat::shared_ptr< ome::xml::model::enums::LineCap > & | lineCap | ) |
void ome::xml::model::Shape::setLocked | ( | ome::compat::shared_ptr< bool > & | locked | ) |
void ome::xml::model::Shape::setStrokeColor | ( | ome::compat::shared_ptr< ome::xml::model::primitives::Color > & | strokeColor | ) |
Set the StrokeColor property.
strokeColor | the value to set. |
References strokeColor.
Referenced by update().
void ome::xml::model::Shape::setStrokeDashArray | ( | ome::compat::shared_ptr< std::string > & | strokeDashArray | ) |
Set the StrokeDashArray property.
strokeDashArray | the value to set. |
References strokeDashArray.
Referenced by update().
void ome::xml::model::Shape::setStrokeWidth | ( | ome::compat::shared_ptr< double > & | strokeWidth | ) |
Set the StrokeWidth property.
strokeWidth | the value to set. |
References strokeWidth.
Referenced by update().
void ome::xml::model::Shape::setText | ( | ome::compat::shared_ptr< std::string > & | text | ) |
void ome::xml::model::Shape::setTheC | ( | ome::compat::shared_ptr< ome::xml::model::primitives::NonNegativeInteger > & | theC | ) |
void ome::xml::model::Shape::setTheT | ( | ome::compat::shared_ptr< ome::xml::model::primitives::NonNegativeInteger > & | theT | ) |
void ome::xml::model::Shape::setTheZ | ( | ome::compat::shared_ptr< ome::xml::model::primitives::NonNegativeInteger > & | theZ | ) |
void ome::xml::model::Shape::setTransform | ( | ome::compat::shared_ptr< ome::xml::model::AffineTransform > & | transform | ) |
void ome::xml::model::Shape::setUnion | ( | ome::compat::weak_ptr< ome::xml::model::Union > & | union_BackReference | ) |
void ome::xml::model::Shape::setVisible | ( | ome::compat::shared_ptr< bool > & | visible | ) |
|
virtual |
Update the object hierarchy recursively from an XML DOM tree.
element | root of the XML DOM tree to from which to construct the model object graph. |
model | handler for the OME model used to track instances and references seen during the update. |
EnumerationException | if there is an error instantiating an enumeration during model object creation, or ModelException if there are any consistency or validity errors found during processing. |
Implements ome::xml::model::OMEModelObject.
Reimplemented in ome::xml::model::Line, ome::xml::model::Mask, ome::xml::model::Ellipse, ome::xml::model::Rectangle, ome::xml::model::Polyline, ome::xml::model::Label, ome::xml::model::Point, and ome::xml::model::Polygon.
References ome::xml::model::OMEModel::addModelObject(), ome::common::xml::dom::Element::getAttribute(), ome::xml::model::detail::OMEModelObject::getChildrenByTagName(), getID(), ome::common::xml::dom::Element::getTagName(), ome::common::xml::dom::Element::hasAttribute(), ome::xml::model::detail::OMEModelObject::logger, setFillColor(), setFillRule(), setFontFamily(), setFontSize(), setFontStyle(), setID(), setLineCap(), setLocked(), setStrokeColor(), setStrokeDashArray(), setStrokeWidth(), setText(), setTheC(), setTheT(), setTheZ(), setVisible(), ome::xml::model::detail::OMEModelObject::stripNamespacePrefix(), text, ome::xml::model::detail::OMEModelObject::update(), and validElementName().
Referenced by ome::xml::model::Polygon::update(), ome::xml::model::Point::update(), ome::xml::model::Label::update(), ome::xml::model::Polyline::update(), ome::xml::model::Ellipse::update(), ome::xml::model::Rectangle::update(), ome::xml::model::Mask::update(), and ome::xml::model::Line::update().
|
virtual |
Check if a given element name is valid for processing by this model object.
Used for processing nodes when interitance is involved.
name | the element name to check. |
true
if valid, false
if invalid. Implements ome::xml::model::detail::OMEModelObject.
References ome::xml::model::detail::OMEModelObject::validElementName().
Referenced by update(), ome::xml::model::Polygon::validElementName(), ome::xml::model::Point::validElementName(), ome::xml::model::Label::validElementName(), ome::xml::model::Polyline::validElementName(), ome::xml::model::Ellipse::validElementName(), ome::xml::model::Rectangle::validElementName(), ome::xml::model::Mask::validElementName(), and ome::xml::model::Line::validElementName().