link start!
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
package javax.baja.chart;
|
||||
|
||||
import javax.baja.gx.Graphics;
|
||||
|
||||
public interface SwatchRenderer {
|
||||
double getHeight();
|
||||
|
||||
double getWidth();
|
||||
|
||||
void paintSwatch(Series series, Graphics graphics, double d, double d2);
|
||||
}
|
||||
Reference in New Issue
Block a user