pbwest 2002/06/13 08:16:24
Modified: src/org/apache/fop/datatypes Tag: FOP_0-20-0_Alt-Design
ColorType.java
Log:
Modifier changes
Revision Changes Path
No revision
No revision
1.15.2.3 +4 -4 xml-fop/src/org/apache/fop/datatypes/ColorType.java
Index: ColorType.java
===================================================================
RCS file: /home/cvs/xml-fop/src/org/apache/fop/datatypes/ColorType.java,v
retrieving revision 1.15.2.2
retrieving revision 1.15.2.3
diff -u -r1.15.2.2 -r1.15.2.3
--- ColorType.java 11 Jun 2002 14:17:42 -0000 1.15.2.2
+++ ColorType.java 13 Jun 2002 15:16:24 -0000 1.15.2.3
@@ -268,7 +268,7 @@
* @return a <tt>float[4]</tt> containing the RGB information for
* that color.
*/
- public static synchronized float[] getSystemColor(String name)
+ public static float[] getSystemColor(String name)
throws PropertyException
{
float syscolor[];
@@ -283,7 +283,7 @@
* name of the color.
* @return a <tt>float[4]</tt> array representing the normalized color.
*/
- private static HashMap standardColors;
+ private static final HashMap standardColors;
static {
standardColors = new HashMap(16);
standardColors.put
@@ -328,7 +328,7 @@
* a reference to the array is returned.
* @return a <tt>float[4]</tt> array representing the normalized color.
*/
- public static final HashMap systemColors;
+ private static final HashMap systemColors;
static {
systemColors = new HashMap();
systemColors.put("aliceblue",
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]