Package org.faceless.graph2
Interface XMLGraphResourceProvider
-
public interface XMLGraphResourceProvider
This interface is used to provide resources to the XMLGraph object when it's parsing XML, such as fonts, images and colors. This allows customization of graphs (for instance, graphs intended for a PDF output can use vector-based PDF patterns or non-AWT colorspaces)- Since:
- 2.4.2
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Paint
getPaint(String paintname)
Get aPaint
object matching the specified string
-