Skip to content

Latest commit

 

History

History
40 lines (37 loc) · 1015 Bytes

Diagram.md

File metadata and controls

40 lines (37 loc) · 1015 Bytes

Project diagram

  • property class

  • /inherited class

  • [group] (group of classes with similar function that have no common parent)

  • core.Vector

  • core.CanvasInterface

    • core.CanvasView
    • core.ElementStore
      • core.Element
        • core.Box
        • core.Transform
        • tex.Texture
          • tex.Component
            • /tex.Outline
            • /tex.Fill
            • /tex.Shadow
            • /tex.Text
              • tex.Font
            • [Component styles]
              • /tex.Color
              • /tex.Pattern
              • /tex.Image
              • /tex.Gradient (3 types, TBD)
          • /elm.Polygon
            • /elm.Rectangle
            • /elm.RegularPolygon
            • /elm.StarPolygon
            • /elm.RadialPolygon
            • /elm.MirroredPolygon
            • core.Triangle
              • core.Line
          • /elm.EllipseSlice
            • /elm.Ellipse
            • /elm.CircleSlice
              • /elm.Circle
    • ctrl.Controls
      • TBD