| Class | Description |
|---|---|
| FontAwesomeCDNCSSReference |
reference for font awesome css via CDN
|
| FontAwesomeCssReference |
reference for font awesome css
|
| FontAwesomeIconType |
All the icon types.
|
| FontAwesomeIconTypeBuilder |
A builder to build
FontAwesomeIconType Examples : To rotate an icon 90° : FontAwesomeIconTypeBuilder.on(FontAwesomeGraphic.key).rotate(Rotation.rotate_90).build() To spin an icon : FontAwesomeIconTypeBuilder.on(FontAwesomeGraphic.key).spin().build() To resize an icon 4 times : FontAwesomeIconTypeBuilder.on(FontAwesomeGraphic.key).size(Size.four).build() All together : FontAwesomeIconTypeBuilder.on(FontAwesomeGraphic.key).size(Size.four).spin().rotate(Rotation.rotate_90).build() |
| OpenWebIconsCssReference |
Reference for open web icon css
|
| OpenWebIconType |
The OpenWeb Icons are a set of icons to show the support for the Open Web! You can find more information and a list of all icons here: http://pfefferle.github.com/openwebicons/
|
| Enum | Description |
|---|---|
| FontAwesomeIconTypeBuilder.FontAwesomeGraphic |
All the icons available in fontawesome.
|
| FontAwesomeIconTypeBuilder.Rotation |
Rotation that can be done on an icon.
|
| FontAwesomeIconTypeBuilder.Size |
Sizes on an icon.
|
Copyright © 2011–2014 AgileCoders. All rights reserved.