org.geotools.text
Class Text

java.lang.Object
  extended by org.geotools.text.Text

public class Text
extends java.lang.Object


Constructor Summary
Text()
           
 
Method Summary
static org.opengis.util.InternationalString text(java.lang.String english)
          Create a international string based on the provided English text.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Text

public Text()
Method Detail

text

public static org.opengis.util.InternationalString text(java.lang.String english)
Create a international string based on the provided English text.

We will hook up this method to a properties file at a later time, making other translations available via the Factory SPI mechanism.

Parameters:
english -


Copyright © 1996-2010 Geotools. All Rights Reserved.