~ubuntu-branches/ubuntu/precise/classpath/precise

« back to all changes in this revision

Viewing changes to javax/swing/border/MatteBorder.java

  • Committer: Bazaar Package Importer
  • Author(s): Michael Koch
  • Date: 2006-05-27 16:11:15 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20060527161115-h6e39eposdt5snb6
Tags: 2:0.91-3
* Install header files to /usr/include/classpath.
* debian/control: classpath: Conflict with jamvm < 1.4.3 and
  cacao < 0.96 (Closes: #368172).

Show diffs side-by-side

added added

removed removed

Lines of Context:
299
299
   * Returns the color that is used for filling the border, or
300
300
   * <code>null</code> if the border is filled with repetitions of a
301
301
   * tile icon.
 
302
   * 
 
303
   * @return The color (possibly <code>null</code>).
302
304
   */
303
305
  public Color getMatteColor()
304
306
  {
310
312
   * Returns the icon is used for tiling the border, or
311
313
   * <code>null</code> if the border is filled with a color instead of
312
314
   * an icon.
 
315
   * 
 
316
   * @return The icon (possibly <code>null</code>).
313
317
   */
314
318
  public Icon getTileIcon()
315
319
  {