Package org.faceless.graph2
Interface XMLGraphResourceProvider
-
public interface XMLGraphResourceProviderThis 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 PaintgetPaint(String paintname)Get aPaintobject matching the specified string
-