JIDE 3.5.15

com.jidesoft.chart.model
Interface Transform<T>

All Known Subinterfaces:
InvertibleTransform<T>
All Known Implementing Classes:
IdentityTransform, TransformingChartModel

public interface Transform<T>

An interface that provides the facility to transform an instance of a type into another instance of the same type. For example, we can use this to transform a Chartable into a different Chartable, or a Positionable into a different Positionable.

Author:
Simon White

Method Summary
 T transform(T t)
           
 

Method Detail

transform

T transform(T t)

JIDE 3.5.15