org.gwtbootstrap3.client.ui.base
Interface HasEmphasis

All Known Implementing Classes:
Heading, Paragraph

public interface HasEmphasis

An object that implements this interface has emphasis, which can be set and retrieved using these methods.

Author:
Joshua Godi

Method Summary
 Emphasis getEmphasis()
          Get the object's emphasis.
 void setEmphasis(Emphasis emphasis)
          Sets the object's emphasis.
 

Method Detail

setEmphasis

void setEmphasis(Emphasis emphasis)
Sets the object's emphasis.

Parameters:
emphasis - the object's new emphasis

getEmphasis

Emphasis getEmphasis()
Get the object's emphasis.

Returns:
the object's emphasis


Copyright © 2015. All rights reserved.