org.apache.batik.svggen
Class SVGIDGenerator
java.lang.Object
org.apache.batik.svggen.SVGIDGenerator
public class SVGIDGenerator
- extends Object
Generates id for an arbitrary number of prefix
- Version:
- $Id: SVGIDGenerator.java 1733416 2016-03-03 07:07:13Z gadams $
- Author:
- Christophe Jolif, Vincent Hardy
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SVGIDGenerator
public SVGIDGenerator()
generateID
public String generateID(String prefix)
- Generates an id for the given prefix. This class keeps
track of all invocations to that it generates unique ids
- Parameters:
prefix - defines the prefix for which the id should
be generated.
- Returns:
- a value of the form
Copyright © 2000–2017 Apache Software Foundation. All rights reserved.