This file is indexed.

/usr/share/doc/liblaf-widget-java-doc/api/org/pushingpixels/lafwidget/contrib/blogofbug/swing/components/ReflectedImageLabel.html is in liblaf-widget-java-doc 7.3+dfsg3-2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html>
<head>
<title>ReflectedImageLabel (laf-widget 7.3 API)</title>
<meta name="date" content="2016-08-04">
<link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
    try {
        if (location.href.indexOf('is-external=true') == -1) {
            parent.document.title="ReflectedImageLabel (laf-widget 7.3 API)";
        }
    }
    catch(err) {
    }
//-->
var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":42,"i6":42,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10};
var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"],32:["t6","Deprecated Methods"]};
var altColor = "altColor";
var rowColor = "rowColor";
var tableTab = "tableTab";
var activeTableTab = "activeTableTab";
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!--   -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!--   -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../../../org/pushingpixels/lafwidget/contrib/blogofbug/swing/components/JCarouselMenu.MenuItem.html" title="class in org.pushingpixels.lafwidget.contrib.blogofbug.swing.components"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
<li><a href="../../../../../../../org/pushingpixels/lafwidget/contrib/blogofbug/swing/components/RichComponent.html" title="interface in org.pushingpixels.lafwidget.contrib.blogofbug.swing.components"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../../../index.html?org/pushingpixels/lafwidget/contrib/blogofbug/swing/components/ReflectedImageLabel.html" target="_top">Frames</a></li>
<li><a href="ReflectedImageLabel.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
  allClassesLink = document.getElementById("allclasses_navbar_top");
  if(window==top) {
    allClassesLink.style.display = "block";
  }
  else {
    allClassesLink.style.display = "none";
  }
  //-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li><a href="#nested.classes.inherited.from.class.javax.swing.JLabel">Nested</a>&nbsp;|&nbsp;</li>
<li><a href="#fields.inherited.from.class.javax.swing.JLabel">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a name="skip.navbar.top">
<!--   -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">org.pushingpixels.lafwidget.contrib.blogofbug.swing.components</div>
<h2 title="Class ReflectedImageLabel" class="title">Class ReflectedImageLabel</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li>java.lang.Object</li>
<li>
<ul class="inheritance">
<li>java.awt.Component</li>
<li>
<ul class="inheritance">
<li>java.awt.Container</li>
<li>
<ul class="inheritance">
<li>javax.swing.JComponent</li>
<li>
<ul class="inheritance">
<li>javax.swing.JLabel</li>
<li>
<ul class="inheritance">
<li>org.pushingpixels.lafwidget.contrib.blogofbug.swing.components.ReflectedImageLabel</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>All Implemented Interfaces:</dt>
<dd>java.awt.image.ImageObserver, java.awt.MenuContainer, java.io.Serializable, javax.accessibility.Accessible, javax.swing.SwingConstants, <a href="../../../../../../../org/pushingpixels/lafwidget/contrib/blogofbug/swing/components/RichComponent.html" title="interface in org.pushingpixels.lafwidget.contrib.blogofbug.swing.components">RichComponent</a></dd>
</dl>
<hr>
<br>
<pre>public class <span class="typeNameLabel">ReflectedImageLabel</span>
extends javax.swing.JLabel
implements <a href="../../../../../../../org/pushingpixels/lafwidget/contrib/blogofbug/swing/components/RichComponent.html" title="interface in org.pushingpixels.lafwidget.contrib.blogofbug.swing.components">RichComponent</a></pre>
<div class="block">A RichComponent which takes the supplied image, adds on 50% to the height of the image
 and draws a graduated alpha-blended reflection below the top aligned original image. The
 text (set by setRichText()) is drawn dynamically over the reflection, below the original image.</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../../../serialized-form.html#org.pushingpixels.lafwidget.contrib.blogofbug.swing.components.ReflectedImageLabel">Serialized Form</a></dd>
