Uses of Class
ca.cgjennings.graphics.shapes.VectorIcon
-
Packages that use VectorIcon Package Description ca.cgjennings.graphics.shapes resources -
-
Uses of VectorIcon in ca.cgjennings.graphics.shapes
Methods in ca.cgjennings.graphics.shapes that return VectorIcon Modifier and Type Method Description VectorIcon
VectorIcon. derive(int newWidth, int newHeight)
Returns a new vector icon for the same image as this icon, but with a different icon size. -
Uses of VectorIcon in resources
Methods in resources that return VectorIcon Modifier and Type Method Description static VectorIcon
ResourceKit. getVectorIcon(java.lang.String resource, int iconWidth, int iconHeight)
Returns an icon that displays a vector image at the specified width and height.
-