|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.fortuna.ical4j.transform.Transformer
public abstract class Transformer
$Id: Transformer.java,v 1.10 2011/02/20 03:14:09 fortuna Exp $ Created: 23/09/2004 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. |
| 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 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 | |||||||||