Interface DecoratedResizableIcon.IconDecorator
-
- Enclosing class:
- DecoratedResizableIcon
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public static interface DecoratedResizableIcon.IconDecoratorIcon decorator interface.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidpaintIconDecoration(java.awt.Component c, java.awt.Graphics g, int mainIconX, int mainIconY, int mainIconWidth, int mainIconHeight)Paints the icon decoration.
-
-
-
Method Detail
-
paintIconDecoration
void paintIconDecoration(java.awt.Component c, java.awt.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.
-
-