public static void encode( Chart chart, OutputStream outputStream ) throws ChartDataException, PropertyException, IOException
{
//---hopefully eliminate support requests asking about this...
if( chart.getImageMap() != null )
{
throw new ImageMapNotSupportedException( "HTML client-side image maps are not supported by the SVG format." );
}
//---Get a DOMImplementation
DOMImplementation domImpl = GenericDOMImplementation.getDOMImplementation();