Package org.apache.pdfbox.debugger.ui
Class PDFTreeCellRenderer.OverlayIcon
- java.lang.Object
-
- javax.swing.ImageIcon
-
- org.apache.pdfbox.debugger.ui.PDFTreeCellRenderer.OverlayIcon
-
- All Implemented Interfaces:
java.io.Serializable,javax.accessibility.Accessible,javax.swing.Icon
- Enclosing class:
- PDFTreeCellRenderer
private static class PDFTreeCellRenderer.OverlayIcon extends javax.swing.ImageIconAn ImageIcon which allows other ImageIcon overlays.
-
-
Field Summary
Fields Modifier and Type Field Description private javax.swing.ImageIconbaseprivate java.util.List<javax.swing.ImageIcon>overlaysprivate static longserialVersionUID
-
Constructor Summary
Constructors Constructor Description OverlayIcon(javax.swing.ImageIcon base)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) voidadd(javax.swing.ImageIcon overlay)voidpaintIcon(java.awt.Component c, java.awt.Graphics g, int x, int y)
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
base
private final javax.swing.ImageIcon base
-
overlays
private final java.util.List<javax.swing.ImageIcon> overlays
-
-