|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FontIcon
A font icon is a type of icon that is made by displaying one character from a specially constructed font containing icons ("icon font").
FontIcon
is a custom resource type which uses the URI scheme
fonticon://<fontfamily>/<codepoint>
to reference a
specific icon from a specific icon font.
Method Summary | |
---|---|
int |
getCodepoint()
Returns the unicode codepoint (character location) for this icon within the font given in getFontFamily() . |
java.lang.String |
getFontFamily()
Returns the name (font family) of the font from which this icon comes. |
java.lang.String |
getHtml()
Returns HTML that can be used to display the icon in places where HTML can be used, such as a Label with ContentMode.HTML . |
Methods inherited from interface com.vaadin.server.Resource |
---|
getMIMEType |
Method Detail |
---|
java.lang.String getFontFamily()
int getCodepoint()
getFontFamily()
.
For example, 0x0021 would in a regular font be the codepoint for the
exclamation-point character.
When constructing icon fonts, it might be a good idea to use the
codepoints in the "Private use area", from 0xE000 0xF8FF.
java.lang.String getHtml()
Label
with ContentMode.HTML
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |