Parent Directory
|
Revision Log
new class CopyableUtil ChartStyles now implement Copyable
1 | alfonx | 420 | package skrueger.geotools; |
2 | |||
3 | |||
4 | public interface Copyable<T> { | ||
5 | |||
6 | /** | ||
7 | alfonx | 438 | * Deep copy this object to the target object. The target object has to be of the same |
8 | alfonx | 420 | * @param t |
9 | */ | ||
10 | alfonx | 438 | public T copyTo (T t); |
11 | alfonx | 420 | |
12 | /** | ||
13 | * Creates a new instance of T and copies all values. | ||
14 | * @param t | ||
15 | */ | ||
16 | alfonx | 438 | public T copy(); |
17 | alfonx | 420 | } |
Name | Value |
---|---|
svn:eol-style | native |
svn:keywords | Id URL |
svn:mime-type | text/plain |
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |