Package org.jfree.data.resources
Class DataPackageResources_ru
- java.lang.Object
-
- java.util.ResourceBundle
-
- java.util.ListResourceBundle
-
- org.jfree.data.resources.DataPackageResources_ru
-
public class DataPackageResources_ru extends java.util.ListResourceBundle
A resource bundle that stores all the items that might need localisation.
-
-
Constructor Summary
Constructors Constructor Description DataPackageResources_ru()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object[][]
getContents()
Returns the array of strings in the resource bundle.
-
-
-
Constructor Detail
-
DataPackageResources_ru
public DataPackageResources_ru()
-
-
Method Detail
-
getContents
public java.lang.Object[][] getContents()
Returns the array of strings in the resource bundle.- Specified by:
getContents
in classjava.util.ListResourceBundle
- Returns:
- The localised resources.
-
-