Java Doc for Resources.java in  » 6.0-JDK-Modules » Java-Advanced-Imaging » ca » forklabs » media » jai » operator » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » 6.0 JDK Modules » Java Advanced Imaging » ca.forklabs.media.jai.operator 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   ca.forklabs.media.jai.operator.Resources

Resources
class Resources (Code)
Class Resources is the default bundle for the resources used by classes in the ca.forklabs.media.jai.operator package.
author:
   Daniel Léonard
version:
   $Revision: 1.13 $


Field Summary
final public static  StringAPPLY_TO_COLLECTION_ARG0_DESCRIPTION
     Key for the description of the first argument.
final public static  StringAPPLY_TO_COLLECTION_ARG1_DESCRIPTION
     Key for the description of the second argument.
final public static  StringAPPLY_TO_COLLECTION_DESCRIPTION
     Key for the description of the apply to collection operation.
final public static  StringAUTO_RESCALE_ARG0_DESCRIPTION
     Key for the description of the first argument.
final public static  StringAUTO_RESCALE_ARG1_DESCRIPTION
     Key for the error message saying that there are no lower bounds.
final public static  StringAUTO_RESCALE_DESCRIPTION
     Key for the description of the auto rescale operation.
final public static  StringAUTO_RESCALE_LOWER_GREATER_THAN_UPPER
     Key for the error message saying that the lower bound is greater than the upper bound.
final public static  StringAUTO_RESCALE_NOT_SAME_NUMBER_OF_BOUNDS
     Key for the error message saying that they are not the same number of lower and upper bounds.
final public static  StringAUTO_RESCALE_NO_LOWER_BOUNDS
     Key for the error message saying that there are no lower bounds.
final public static  StringAUTO_RESCALE_NO_UPPER_BOUNDS
     Key for the error message saying that there are no upper bounds.
final public static  StringDFT3D_ARG0_DESCRIPTION
     Key for the description of the first argument.
final public static  StringDFT3D_ARG1_DESCRIPTION
     Key for the description of the second argument.
final public static  StringDFT3D_DESCRIPTION
     Key for the description of the dft3d operation.
final public static  StringIDFT3D_DESCRIPTION
     Key for the description of the idft3d operation.
final public static  StringIMAGE_FUNCTION_3D_ARG0_DESCRIPTION
     Key for the description of the first argument.
final public static  StringIMAGE_FUNCTION_3D_ARG1_DESCRIPTION
     Key for the description of the second argument.
final public static  StringIMAGE_FUNCTION_3D_ARG2_DESCRIPTION
     Key for the description of the third argument.
final public static  StringIMAGE_FUNCTION_3D_ARG3_DESCRIPTION
     Key for the description of the fourth argument.
final public static  StringIMAGE_FUNCTION_3D_DESCRIPTION
     Key for the description of the image function 3d operation.
final public static  StringKMEANS_ARG0_DESCRIPTION
     Key for the description of the first argument.
final public static  StringKMEANS_ARG1_DESCRIPTION
     Key for the description of the second argument.
final public static  StringKMEANS_ARG2_DESCRIPTION
     Key for the description of the third argument.
final public static  StringKMEANS_ARG3_DESCRIPTION
     Key for the description of the fourth argument.
final public static  StringKMEANS_BAD_BANDS
     Key for the error message saying that the color map does not have the required number of bands.
final public static  StringKMEANS_BAD_CLUSTERS
     Key for the error message saying that the number of clusters and the number of color in the color map do not match.
final public static  StringKMEANS_COLOR_MAP_NOT_RECTANGULAR
     Key for the error message saying that the color map is not rectangular.
final public static  StringKMEANS_DESCRIPTION
     Key for the description of the image function 3d operation.
final public static  StringMEDIAN_COLLECTION_CARDINALITY
     Key for the error message telling that 2+ images are required.
final public static  StringMEDIAN_COLLECTION_DESCRIPTION
     Key for the description of the median collection operation.
final public static  StringNEITHER_RENDERED_NOR_RENDERABLE_IMAGE
     Key for the error message saying the source is neither a rendered nor a renderable image.