</dl>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- ======== NESTED CLASS SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="nested.class.summary">
<!--   -->
</a>
<h3>Nested Class Summary</h3>
<ul class="blockList">
<li class="blockList"><a name="nested.classes.inherited.from.class.javax.swing.JLabel">
<!--   -->
</a>
<h3>Nested classes/interfaces inherited from class&nbsp;javax.swing.JLabel</h3>
<code>javax.swing.JLabel.AccessibleJLabel</code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="nested.classes.inherited.from.class.javax.swing.JComponent">
<!--   -->
</a>
<h3>Nested classes/interfaces inherited from class&nbsp;javax.swing.JComponent</h3>
<code>javax.swing.JComponent.AccessibleJComponent</code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="nested.classes.inherited.from.class.java.awt.Container">
<!--   -->
</a>
<h3>Nested classes/interfaces inherited from class&nbsp;java.awt.Container</h3>
<code>java.awt.Container.AccessibleAWTContainer</code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="nested.classes.inherited.from.class.java.awt.Component">
<!--   -->
</a>
<h3>Nested classes/interfaces inherited from class&nbsp;java.awt.Component</h3>
<code>java.awt.Component.AccessibleAWTComponent, java.awt.Component.BaselineResizeBehavior, java.awt.Component.BltBufferStrategy, java.awt.Component.FlipBufferStrategy</code></li>
</ul>
</li>
</ul>
<!-- =========== FIELD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="field.summary">
<!--   -->
</a>
<h3>Field Summary</h3>
<ul class="blockList">
<li class="blockList"><a name="fields.inherited.from.class.javax.swing.JLabel">
<!--   -->
</a>
<h3>Fields inherited from class&nbsp;javax.swing.JLabel</h3>
<code>labelFor</code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="fields.inherited.from.class.javax.swing.JComponent">
<!--   -->
</a>
<h3>Fields inherited from class&nbsp;javax.swing.JComponent</h3>
<code>listenerList, TOOL_TIP_TEXT_KEY, ui, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_WINDOW</code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="fields.inherited.from.class.java.awt.Component">
<!--   -->
</a>
<h3>Fields inherited from class&nbsp;java.awt.Component</h3>
<code>accessibleContext, BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT</code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="fields.inherited.from.class.javax.swing.SwingConstants">
<!--   -->
</a>
<h3>Fields inherited from interface&nbsp;javax.swing.SwingConstants</h3>
<code>BOTTOM, CENTER, EAST, HORIZONTAL, LEADING, LEFT, NEXT, NORTH, NORTH_EAST, NORTH_WEST, PREVIOUS, RIGHT, SOUTH, SOUTH_EAST, SOUTH_WEST, TOP, TRAILING, VERTICAL, WEST</code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="fields.inherited.from.class.java.awt.image.ImageObserver">
<!--   -->
</a>
<h3>Fields inherited from interface&nbsp;java.awt.image.ImageObserver</h3>
<code>ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH</code></li>
</ul>
</li>
</ul>
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor.summary">
<!--   -->
</a>
<h3>Constructor Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tr class="altColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../../../org/pushingpixels/lafwidget/contrib/blogofbug/swing/components/ReflectedImageLabel.html#ReflectedImageLabel-java.awt.Image-int-int-">ReflectedImageLabel</a></span>(java.awt.Image&nbsp;image,
                   int&nbsp;width,
                   int&nbsp;height)</code>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
<div class="block"><span class="deprecationComment">This function will be removed, use setNeutralWidth() on JCarousel instead.</span></div>
</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../../../org/pushingpixels/lafwidget/contrib/blogofbug/swing/components/ReflectedImageLabel.html#ReflectedImageLabel-java.awt.Image-java.lang.String-">ReflectedImageLabel</a></span>(java.awt.Image&nbsp;image,
                   java.lang.String&nbsp;text)</code>
<div class="block">Creates a new instance of a reflected label using the supplied image and text</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../../../org/pushingpixels/lafwidget/contrib/blogofbug/swing/components/ReflectedImageLabel.html#ReflectedImageLabel-java.awt.Image-java.lang.String-int-int-">ReflectedImageLabel</a></span>(java.awt.Image&nbsp;image,
                   java.lang.String&nbsp;text,
                   int&nbsp;width,
                   int&nbsp;height)</code>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
<div class="block"><span class="deprecationComment">This function will be removed, use setNeutralWidth() on JCarousel instead.</span></div>
</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../../../org/pushingpixels/lafwidget/contrib/blogofbug/swing/components/ReflectedImageLabel.html#ReflectedImageLabel-java.lang.String-">ReflectedImageLabel</a></span>(java.lang.String&nbsp;imageURL)</code>
<div class="block">See constructor for image label, this version of the constructor takes an image URL instead
 of the image object (the URL can be in string format).</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../../../org/pushingpixels/lafwidget/contrib/blogofbug/swing/components/ReflectedImageLabel.html#ReflectedImageLabel-java.lang.String-int-int-">ReflectedImageLabel</a></span>(java.lang.String&nbsp;imageURL,
                   int&nbsp;width,
                   int&nbsp;height)</code>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
