Esempio n. 1
0
 /**
  * Sets the horizontal text alignment style.
  *
  * @param textAlign The textAlign to set.
  */
 public void setTextAlign(String textAlign) {
   label.setTextAlign(textAlign);
 }