List of usage examples for org.jfree.ui Drawable interface-usage
From source file eu.hydrologis.jgrass.charting.impl.LineDrawer.java
/** * An implementation of the {@link Drawable} interface, to illustrate the use of the * {@link org.jfree.chart.annotations.XYDrawableAnnotation} class. Used by MarkerDemo1.java. */ public class LineDrawer implements Drawable {
From source file eu.hydrologis.jgrass.charting.impl.CircleDrawer.java
/** * An implementation of the {@link Drawable} interface, to illustrate the use of the * {@link org.jfree.chart.annotations.XYDrawableAnnotation} class. Used by * MarkerDemo1.java. */ public class CircleDrawer implements Drawable {
From source file edu.ucla.stat.SOCR.chart.gui.CircleDrawer.java
/** * An implementation of the {@link Drawable} interface, to illustrate the use of the * {@link org.jfree.chart.annotations.XYDrawableAnnotation} class. */ public class CircleDrawer implements Drawable {
From source file org.jfree.chart.demo.CircleDrawer.java
/** * An implementation of the {@link Drawable} interface, to illustrate the use of the * {@link org.jfree.chart.annotations.XYDrawableAnnotation} class. * */ public class CircleDrawer implements Drawable {