<div class="block"><span class="deprecationComment">This function will be removed, use setNeutralWidth() on JCarousel instead.</span></div>
</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../../../org/pushingpixels/lafwidget/contrib/blogofbug/swing/components/ReflectedImageLabel.html#ReflectedImageLabel-java.lang.String-java.lang.String-int-int-">ReflectedImageLabel</a></span>(java.lang.String&nbsp;imageURL,
                   java.lang.String&nbsp;text,
                   int&nbsp;width,
                   int&nbsp;height)</code>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
<div class="block"><span class="deprecationComment">This function will be removed, use setNeutralWidth() on JCarousel instead.</span></div>
</div>
</td>
</tr>
</table>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method.summary">
<!--   -->
</a>
<h3>Method Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t6" class="tableTab"><span><a href="javascript:show(32);">Deprecated Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr id="i0" class="altColor">
<td class="colFirst"><code>java.awt.Dimension</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/pushingpixels/lafwidget/contrib/blogofbug/swing/components/ReflectedImageLabel.html#getPreferredSize--">getPreferredSize</a></span>()</code>
<div class="block">Overrides the default getPreferedSize() which has been controlled by the created image and adds 50% onto the height to allow for the reflection.</div>
</td>
</tr>
<tr id="i1" class="rowColor">
<td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/pushingpixels/lafwidget/contrib/blogofbug/swing/components/ReflectedImageLabel.html#getRichText--">getRichText</a></span>()</code>
<div class="block">See interface definition</div>
</td>
</tr>
<tr id="i2" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/pushingpixels/lafwidget/contrib/blogofbug/swing/components/ReflectedImageLabel.html#paintComponent-java.awt.Graphics-">paintComponent</a></span>(java.awt.Graphics&nbsp;graphics)</code>
<div class="block">Paints the component</div>
</td>
</tr>
<tr id="i3" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/pushingpixels/lafwidget/contrib/blogofbug/swing/components/ReflectedImageLabel.html#prePaintImage--">prePaintImage</a></span>()</code>
<div class="block">See interface definition</div>
</td>
</tr>
<tr id="i4" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/pushingpixels/lafwidget/contrib/blogofbug/swing/components/ReflectedImageLabel.html#setAlpha-float-">setAlpha</a></span>(float&nbsp;alphaLevel)</code>
<div class="block">Sets the transparency of the component</div>
</td>
</tr>
<tr id="i5" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/pushingpixels/lafwidget/contrib/blogofbug/swing/components/ReflectedImageLabel.html#setImage-java.awt.Image-">setImage</a></span>(java.awt.Image&nbsp;image)</code>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
<div class="block"><span class="deprecationComment">Please use setRichImage() instead from the RichComponent interface</span></div>
</div>
</td>
</tr>
<tr id="i6" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/pushingpixels/lafwidget/contrib/blogofbug/swing/components/ReflectedImageLabel.html#setLabel-java.lang.String-">setLabel</a></span>(java.lang.String&nbsp;text)</code>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
<div class="block"><span class="deprecationComment">Use setRichText() instead</span></div>
</div>
</td>
</tr>
<tr id="i7" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/pushingpixels/lafwidget/contrib/blogofbug/swing/components/ReflectedImageLabel.html#setRichImage-java.io.File-">setRichImage</a></span>(java.io.File&nbsp;image)</code>
<div class="block">See interface definition</div>
</td>
</tr>
<tr id="i8" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/pushingpixels/lafwidget/contrib/blogofbug/swing/components/ReflectedImageLabel.html#setRichImage-java.awt.Image-">setRichImage</a></span>(java.awt.Image&nbsp;image)</code>
<div class="block">See interface definition</div>
</td>
</tr>
<tr id="i9" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/pushingpixels/lafwidget/contrib/blogofbug/swing/components/ReflectedImageLabel.html#setRichImage-java.net.URL-">setRichImage</a></span>(java.net.URL&nbsp;image)</code>
<div class="block">Assigns an image to the component, the width and height taken from the supplied image</div>
</td>
</tr>
<tr id="i10" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/pushingpixels/lafwidget/contrib/blogofbug/swing/components/ReflectedImageLabel.html#setRichText-java.lang.String-">setRichText</a></span>(java.lang.String&nbsp;text)</code>
<div class="block">See interface definition</div>
</td>
</tr>
<tr id="i11" class="rowColor">
<td class="colFirst"><code>protected void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/pushingpixels/lafwidget/contrib/blogofbug/swing/components/ReflectedImageLabel.html#setupImage-java.awt.Image-">setupImage</a></span>(java.awt.Image&nbsp;image)</code>
<div class="block">Adds a reflection to the supplied image</div>
</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.javax.swing.JLabel">
<!--   -->
</a>
<h3>Methods inherited from class&nbsp;javax.swing.JLabel</h3>
<code>checkHorizontalKey, checkVerticalKey, getAccessibleContext, getDisabledIcon, getDisplayedMnemonic, getDisplayedMnemonicIndex, getHorizontalAlignment, getHorizontalTextPosition, getIcon, getIconTextGap, getLabelFor, getText, getUI, getUIClassID, getVerticalAlignment, getVerticalTextPosition, imageUpdate, paramString, setDisabledIcon, setDisplayedMnemonic, setDisplayedMnemonic, setDisplayedMnemonicIndex, setHorizontalAlignment, setHorizontalTextPosition, setIcon, setIconTextGap, setLabelFor, setText, setUI, setVerticalAlignment, setVerticalTextPosition, updateUI</code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.javax.swing.JComponent">
<!--   -->
</a>
<h3>Methods inherited from class&nbsp;javax.swing.JComponent</h3>
<code>addAncestorListener, addNotify, addVetoableChangeListener, computeVisibleRect, contains, createToolTip, disable, enable, firePropertyChange, firePropertyChange, firePropertyChange, fireVetoableChange, getActionForKeyStroke, getActionMap, getAlignmentX, getAlignmentY, getAncestorListeners, getAutoscrolls, getBaseline, getBaselineResizeBehavior, getBorder, getBounds, getClientProperty, getComponentGraphics, getComponentPopupMenu, getConditionForKeyStroke, getDebugGraphicsOptions, getDefaultLocale, getFontMetrics, getGraphics, getHeight, getInheritsPopupMenu, getInputMap, getInputMap, getInputVerifier, getInsets, getInsets, getListeners, getLocation, getMaximumSize, getMinimumSize, getNextFocusableComponent, getPopupLocation, getRegisteredKeyStrokes, getRootPane, getSize, getToolTipLocation, getToolTipText, getToolTipText, getTopLevelAncestor, getTransferHandler, getVerifyInputWhenFocusTarget, getVetoableChangeListeners, getVisibleRect, getWidth, getX, getY, grabFocus, hide, isDoubleBuffered, isLightweightComponent, isManagingFocus, isOpaque, isOptimizedDrawingEnabled, isPaintingForPrint, isPaintingOrigin, isPaintingTile, isRequestFocusEnabled, isValidateRoot, paint, paintBorder, paintChildren, paintImmediately, paintImmediately, print, printAll, printBorder, printChildren, printComponent, processComponentKeyEvent, processKeyBinding, processKeyEvent, processMouseEvent, processMouseMotionEvent, putClientProperty, registerKeyboardAction, registerKeyboardAction, removeAncestorListener, removeNotify, removeVetoableChangeListener, repaint, repaint, requestDefaultFocus, requestFocus, requestFocus, requestFocusInWindow, requestFocusInWindow, resetKeyboardActions, reshape, revalidate, scrollRectToVisible, setActionMap, setAlignmentX, setAlignmentY, setAutoscrolls, setBackground, setBorder, setComponentPopupMenu, setDebugGraphicsOptions, setDefaultLocale, setDoubleBuffered, setEnabled, setFocusTraversalKeys, setFont, setForeground, setInheritsPopupMenu, setInputMap, setInputVerifier, setMaximumSize, setMinimumSize, setNextFocusableComponent, setOpaque, setPreferredSize, setRequestFocusEnabled, setToolTipText, setTransferHandler, setUI, setVerifyInputWhenFocusTarget, setVisible, unregisterKeyboardAction, update</code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.java.awt.Container">
<!--   -->
</a>
<h3>Methods inherited from class&nbsp;java.awt.Container</h3>
<code>add, add, add, add, add, addContainerListener, addImpl, addPropertyChangeListener, addPropertyChangeListener, applyComponentOrientation, areFocusTraversalKeysSet, countComponents, deliverEvent, doLayout, findComponentAt, findComponentAt, getComponent, getComponentAt, getComponentAt, getComponentCount, getComponents, getComponentZOrder, getContainerListeners, getFocusTraversalKeys, getFocusTraversalPolicy, getLayout, getMousePosition, insets, invalidate, isAncestorOf, isFocusCycleRoot, isFocusCycleRoot, isFocusTraversalPolicyProvider, isFocusTraversalPolicySet, layout, list, list, locate, minimumSize, paintComponents, preferredSize, printComponents, processContainerEvent, processEvent, remove, remove, removeAll, removeContainerListener, setComponentZOrder, setFocusCycleRoot, setFocusTraversalPolicy, setFocusTraversalPolicyProvider, setLayout, transferFocusDownCycle, validate, validateTree</code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.java.awt.Component">
<!--   -->
</a>
<h3>Methods inherited from class&nbsp;java.awt.Component</h3>
<code>action, add, addComponentListener, addFocusListener, addHierarchyBoundsListener, addHierarchyListener, addInputMethodListener, addKeyListener, addMouseListener, addMouseMotionListener, addMouseWheelListener, bounds, checkImage, checkImage, coalesceEvents, contains, createImage, createImage, createVolatileImage, createVolatileImage, disableEvents, dispatchEvent, enable, enableEvents, enableInputMethods, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, getBackground, getBounds, getColorModel, getComponentListeners, getComponentOrientation, getCursor, getDropTarget, getFocusCycleRootAncestor, getFocusListeners, getFocusTraversalKeysEnabled, getFont, getForeground, getGraphicsConfiguration, getHierarchyBoundsListeners, getHierarchyListeners, getIgnoreRepaint, getInputContext, getInputMethodListeners, getInputMethodRequests, getKeyListeners, getLocale, getLocation, getLocationOnScreen, getMouseListeners, getMouseMotionListeners, getMousePosition, getMouseWheelListeners, getName, getParent, getPeer, getPropertyChangeListeners, getPropertyChangeListeners, getSize, getToolkit, getTreeLock, gotFocus, handleEvent, hasFocus, inside, isBackgroundSet, isCursorSet, isDisplayable, isEnabled, isFocusable, isFocusOwner, isFocusTraversable, isFontSet, isForegroundSet, isLightweight, isMaximumSizeSet, isMinimumSizeSet, isPreferredSizeSet, isShowing, isValid, isVisible, keyDown, keyUp, list, list, list, location, lostFocus, mouseDown, mouseDrag, mouseEnter, mouseExit, mouseMove, mouseUp, move, nextFocus, paintAll, postEvent, prepareImage, prepareImage, processComponentEvent, processFocusEvent, processHierarchyBoundsEvent, processHierarchyEvent, processInputMethodEvent, processMouseWheelEvent, remove, removeComponentListener, removeFocusListener, removeHierarchyBoundsListener, removeHierarchyListener, removeInputMethodListener, removeKeyListener, removeMouseListener, removeMouseMotionListener, removeMouseWheelListener, removePropertyChangeListener, removePropertyChangeListener, repaint, repaint, repaint, resize, resize, setBounds, setBounds, setComponentOrientation, setCursor, setDropTarget, setFocusable, setFocusTraversalKeysEnabled, setIgnoreRepaint, setLocale, setLocation, setLocation, setName, setSize, setSize, show, show, size, toString, transferFocus, transferFocusBackward, transferFocusUpCycle</code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
<!--   -->
</a>
<h3>Methods inherited from class&nbsp;java.lang.Object</h3>
<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</code></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor.detail">
<!--   -->
</a>
<h3>Constructor Detail</h3>
<a name="ReflectedImageLabel-java.awt.Image-int-int-">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ReflectedImageLabel</h4>
<pre>public&nbsp;ReflectedImageLabel(java.awt.Image&nbsp;image,
                           int&nbsp;width,
                           int&nbsp;height)</pre>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;<span class="deprecationComment">This function will be removed, use setNeutralWidth() on JCarousel instead.</span></div>
