(unnamed)

UMLImage
Aria Orienteering :: UMLStandardProfile :: «boundary» :: (Image)

Description

none

Properties

Name Value
name
stereotype null
visibility public
width 50
height 40
content var w = rect.getWidth(), h = rect.getHeight(), m = w / 5; canvas.fillEllipse(rect.x1 + m, rect.y1, rect.x2, rect.y2); canvas.ellipse(rect.x1 + m, rect.y1, rect.x2, rect.y2); canvas.line(rect.x1, rect.y1, rect.x1, rect.y2); canvas.line(rect.x1, rect.y1 + h/2, rect.x1 + m, rect.y1 + h/2);