final public static  StringNOT_A_RENDERABLE_IMAGE
     Key for the error message saying the source is not a renderable image.
final public static  StringNOT_A_RENDERED_IMAGE
     Key for the error message saying the source is not a rendered image.
final public static  StringPERIODIC_SHIFT_3D_ARG0_DESCRIPTION
     Key for the description of the first argument.
final public static  StringPERIODIC_SHIFT_3D_ARG1_DESCRIPTION
     Key for the description of the second argument.
final public static  StringPERIODIC_SHIFT_3D_ARG2_DESCRIPTION
     Key for the description of the third argument.
final public static  StringPERIODIC_SHIFT_3D_DESCRIPTION
     Key for the description of the dft3d operation.
final public static  StringPIPELINE_ARG0_DESCRIPTION
     Key for the description of the first argument.
final public static  StringPIPELINE_ARG1_DESCRIPTION
     Key for the description of the second argument.
final public static  StringPIPELINE_BAD_ALIGNEMENT
     Key for the error message saying that there are not the same number of operations and parameter blocks.
final public static  StringPIPELINE_DESCRIPTION
     Key for the description of the pipeline operation.
final public static  StringSPECTRAL_FILTER_ARG0_DESCRIPTION
     Key for the description of the first argument.
final public static  StringSPECTRAL_FILTER_ARG1_DESCRIPTION
     Key for the description of the second argument.
final public static  StringSPECTRAL_FILTER_DESCRIPTION
     Key for the description of the spatial homomorphic operation.
final public static  StringSPECTRAL_HOMOMORPHIC_ARG0_DESCRIPTION
     Key for the description of the first argument.
final public static  StringSPECTRAL_HOMOMORPHIC_ARG1_DESCRIPTION
     Key for the description of the second argument.
final public static  StringSPECTRAL_HOMOMORPHIC_DESCRIPTION
     Key for the description of the spatial homomorphic operation.
final public static  StringUNARY_FUNCTION_ARG0_DESCRIPTION
     Key for the description of the median collection operation.
final public static  StringUNARY_FUNCTION_DESCRIPTION
     Key for the description of the median collection operation.


Method Summary
public static  StringgetLocalizedString(String key, Object... arguments)
     Gets and formats the specified localized string from the menu resource bundle.
Parameters:
  key - the key.
Parameters:
  arguments - the arguments to format the string.
public static  ResourceBundlegetResourceBundle()
     Gets the resource bundle itself.

Field Detail
APPLY_TO_COLLECTION_ARG0_DESCRIPTION
final public static String APPLY_TO_COLLECTION_ARG0_DESCRIPTION(Code)
Key for the description of the first argument.



APPLY_TO_COLLECTION_ARG1_DESCRIPTION
final public static String APPLY_TO_COLLECTION_ARG1_DESCRIPTION(Code)
Key for the description of the second argument.



APPLY_TO_COLLECTION_DESCRIPTION
final public static String APPLY_TO_COLLECTION_DESCRIPTION(Code)
Key for the description of the apply to collection operation.



AUTO_RESCALE_ARG0_DESCRIPTION
final public static String AUTO_RESCALE_ARG0_DESCRIPTION(Code)
Key for the description of the first argument.



AUTO_RESCALE_ARG1_DESCRIPTION
final public static String AUTO_RESCALE_ARG1_DESCRIPTION(Code)
Key for the error message saying that there are no lower bounds.



AUTO_RESCALE_DESCRIPTION
final public static String AUTO_RESCALE_DESCRIPTION(Code)
Key for the description of the auto rescale operation.



AUTO_RESCALE_LOWER_GREATER_THAN_UPPER
final public static String AUTO_RESCALE_LOWER_GREATER_THAN_UPPER(Code)
Key for the error message saying that the lower bound is greater than the upper bound.



AUTO_RESCALE_NOT_SAME_NUMBER_OF_BOUNDS
final public static String AUTO_RESCALE_NOT_SAME_NUMBER_OF_BOUNDS(Code)
Key for the error message saying that they are not the same number of lower and upper bounds.



