Package com.google.code.jqwicket.ui.cloudzoom

Examples of com.google.code.jqwicket.ui.cloudzoom.CloudZoomImagePanel


*/
public class CloudZoomPage extends DemoPage {

  public CloudZoomPage() {

    add(new CloudZoomImagePanel("cloudZoom", new CloudZoomOptions(
        new CloudZoomImage("_images/cloudzoom/bigimage.jpg",
            "_images/cloudzoom/smallimage.jpg")).adjustX(10)
        .adjustY(-4).softFocus(true).tint("#123").showTitle(true)));
  }
View Full Code Here

TOP

Related Classes of com.google.code.jqwicket.ui.cloudzoom.CloudZoomImagePanel

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.