<div class="block">Creates a new instance from the supplied image object</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>image</code> - The Image object</dd>
<dd><code>width</code> - The prefered width of the image when rendered by a rich container</dd>
<dd><code>height</code> - The prefered heightof the image when rendered by a rich container</dd>
</dl>
</li>
</ul>
<a name="ReflectedImageLabel-java.awt.Image-java.lang.String-int-int-">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ReflectedImageLabel</h4>
<pre>public&nbsp;ReflectedImageLabel(java.awt.Image&nbsp;image,
                           java.lang.String&nbsp;text,
                           int&nbsp;width,
                           int&nbsp;height)</pre>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;<span class="deprecationComment">This function will be removed, use setNeutralWidth() on JCarousel instead.</span></div>
<div class="block">Creates a new instance of a reflected label for the supplied image, also setting the text
 to be associated with the image.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>image</code> - The image</dd>
<dd><code>text</code> - The text label</dd>
<dd><code>width</code> - The prefered width of the image when rendered by a rich container</dd>
<dd><code>height</code> - The prefered height of the image when rendered by a rich container</dd>
</dl>
</li>
</ul>
<a name="ReflectedImageLabel-java.awt.Image-java.lang.String-">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ReflectedImageLabel</h4>
<pre>public&nbsp;ReflectedImageLabel(java.awt.Image&nbsp;image,
                           java.lang.String&nbsp;text)</pre>
