Example usage for org.apache.wicket.markup.html.image NonCachingImage subclass-usage

List of usage examples for org.apache.wicket.markup.html.image NonCachingImage subclass-usage

Introduction

In this page you can find the example usage for org.apache.wicket.markup.html.image NonCachingImage subclass-usage.

Usage

From source file au.org.theark.lims.util.barcode.DataMatrixBarcodeImage.java

/**
 * This class creates a 2D DataMatrix barcode bitmap, enhanced by custom elements.
 * 
 * @author cellis
 */
public class DataMatrixBarcodeImage extends NonCachingImage {

From source file com.swordlord.gozer.components.generic.graph.ChartImage.java

/**
 * Base class for charting images
 * 
 * @author LordEidi
 * 
 */

From source file org.sakaiproject.gradebookng.tool.component.JFreeChartImageWithToolTip.java

/**
 * Renders a {@link NonCachingImage} via JFreeChart using the {@link JFreeChart} data supplied as the model. Attach this to an img tag
 */
public class JFreeChartImageWithToolTip extends NonCachingImage {

    private static final long serialVersionUID = 1L;

From source file zw.co.hitrac.tpg.web.chart.GeneralChart.java

/**
 *
 * @author pchikumba
 */
public class GeneralChart extends NonCachingImage {

From source file zw.co.hitrac.tpg.web.chart.PerformanceChart.java

/**
 *
 * @author g-birds
 */
public class PerformanceChart extends NonCachingImage {