Uses of Class
com.formdev.flatlaf.extras.FlatSVGIcon
-
Packages that use FlatSVGIcon Package Description com.formdev.flatlaf.extras -
-
Uses of FlatSVGIcon in com.formdev.flatlaf.extras
Methods in com.formdev.flatlaf.extras that return FlatSVGIcon Modifier and Type Method Description FlatSVGIcon
FlatSVGIcon. derive(float scale)
Creates a new icon with given scaling, which is derived from this icon.FlatSVGIcon
FlatSVGIcon. derive(int width, int height)
Creates a new icon with given width and height, which is derived from this icon.FlatSVGIcon
FlatSVGIcon. setColorFilter(FlatSVGIcon.ColorFilter colorFilter)
Sets a color filter that can freely modify colors of this icon during painting.Constructors in com.formdev.flatlaf.extras with parameters of type FlatSVGIcon Constructor Description FlatSVGIcon(FlatSVGIcon icon)
Creates a copy of the given icon.
-