/[classpath]/classpath/javax/swing/border/Border.java
ViewVC logotype

Diff of /classpath/javax/swing/border/Border.java

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

revision 1.5.2.1 by gnu_andrew, Tue Aug 2 20:12:37 2005 UTC revision 1.5.2.2 by gnu_andrew, Wed Nov 2 00:43:49 2005 UTC
# Line 77  public interface Border Line 77  public interface Border
77     * @param width the width of the available area for painting the border.     * @param width the width of the available area for painting the border.
78     * @param height the height of the available area for painting the border.     * @param height the height of the available area for painting the border.
79     */     */
80    void paintBorder(Component c, Graphics g,    void paintBorder(Component c, Graphics g, int x, int y, int width,
81                            int x, int y, int width, int height);                     int height);
     
82        
83    /**    /**
84     * Measures the width of this border.     * Measures the width of this border.
# Line 92  public interface Border Line 91  public interface Border
91     */     */
92    Insets getBorderInsets(Component c);    Insets getBorderInsets(Component c);
93        
     
94    /**    /**
95     * Determines whether this border fills every pixel in its area     * Determines whether this border fills every pixel in its area
96     * when painting.     * when painting.

Legend:
Removed from v.1.5.2.1  
changed lines
  Added in v.1.5.2.2

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