Package de.lessvoid.nifty.controls.dynamic.attributes

Examples of de.lessvoid.nifty.controls.dynamic.attributes.ControlEffectOnHoverAttributes


  /**
   * This supports creating CustomControlCreator.
   * @return
   */
  public ControlEffectOnHoverAttributes convert() {
    return new ControlEffectOnHoverAttributes(getAttributes(), effectValues, hoverType);
  }
View Full Code Here

TOP

Related Classes of de.lessvoid.nifty.controls.dynamic.attributes.ControlEffectOnHoverAttributes

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.