/[cashew-s-editor]/cashews/src/nongnu/cashews/eclipse/composer/figures/RectangleNodeFigure.java
ViewVC logotype

Diff of /cashews/src/nongnu/cashews/eclipse/composer/figures/RectangleNodeFigure.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by gnu_andrew, Thu Mar 31 17:35:21 2005 UTC revision 1.2 by gnu_andrew, Thu May 5 23:47:58 2005 UTC
# Line 55  public class RectangleNodeFigure Line 55  public class RectangleNodeFigure
55    public RectangleNodeFigure()    public RectangleNodeFigure()
56    {    {
57      this.rectangleFigure = new RectangleFigure();      this.rectangleFigure = new RectangleFigure();
58        this.rectangleFigure.setFillXOR(true);
59      this.label = new Label();      this.label = new Label();
60      this.add(rectangleFigure);      this.add(rectangleFigure);
61      this.add(label);      this.add(label);
62        
63    }    }
   
64    public String getText()    public String getText()
65    {    {
66      return this.label.getText();      return this.label.getText();
# Line 76  public class RectangleNodeFigure Line 77  public class RectangleNodeFigure
77      this.label.setText(name);      this.label.setText(name);
78      this.repaint();      this.repaint();
79    }    }
80      
81    // ------------------------------------------------------------------------    // ------------------------------------------------------------------------
82    // Overridden methods from Figure    // Overridden methods from Figure
83    

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26