AUTO_RESCALE_NO_LOWER_BOUNDS
final public static String AUTO_RESCALE_NO_LOWER_BOUNDS(Code)
Key for the error message saying that there are no lower bounds.



AUTO_RESCALE_NO_UPPER_BOUNDS
final public static String AUTO_RESCALE_NO_UPPER_BOUNDS(Code)
Key for the error message saying that there are no upper bounds.



DFT3D_ARG0_DESCRIPTION
final public static String DFT3D_ARG0_DESCRIPTION(Code)
Key for the description of the first argument.



DFT3D_ARG1_DESCRIPTION
final public static String DFT3D_ARG1_DESCRIPTION(Code)
Key for the description of the second argument.



DFT3D_DESCRIPTION
final public static String DFT3D_DESCRIPTION(Code)
Key for the description of the dft3d operation.



IDFT3D_DESCRIPTION
final public static String IDFT3D_DESCRIPTION(Code)
Key for the description of the idft3d operation.



IMAGE_FUNCTION_3D_ARG0_DESCRIPTION
final public static String IMAGE_FUNCTION_3D_ARG0_DESCRIPTION(Code)
Key for the description of the first argument.



IMAGE_FUNCTION_3D_ARG1_DESCRIPTION
final public static String IMAGE_FUNCTION_3D_ARG1_DESCRIPTION(Code)
Key for the description of the second argument.



IMAGE_FUNCTION_3D_ARG2_DESCRIPTION
final public static String IMAGE_FUNCTION_3D_ARG2_DESCRIPTION(Code)
Key for the description of the third argument.



IMAGE_FUNCTION_3D_ARG3_DESCRIPTION
final public static String IMAGE_FUNCTION_3D_ARG3_DESCRIPTION(Code)
Key for the description of the fourth argument.



IMAGE_FUNCTION_3D_DESCRIPTION
final public static String IMAGE_FUNCTION_3D_DESCRIPTION(Code)
Key for the description of the image function 3d operation.



KMEANS_ARG0_DESCRIPTION
final public static String KMEANS_ARG0_DESCRIPTION(Code)
Key for the description of the first argument.



KMEANS_ARG1_DESCRIPTION
final public static String KMEANS_ARG1_DESCRIPTION(Code)
Key for the description of the second argument.



KMEANS_ARG2_DESCRIPTION
final public static String KMEANS_ARG2_DESCRIPTION(Code)
Key for the description of the third argument.



KMEANS_ARG3_DESCRIPTION
final public static String KMEANS_ARG3_DESCRIPTION(Code)
Key for the description of the fourth argument.



KMEANS_BAD_BANDS
final public static String KMEANS_BAD_BANDS(Code)
Key for the error message saying that the color map does not have the required number of bands.



KMEANS_BAD_CLUSTERS
final public static String KMEANS_BAD_CLUSTERS(Code)
Key for the error message saying that the number of clusters and the number of color in the color map do not match.



KMEANS_COLOR_MAP_NOT_RECTANGULAR
final public static String KMEANS_COLOR_MAP_NOT_RECTANGULAR(Code)
Key for the error message saying that the color map is not rectangular.



KMEANS_DESCRIPTION
final public static String KMEANS_DESCRIPTION(Code)
Key for the description of the image function 3d operation.



MEDIAN_COLLECTION_CARDINALITY
final public static String MEDIAN_COLLECTION_CARDINALITY(Code)
Key for the error message telling that 2+ images are required.



MEDIAN_COLLECTION_DESCRIPTION
final public static String MEDIAN_COLLECTION_DESCRIPTION(Code)
Key for the description of the median collection operation.



NEITHER_RENDERED_NOR_RENDERABLE_IMAGE
final public static String NEITHER_RENDERED_NOR_RENDERABLE_IMAGE(Code)
Key for the error message saying the source is neither a rendered nor a renderable image.



NOT_A_RENDERABLE_IMAGE
final public static String NOT_A_RENDERABLE_IMAGE(Code)
Key for the error message saying the source is not a renderable image.



NOT_A_RENDERED_IMAGE
final public static String NOT_A_RENDERED_IMAGE(Code)
Key for the error message saying the source is not a rendered image.



