VerticalAlignment.java :  » GWT » gwt-mosaic » gwt » mosaic » client » ui » Java Open Source

Java Open Source » GWT » gwt mosaic 
gwt mosaic » gwt » mosaic » client » ui » VerticalAlignment.java
package gwt.mosaic.client.ui;

/**
 * Enumeration representing vertical alignment values.
 */
public enum VerticalAlignment {
  /**
   * Align to top.
   */
  TOP,

  /**
   * Align to bottom.
   */
  BOTTOM,

  /**
   * Align to middle.
   */
  MIDDLE
}
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.