pyexlatex.graphics.tikz.node package

Subpackages

Submodules

pyexlatex.graphics.tikz.node.node module

class pyexlatex.graphics.tikz.node.node.Node(contents=None, location=None, label=None, options=None, overlay=None)[source]

Bases: pyexlatex.graphics.tikz.item.TikZItem

Represents a location in a graphic, but can also have a style and text, e.g. rectangle filled with text

__init__(contents=None, location=None, label=None, options=None, overlay=None)[source]
property absolute_location_str: str
Return type

str

property content_str: str
Return type

str

get_name()[source]
Return type

str

label: Optional[str]
pyexlatex.graphics.tikz.node.node.random_uuid()[source]