facets.core.app
Interface Fonted

All Superinterfaces:
Shaded
All Known Implementing Classes:
HtmlContent.HtmlSelected

public interface Fonted
extends Shaded

Font features for rich text objects.


Method Summary
 java.lang.String fontFace()
           
 boolean fontIsBold()
           
 boolean fontIsItalic()
           
 int fontSize()
           
 void setFontBold(boolean bold)
           
 void setFontFace(java.lang.String fontFace)
           
 void setFontItalic(boolean italic)
           
 void setFontSize(int fontSize)
           
 
Methods inherited from interface facets.util.shade.Shaded
setShade, shade
 

Method Detail

fontFace

java.lang.String fontFace()

fontSize

int fontSize()

fontIsBold

boolean fontIsBold()

fontIsItalic

boolean fontIsItalic()

setFontFace

void setFontFace(java.lang.String fontFace)

setFontSize

void setFontSize(int fontSize)

setFontBold

void setFontBold(boolean bold)

setFontItalic

void setFontItalic(boolean italic)