public interface IlvActivityWriter
IlvActivityWriter
defines an activity writer. An activity
writer writes the attributes of an activity
to a given
DOM Element
. Such a writer is used in an
IlvGanttDocumentWriter
.Modifier and Type | Method and Description |
---|---|
String |
getDateFormat()
Gets the date format.
|
void |
setDateFormat(String format)
Sets the date format.
|
void |
writeActivity(Element elem,
IlvActivity activity,
IlvGanttDocumentWriter.Context writeContext)
Writes an activity to a given
Element . |
void writeActivity(Element elem, IlvActivity activity, IlvGanttDocumentWriter.Context writeContext) throws Exception
Element
. This function
writes the attributes of the given activity by calling the
setAttribute()
method of the specified Element
.elem
- The element to write to.activity
- The activity to write.writeContext
- The write context.Exception
String getDateFormat()
void setDateFormat(String format)
This method is usually called by IlvGanttDocumentWriter
.
format
- The new date format.© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.