net.fortuna.ical4j.transform
public abstract class Transformer extends java.lang.Object
| Constructor and Description |
|---|
Transformer() |
| Modifier and Type | Method and Description |
|---|---|
abstract Calendar |
transform(Calendar calendar)
Transforms the specified calendar according to the implementation of this method.
|
Calendar |
transform(Component component)
Transforms the specified component according to the transformer implementation.
|
public abstract Calendar transform(Calendar calendar)
calendar - a calendar to transformCopyright © 2004-2014 Micronode. All Rights Reserved.