public class UiGlyph extends Object
| Constructor and Description | 
|---|
UiGlyph(String id,
       String viewbox,
       String path)
Creates a new glyph. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
id()
Returns the identifier for this glyph. 
 | 
String | 
path()
Returns the path for this glyph. 
 | 
String | 
toString()  | 
String | 
viewbox()
Returns the viewbox for this glyph. 
 | 
public UiGlyph(String id, String viewbox, String path)
id - glyph identifierviewbox - glyph viewboxpath - glyph path