The ViewBoxParser class converts attributes conforming to the
SVG viewbox
syntax
into an array of four floating point values corresponding to the input
string.
version: $Id: ViewBoxParser.java,v 1.3 2006/04/21 06:40:44 st125089 Exp $
Parameters: value - the string containing the viewbox specification an array of four float corresponding to the inputviewbox specification.The method throws an IllegalArgumentExceptionif the viewbox string is malformed.
Methods inherited from com.sun.perseus.parser.NumberParser