Examples of CloudZoomImagePanel


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
Copyright © 2018 www.massapi.com. 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.