- All Implemented Interfaces:
Icon
Icon
Icon encoded with BASE64 (data-url)
- Author:
- Cezary Kozar 25 sty 2016
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.suncode.pwfl.web.ui.Icon
Icon.Type
-
Constructor Summary
Constructors
-
Method Summary
Returns data-url of this icon content e.g.
Return icon type one of
Icon.Type (CSS, BASE64).
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Details
-
getDataUrl
Returns data-url of this icon content e.g. "data:image/png;base64,<BASE64>
"
-
getType
Description copied from interface: Icon
Return icon type one of
Icon.Type (CSS, BASE64).
- Specified by:
getType
in interface Icon