.. highlight:: python
.. module:: fontParts.base

Anchor
******

Must Override
-------------
.. automethod:: BaseAnchor._get_color
.. automethod:: BaseAnchor._get_identifier
.. automethod:: BaseAnchor._get_name
.. automethod:: BaseAnchor._get_x
.. automethod:: BaseAnchor._get_y
.. automethod:: BaseAnchor._set_color
.. automethod:: BaseAnchor._set_name
.. automethod:: BaseAnchor._set_x
.. automethod:: BaseAnchor._set_y

May Override
------------
.. automethod:: BaseAnchor._init
.. automethod:: BaseAnchor._moveBy
.. automethod:: BaseAnchor._rotateBy
.. automethod:: BaseAnchor._scaleBy
.. automethod:: BaseAnchor._skewBy
.. automethod:: BaseAnchor._transformBy
.. automethod:: BaseAnchor.copyData