skrueger.geotools
Interface Copyable<T>

All Known Subinterfaces:
ChartStyle, FeatureChartStyle
All Known Implementing Classes:
AbstractChartStyle, AttributeMetadata, AttributeMetadataMap, BasicChartStyle, ChartAxisStyle, ChartLabelStyle, ChartPlotStyle, ChartRendererStyle, FeatureBasicChartStyle, FeatureChartStyle.Dummy, FeatureScatterChartStyle, RasterLegendData, ScatterChartStyle, Translation, XMapPaneTool

public interface Copyable<T>


Method Summary
 T copy()
          Creates a new instance of T and copies all values.
 T copyTo(T t)
          Deep copy this object to the target object.
 

Method Detail

copyTo

T copyTo(T t)
Deep copy this object to the target object. The target object has to be of the same

Parameters:
t -

copy

T copy()
Creates a new instance of T and copies all values.

Parameters:
t -