# File gglib/theme.rb, line 66
  def setCoords(x1,y1,x2,y2)
    @x1 = x1
    @y1 = y1
    @x2 = x2
    @y2 = y2    
  end