public ParallelInheritanceHierarchyVisualization()
		{
			this.Width  = 1248;
			this.Height = 768;

			m_panelClip = new MovieClip( 0,0, this.Size );
			m_panelClip.Attach( this );
		}
        public ParallelInheritanceHierarchyVisualization()
        {
            this.Width  = 1248;
            this.Height = 768;

            m_panelClip = new MovieClip(0, 0, this.Size);
            m_panelClip.Attach(this);
        }
Exemplo n.º 3
0
        public HackVisualization()
        {
            this.Width  = 1248;
            this.Height = 768;

            m_panelClip = new MovieClip(0, 0, this.Size);
            m_panelClip.Attach(this);
        }
Exemplo n.º 4
0
		public HackVisualization()
		{
			this.Width  = 1248;
			this.Height = 768;

			m_panelClip = new MovieClip( 0,0, this.Size );
			m_panelClip.Attach( this );
		}
Exemplo n.º 5
0
		public LongMethodVisualization()
		{
			InitializeComponent();
			this.Width  = 800;
			this.Height = 600;

			m_panelClip = new MovieClip( 0,0, this.Size );
			m_panelClip.Attach( this );
		}
Exemplo n.º 6
0
        public LongMethodVisualization()
        {
            InitializeComponent();
            this.Width  = 800;
            this.Height = 600;

            m_panelClip = new MovieClip(0, 0, this.Size);
            m_panelClip.Attach(this);
        }
		public SwitchStatementVisualization()
		{
			this.Width  = 1248;
			this.Height = 768;

			m_panelClip = new MovieClip( 0,0, this.Size );
			m_panelClip.Attach( this );
			
			m_panelClip.MouseClick+=new MouseEventHandler(OnMouseClickMethod);
		}
		public TemporaryFieldVisualization()
		{
			this.Width  = 1248;
			this.Height = 768;

			m_panelClip = new MovieClip( 0,0, this.Size );
			m_panelClip.Attach( this );
			
			m_panelClip.MouseClick+=new MouseEventHandler(OnMouseClickClass);
		}
Exemplo n.º 9
0
        public SwitchStatementVisualization()
        {
            this.Width  = 1248;
            this.Height = 768;

            m_panelClip = new MovieClip(0, 0, this.Size);
            m_panelClip.Attach(this);

            m_panelClip.MouseClick += new MouseEventHandler(OnMouseClickMethod);
        }
        public TemporaryFieldVisualization()
        {
            this.Width  = 1248;
            this.Height = 768;

            m_panelClip = new MovieClip(0, 0, this.Size);
            m_panelClip.Attach(this);

            m_panelClip.MouseClick += new MouseEventHandler(OnMouseClickClass);
        }