Interface DecoratedRadianceIcon.IconDecorator
- Enclosing class:
DecoratedRadianceIcon
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Icon decorator interface.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
paintIconDecoration
(Component c, Graphics g, int mainIconX, int mainIconY, int mainIconWidth, int mainIconHeight) Paints the icon decoration.
-
Method Details
-
paintIconDecoration
void paintIconDecoration(Component c, Graphics g, int mainIconX, int mainIconY, int mainIconWidth, int mainIconHeight) Paints the icon decoration.- Parameters:
c
- Component.g
- Graphics context.mainIconX
- X position of main icon painting.mainIconY
- Y position of main icon painting.mainIconWidth
- Width of main icon.mainIconHeight
- Height of main icon.
-