Search found 2 matches

by HalogenLB
Wed Jun 11, 2008 5:09 pm
Forum: JFreeChart
Topic: Image map size is Huge for large datasets
Replies: 8
Views: 8613

Not particularly, I've never had to do this before. If you work with the entities you need as the right type, I guess XYItemEntity if you're creating a time series, then you could use the appropriate method on the object to ask for the series index, or dataset, etc.
by HalogenLB
Tue Jun 10, 2008 5:33 pm
Forum: JFreeChart
Topic: Image map size is Huge for large datasets
Replies: 8
Views: 8613

Have you considered writing your own ImageMapUtilities? In the method getImageMap, the area tags are returned from entity.getImageMapAreaTag for every entity. You could write your method so it's only called if the entity matches the series you want.