extend Transition API

This commit is contained in:
Alexey Fedoseev
2024-05-10 21:16:28 +03:00
parent f7e5909a17
commit ecde0c9b6a

View File

@@ -492,6 +492,7 @@ namespace Cyberiada {
const Point& get_label_point() const { return label_point; }
bool has_color() const { return !color.empty(); }
const Color& get_color() const { return color; }
virtual CyberiadaEdge* to_edge() const;