- All Known Implementing Classes:
DirectionalGradientPaintTransformer
,StandardGradientPaintTransformer
public interface GradientPaintTransformer
The interface for a class that can transform a
GradientPaint
to
fit an arbitrary shape.-
Method Summary
Modifier and TypeMethodDescriptiontransform
(GradientPaint paint, Shape target) Transforms aGradientPaint
instance to fit some target shape.