Skip to content

Commit

Permalink
Fix some properties
Browse files Browse the repository at this point in the history
  • Loading branch information
spepping committed Dec 14, 2010
1 parent 6fa3af4 commit 3522cb7
Show file tree
Hide file tree
Showing 4 changed files with 599 additions and 599 deletions.
72 changes: 36 additions & 36 deletions src/java/org/apache/xmlgraphics/java2d/color/ColorConverter.java
@@ -1,36 +1,36 @@
/*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/

/* $Id:$ */

package org.apache.xmlgraphics.java2d.color;

import java.awt.Color;

/**
* Utility for implementing a color conversion scheme.
*/
public interface ColorConverter {

/**
* @param color to convert
* @return converted color
*/

Color convert(Color color);

}
/*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/

/* $Id$ */

package org.apache.xmlgraphics.java2d.color;

import java.awt.Color;

/**
* Utility for implementing a color conversion scheme.
*/
public interface ColorConverter {

/**
* @param color to convert
* @return converted color
*/

Color convert(Color color);

}

0 comments on commit 3522cb7

Please sign in to comment.