IconsFactory
@OpenApiAll @Deprecated public class VectorImageIconControler extends java.lang.Object implements IconControlerInterface
Modifier and Type | Field and Description |
---|---|
static int |
SVG
Deprecated.
|
static int |
WMF
Deprecated.
|
Constructor and Description |
---|
VectorImageIconControler(java.lang.Class loader,
java.lang.String iconPath,
int iconSize,
int type)
Deprecated.
Construct VectorImageIconControler with the given argument.
|
Modifier and Type | Method and Description |
---|---|
javax.swing.Icon |
createIcon()
Deprecated.
Creates icon by given class file and path
|
java.lang.String |
getIconPath()
Deprecated.
Returns full icon name.
|
public static final int SVG
public static final int WMF
@OpenApi public VectorImageIconControler(java.lang.Class loader, java.lang.String iconPath, int iconSize, int type)
loader
- The loader.iconPath
- Icon Path.iconSize
- Icon size.type
- Type of icon.public javax.swing.Icon createIcon()
IconControlerInterface
createIcon
in interface IconControlerInterface
public java.lang.String getIconPath()
IconControlerInterface
getIconPath
in interface IconControlerInterface