<div class="block">Creates a new instance of a reflected label using the supplied image and text</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>image</code> - The image to be used</dd>
<dd><code>text</code> - The text to be displayed</dd>
</dl>
</li>
</ul>
<a name="ReflectedImageLabel-java.lang.String-">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ReflectedImageLabel</h4>
<pre>public&nbsp;ReflectedImageLabel(java.lang.String&nbsp;imageURL)</pre>
<div class="block">See constructor for image label, this version of the constructor takes an image URL instead
 of the image object (the URL can be in string format).</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>imageURL</code> - A URL (in string form) of the image.</dd>
</dl>
</li>
</ul>
<a name="ReflectedImageLabel-java.lang.String-int-int-">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ReflectedImageLabel</h4>
<pre>public&nbsp;ReflectedImageLabel(java.lang.String&nbsp;imageURL,
                           int&nbsp;width,
                           int&nbsp;height)</pre>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;<span class="deprecationComment">This function will be removed, use setNeutralWidth() on JCarousel instead.</span></div>
<div class="block">Creates a new instance, setting the width and the height that may be used by the RichContainer</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>imageURL</code> - The URL of the image (String form)</dd>
<dd><code>width</code> - The prefered width of the image when rendered by a rich container</dd>
<dd><code>height</code> - The prefered height of the image when rendered by a rich container</dd>
</dl>
</li>
</ul>
<a name="ReflectedImageLabel-java.lang.String-java.lang.String-int-int-">
<!--   -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>ReflectedImageLabel</h4>
<pre>public&nbsp;ReflectedImageLabel(java.lang.String&nbsp;imageURL,
                           java.lang.String&nbsp;text,
                           int&nbsp;width,
                           int&nbsp;height)</pre>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;<span class="deprecationComment">This function will be removed, use setNeutralWidth() on JCarousel instead.</span></div>
