Dessia-tech/plot_data

Create a base object for any shape

Closed this issue · 1 comments

Shape / BaseObject / Artist / Trace / Drawing / Line

  • Attributs :

    • edgeColor
    • edgeStyle
    • edgeWidth
    • faceColor
    • faceStyle
    • path2D
    • mouse colors : hoveredEdgeColor, clickedEdgeColor + idem face (TS)
    • isHovered
    • isClicked
    • tooltip
  • Méthodes :

    • updateColor
    • buildPath (path creation in (0,0))
    • drawPath (put path where it should be)

Began with a Shape object