D | XYSeriesFormatter.java | 26 ZHash<RectRegion, XYRegionFormatterType> regions; field in XYSeriesFormatter 29 regions = new ZHash<RectRegion, XYRegionFormatterType>(); 33 regions.addToBottom(region, regionFormatter); in addRegion() 37 regions.remove(region); in removeRegion() 45 return regions; in getRegions() 53 return regions.get(region); in getRegionFormatter()
|