Package com.volantis.map.sti.model

Examples of com.volantis.map.sti.model.Text


     *
     * @param prefix prefix of parameter where parameter can be found.
     * @return text model object.
     */
    private Text getText() throws ConverterException {
        Text text = new Text();

        setMediaParameters(text);

        // Nothing to do yet.

View Full Code Here

TOP

Related Classes of com.volantis.map.sti.model.Text

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.