PERIODIC_SHIFT_3D_ARG0_DESCRIPTION
final public static String PERIODIC_SHIFT_3D_ARG0_DESCRIPTION(Code)
Key for the description of the first argument.



PERIODIC_SHIFT_3D_ARG1_DESCRIPTION
final public static String PERIODIC_SHIFT_3D_ARG1_DESCRIPTION(Code)
Key for the description of the second argument.



PERIODIC_SHIFT_3D_ARG2_DESCRIPTION
final public static String PERIODIC_SHIFT_3D_ARG2_DESCRIPTION(Code)
Key for the description of the third argument.



PERIODIC_SHIFT_3D_DESCRIPTION
final public static String PERIODIC_SHIFT_3D_DESCRIPTION(Code)
Key for the description of the dft3d operation.



PIPELINE_ARG0_DESCRIPTION
final public static String PIPELINE_ARG0_DESCRIPTION(Code)
Key for the description of the first argument.



PIPELINE_ARG1_DESCRIPTION
final public static String PIPELINE_ARG1_DESCRIPTION(Code)
Key for the description of the second argument.



PIPELINE_BAD_ALIGNEMENT
final public static String PIPELINE_BAD_ALIGNEMENT(Code)
Key for the error message saying that there are not the same number of operations and parameter blocks.



PIPELINE_DESCRIPTION
final public static String PIPELINE_DESCRIPTION(Code)
Key for the description of the pipeline operation.



SPECTRAL_FILTER_ARG0_DESCRIPTION
final public static String SPECTRAL_FILTER_ARG0_DESCRIPTION(Code)
Key for the description of the first argument.



SPECTRAL_FILTER_ARG1_DESCRIPTION
final public static String SPECTRAL_FILTER_ARG1_DESCRIPTION(Code)
Key for the description of the second argument.



SPECTRAL_FILTER_DESCRIPTION
final public static String SPECTRAL_FILTER_DESCRIPTION(Code)
Key for the description of the spatial homomorphic operation.



SPECTRAL_HOMOMORPHIC_ARG0_DESCRIPTION
final public static String SPECTRAL_HOMOMORPHIC_ARG0_DESCRIPTION(Code)
Key for the description of the first argument.



SPECTRAL_HOMOMORPHIC_ARG1_DESCRIPTION
final public static String SPECTRAL_HOMOMORPHIC_ARG1_DESCRIPTION(Code)
Key for the description of the second argument.



SPECTRAL_HOMOMORPHIC_DESCRIPTION
final public static String SPECTRAL_HOMOMORPHIC_DESCRIPTION(Code)
Key for the description of the spatial homomorphic operation.



UNARY_FUNCTION_ARG0_DESCRIPTION
final public static String UNARY_FUNCTION_ARG0_DESCRIPTION(Code)
Key for the description of the median collection operation.



UNARY_FUNCTION_DESCRIPTION
final public static String UNARY_FUNCTION_DESCRIPTION(Code)
Key for the description of the median collection operation.





Method Detail
getLocalizedString
public static String getLocalizedString(String key, Object... arguments)(Code)
Gets and formats the specified localized string from the menu resource bundle.
Parameters:
  key - the key.
Parameters:
  arguments - the arguments to format the string. the value.



getResourceBundle
public static ResourceBundle getResourceBundle()(Code)
Gets the resource bundle itself. the resource bundle.



Methods inherited from java.lang.Object
native protected Object clone() throws CloneNotSupportedException(Code)(Java Doc)
public boolean equals(Object obj)(Code)(Java Doc)
protected void finalize() throws Throwable(Code)(Java Doc)
final native public Class getClass()(Code)(Java Doc)
native public int hashCode()(Code)(Java Doc)
final native public void notify()(Code)(Java Doc)
final native public void notifyAll()(Code)(Java Doc)
public String toString()(Code)(Java Doc)
final native public void wait(long timeout) throws InterruptedException(Code)(Java Doc)
final public void wait(long timeout, int nanos) throws InterruptedException(Code)(Java Doc)
final public void wait() throws InterruptedException(Code)(Java Doc)

www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.