<div class="block">Creates a new instance, using the image specified in the URL string, the prefered dimensions and sets the Rich text as well</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>imageURL</code> - The URL of the image in text form</dd>
<dd><code>text</code> - The RichText to be displayed</dd>
<dd><code>width</code> - The prefered width of the image when rendered by a rich container</dd>
<dd><code>height</code> - The prefered height of the image when rendered by a rich container</dd>
</dl>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method.detail">
<!--   -->
</a>
<h3>Method Detail</h3>
<a name="setLabel-java.lang.String-">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setLabel</h4>
<pre>public&nbsp;void&nbsp;setLabel(java.lang.String&nbsp;text)</pre>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;<span class="deprecationComment">Use setRichText() instead</span></div>
<div class="block">Depricated.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>text</code> - The rich text</dd>
</dl>
</li>
</ul>
<a name="setupImage-java.awt.Image-">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setupImage</h4>
<pre>protected&nbsp;void&nbsp;setupImage(java.awt.Image&nbsp;image)</pre>
<div class="block">Adds a reflection to the supplied image</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>image</code> - The image object to use to pre-render the reflection</dd>
</dl>
</li>
</ul>
<a name="setAlpha-float-">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setAlpha</h4>
<pre>public&nbsp;void&nbsp;setAlpha(float&nbsp;alphaLevel)</pre>
<div class="block">Sets the transparency of the component</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../../../org/pushingpixels/lafwidget/contrib/blogofbug/swing/components/RichComponent.html#setAlpha-float-">setAlpha</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../../../org/pushingpixels/lafwidget/contrib/blogofbug/swing/components/RichComponent.html" title="interface in org.pushingpixels.lafwidget.contrib.blogofbug.swing.components">RichComponent</a></code></dd>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>alphaLevel</code> - The alpha level of the object</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../../../org/pushingpixels/lafwidget/contrib/blogofbug/swing/components/RichComponent.html" title="interface in org.pushingpixels.lafwidget.contrib.blogofbug.swing.components"><code>RichComponent</code></a></dd>
</dl>
</li>
</ul>
<a name="setImage-java.awt.Image-">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setImage</h4>
<pre>public&nbsp;void&nbsp;setImage(java.awt.Image&nbsp;image)</pre>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;<span class="deprecationComment">Please use setRichImage() instead from the RichComponent interface</span></div>
<div class="block">Deprecated</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>image</code> - An image object to use (reflection will be added)</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../../../org/pushingpixels/lafwidget/contrib/blogofbug/swing/components/RichComponent.html" title="interface in org.pushingpixels.lafwidget.contrib.blogofbug.swing.components"><code>RichComponent</code></a></dd>
</dl>
</li>
</ul>
<a name="getPreferredSize--">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getPreferredSize</h4>
<pre>public&nbsp;java.awt.Dimension&nbsp;getPreferredSize()</pre>
<div class="block">Overrides the default getPreferedSize() which has been controlled by the created image and adds 50% onto the height to allow for the reflection.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
<dd><code>getPreferredSize</code>&nbsp;in class&nbsp;<code>javax.swing.JComponent</code></dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>The prefered dimensions of the component</dd>
</dl>
</li>
</ul>
<a name="paintComponent-java.awt.Graphics-">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>paintComponent</h4>
<pre>public&nbsp;void&nbsp;paintComponent(java.awt.Graphics&nbsp;graphics)</pre>
<div class="block">Paints the component</div>
<dl>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
<dd><code>paintComponent</code>&nbsp;in class&nbsp;<code>javax.swing.JComponent</code></dd>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>graphics</code> - The graphics context</dd>
</dl>
</li>
</ul>
<a name="setRichImage-java.net.URL-">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setRichImage</h4>
<pre>public&nbsp;void&nbsp;setRichImage(java.net.URL&nbsp;image)</pre>
<div class="block">Assigns an image to the component, the width and height taken from the supplied image</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../../../org/pushingpixels/lafwidget/contrib/blogofbug/swing/components/RichComponent.html#setRichImage-java.net.URL-">setRichImage</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../../../org/pushingpixels/lafwidget/contrib/blogofbug/swing/components/RichComponent.html" title="interface in org.pushingpixels.lafwidget.contrib.blogofbug.swing.components">RichComponent</a></code></dd>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>image</code> - The URL of the image</dd>
</dl>
</li>
</ul>
<a name="setRichImage-java.io.File-">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setRichImage</h4>
<pre>public&nbsp;void&nbsp;setRichImage(java.io.File&nbsp;image)</pre>
<div class="block">See interface definition</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../../../org/pushingpixels/lafwidget/contrib/blogofbug/swing/components/RichComponent.html#setRichImage-java.io.File-">setRichImage</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../../../org/pushingpixels/lafwidget/contrib/blogofbug/swing/components/RichComponent.html" title="interface in org.pushingpixels.lafwidget.contrib.blogofbug.swing.components">RichComponent</a></code></dd>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>image</code> - See interface definition</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../../../org/pushingpixels/lafwidget/contrib/blogofbug/swing/components/RichComponent.html" title="interface in org.pushingpixels.lafwidget.contrib.blogofbug.swing.components"><code>RichComponent</code></a></dd>
</dl>
</li>
</ul>
<a name="setRichImage-java.awt.Image-">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setRichImage</h4>
<pre>public&nbsp;void&nbsp;setRichImage(java.awt.Image&nbsp;image)</pre>
<div class="block">See interface definition</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../../../org/pushingpixels/lafwidget/contrib/blogofbug/swing/components/RichComponent.html#setRichImage-java.awt.Image-">setRichImage</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../../../org/pushingpixels/lafwidget/contrib/blogofbug/swing/components/RichComponent.html" title="interface in org.pushingpixels.lafwidget.contrib.blogofbug.swing.components">RichComponent</a></code></dd>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>image</code> - See interface definition</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../../../org/pushingpixels/lafwidget/contrib/blogofbug/swing/components/RichComponent.html" title="interface in org.pushingpixels.lafwidget.contrib.blogofbug.swing.components"><code>RichComponent</code></a></dd>
</dl>
</li>
</ul>
<a name="prePaintImage--">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>prePaintImage</h4>
<pre>public&nbsp;void&nbsp;prePaintImage()</pre>
<div class="block">See interface definition</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../../../org/pushingpixels/lafwidget/contrib/blogofbug/swing/components/RichComponent.html#prePaintImage--">prePaintImage</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../../../org/pushingpixels/lafwidget/contrib/blogofbug/swing/components/RichComponent.html" title="interface in org.pushingpixels.lafwidget.contrib.blogofbug.swing.components">RichComponent</a></code></dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../../../org/pushingpixels/lafwidget/contrib/blogofbug/swing/components/RichComponent.html" title="interface in org.pushingpixels.lafwidget.contrib.blogofbug.swing.components"><code>RichComponent</code></a></dd>
</dl>
</li>
</ul>
<a name="setRichText-java.lang.String-">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setRichText</h4>
<pre>public&nbsp;void&nbsp;setRichText(java.lang.String&nbsp;text)</pre>
<div class="block">See interface definition</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../../../org/pushingpixels/lafwidget/contrib/blogofbug/swing/components/RichComponent.html#setRichText-java.lang.String-">setRichText</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../../../org/pushingpixels/lafwidget/contrib/blogofbug/swing/components/RichComponent.html" title="interface in org.pushingpixels.lafwidget.contrib.blogofbug.swing.components">RichComponent</a></code></dd>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>text</code> - See interface definition</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../../../org/pushingpixels/lafwidget/contrib/blogofbug/swing/components/RichComponent.html" title="interface in org.pushingpixels.lafwidget.contrib.blogofbug.swing.components"><code>RichComponent</code></a></dd>
</dl>
</li>
</ul>
<a name="getRichText--">
<!--   -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>getRichText</h4>
<pre>public&nbsp;java.lang.String&nbsp;getRichText()</pre>
<div class="block">See interface definition</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../../../org/pushingpixels/lafwidget/contrib/blogofbug/swing/components/RichComponent.html#getRichText--">getRichText</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../../../org/pushingpixels/lafwidget/contrib/blogofbug/swing/components/RichComponent.html" title="interface in org.pushingpixels.lafwidget.contrib.blogofbug.swing.components">RichComponent</a></code></dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>See interface definition</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../../../org/pushingpixels/lafwidget/contrib/blogofbug/swing/components/RichComponent.html" title="interface in org.pushingpixels.lafwidget.contrib.blogofbug.swing.components"><code>RichComponent</code></a></dd>
</dl>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!--   -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!--   -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../../../org/pushingpixels/lafwidget/contrib/blogofbug/swing/components/JCarouselMenu.MenuItem.html" title="class in org.pushingpixels.lafwidget.contrib.blogofbug.swing.components"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
<li><a href="../../../../../../../org/pushingpixels/lafwidget/contrib/blogofbug/swing/components/RichComponent.html" title="interface in org.pushingpixels.lafwidget.contrib.blogofbug.swing.components"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../../../index.html?org/pushingpixels/lafwidget/contrib/blogofbug/swing/components/ReflectedImageLabel.html" target="_top">Frames</a></li>
<li><a href="ReflectedImageLabel.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
  allClassesLink = document.getElementById("allclasses_navbar_bottom");
  if(window==top) {
    allClassesLink.style.display = "block";
  }
  else {
    allClassesLink.style.display = "none";
  }
  //-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li><a href="#nested.classes.inherited.from.class.javax.swing.JLabel">Nested</a>&nbsp;|&nbsp;</li>
<li><a href="#fields.inherited.from.class.javax.swing.JLabel">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a name="skip.navbar.bottom">
<!--   -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>