public interface IlvConstraintWriter
IlvConstraintWriter
defines a constraint writer. A constraint
writer writes the attributes of a constraint
to a given
DOM Element
. Such a writer is used in an
IlvGanttDocumentWriter
.Modifier and Type | Method and Description |
---|---|
void |
writeConstraint(Element elem,
IlvConstraint constraint,
IlvGanttDocumentWriter.Context writeContext)
Writes a constraint to a given
Element . |
void writeConstraint(Element elem, IlvConstraint constraint, IlvGanttDocumentWriter.Context writeContext)
Element
. This function
writes the attributes of the given constraint by calling the
setAttribute()
method of the specified Element
.elem
- The element to write to.constraint
- The constraint to write.writeContext
- The write context.© Copyright 2024 Rogue Wave Software, Inc., a Perforce company.. All Rights Reserved.