public class IconsManager extends Object
makes it easy to incorporate icons into your web page. Here’s a small example: <i class="material-icons">face</i>
Please note: for make this work you must install material-design-icons:
The easiest way to set up icon fonts for use in any web page is through Google Web Fonts. All you need to do is include a single line of HTML:
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
| Constructor and Description |
|---|
IconsManager() |
| Modifier and Type | Method and Description |
|---|---|
static MDIcon |
getDefault() |
static MDIcon |
getIconFolder(boolean isShared) |
static MDIcon |
getIconTypeLink() |
static MDIcon |
getIconVREFolder() |
static MDIcon |
getMDIconTextualName(String filenameWithExtension)
easy to incorporate icons into your web page.
|
static MDIcon |
getXMLTypeLink() |
public static MDIcon getIconFolder(boolean isShared)
isShared - true is the folder is sharedpublic static MDIcon getIconVREFolder()
public static MDIcon getIconTypeLink()
public static MDIcon getXMLTypeLink()
public static MDIcon getDefault()
public static MDIcon getMDIconTextualName(String filenameWithExtension)
filenameWithExtension - the file name with extensionCopyright © 2018. All Rights Reserved.