org.gwtbootstrap3.client.ui.base
Interface HasAlignment

All Known Implementing Classes:
Heading, Paragraph

public interface HasAlignment

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

Author:
Joshua Godi

Method Summary
 Alignment getAlignment()
          Get the object's alignment.
 void setAlignment(Alignment alignment)
          Sets this object's alignment.
 

Method Detail

setAlignment

void setAlignment(Alignment alignment)
Sets this object's alignment.

Parameters:
alignment - the object's new alignment

getAlignment

Alignment getAlignment()
Get the object's alignment.

Returns:
the object's alignment


Copyright © 2015. All rights reserved.