2013-10-15 4 views

답변

0

사용이 DEMO.

텍스트를 삽입하여 예제를 사용하고 있습니다.

connections = [], 
    shapes = [ r.ellipse(190, 100, 30, 20), 
       r.rect(290, 80, 60, 40, 10), 
       r.rect(290, 180, 60, 40, 2), 
       r.ellipse(450, 100, 20, 20) 
      ], 
    texts = [ r.text(190, 100, "One"), 
       r.text(320, 100, "Two"), 
       r.text(320, 200, "Three"), 
       r.text(450, 100, "Four") 
      ]; 

이것은 정확히 필요한 것입니다.

관련 문제