Package fr.dz.swan.balises.types

Examples of fr.dz.swan.balises.types.SVGString


    private final String idMessageError="error.attribut";

    public Balise(String _name) {
        attributes = new HashMap<String, SVGType>();
        children = new ArrayList<Balise>();
        attributes.put("id", new SVGString(""));
       // attributes.put("style", new SVGString(""));
        name = _name;
    }
View Full Code Here

TOP

Related Classes of fr.dz.swan.balises.types.SVGString

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.