org.jvnet.substance.theme.transform
Interface ThemeTransform

All Known Implementing Classes:
ShiftTransform

public interface ThemeTransform

Base interface for theme transformations.

Author:
Kirill Grouchnikov

Method Summary
 SubstanceTheme transform(SubstanceTheme theme)
          Transforms the specified theme.
 

Method Detail

transform

SubstanceTheme transform(SubstanceTheme theme)
Transforms the specified theme.

Parameters:
theme - Original theme.
Returns:
Transformed theme.