|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.fortuna.ical4j.transform.Transformer
Base class of calendar transformations.
Constructor Summary | |
Transformer()
|
Method Summary | |
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. |
Calendar |
wrap(Component component)
Wraps a component in a calendar. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Transformer()
Method Detail |
public final Calendar wrap(Component component)
component
- the component to wrap with a calendar
public abstract Calendar transform(Calendar calendar)
calendar
- a calendar to transform
public final Calendar transform(Component component)
component
- a component to transform
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |