/[classpath]/classpath/javax/swing/plaf/BorderUIResource.java
ViewVC logotype

Diff of /classpath/javax/swing/plaf/BorderUIResource.java

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

revision 1.3 by mark, Tue Jan 22 22:27:02 2002 UTC revision 1.4 by rveldema, Tue Mar 12 11:36:23 2002 UTC
# Line 44  import java.awt.Component; Line 44  import java.awt.Component;
44  import java.awt.Graphics;  import java.awt.Graphics;
45  import java.awt.Insets;  import java.awt.Insets;
46  import java.awt.Font;  import java.awt.Font;
47    import java.awt.Color;
48    
49  /**  /**
50   * @serial   * @serial
# Line 69  public class BorderUIResource Line 70  public class BorderUIResource
70    
71      /**      /**
72       */       */
73      public static Border getEtchedBorderUIResource() { }      public static Border getEtchedBorderUIResource() {
74            return null;
75        }
76    
77      /**      /**
78       */       */
79      public static Border getLoweredBevelBorderUIResource() { }      public static Border getLoweredBevelBorderUIResource() {
80            return null;
81        }
82    
83      /**      /**
84       */       */
85      public static Border getRaisedBevelBorderUIResource() { }      public static Border getRaisedBevelBorderUIResource() {
86            return null;
87        }
88    
89      /**      /**
90       */       */
91      public static Border getBlackLineBorderUIResource() { }      public static Border getBlackLineBorderUIResource() {
92            return null;
93        }
94    
95      /**      /**
96       */       */
# Line 90  public class BorderUIResource Line 99  public class BorderUIResource
99    
100      /**      /**
101       */       */
102      public Insets getBorderInsets(Component c) { }      public Insets getBorderInsets(Component c) {
103            return null;
104        }
105    
106      /**      /**
107       */       */
108      public boolean isBorderOpaque() { }      public boolean isBorderOpaque() {
109            return false;
110        }
111    
112      /**      /**
113       * @serial       * @serial
# Line 112  public class BorderUIResource Line 125  public class BorderUIResource
125                                       Color highlight,                                       Color highlight,
126                                       Color shadow)                                       Color shadow)
127          {          {
128              this();              this(bevelType);
129          }          }
130          public BevelBorderUIResource(int bevelType,          public BevelBorderUIResource(int bevelType,
131                                       Color highlightOuter,                                       Color highlightOuter,

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

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