Changeset 1201 for trunk/docx4j/src/main/java/org/docx4j/dml/CTPath2D.java
- Timestamp:
- 09/06/10 10:52:18 (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/docx4j/src/main/java/org/docx4j/dml/CTPath2D.java
r1041 r1201 68 68 69 69 @XmlElements({ 70 @XmlElement(name = "moveTo", type = CTPath2DMoveTo.class),71 @XmlElement(name = "arcTo", type = CTPath2DArcTo.class),72 70 @XmlElement(name = "lnTo", type = CTPath2DLineTo.class), 73 71 @XmlElement(name = "quadBezTo", type = CTPath2DQuadBezierTo.class), 74 @XmlElement(name = "cubicBezTo", type = CTPath2DCubicBezierTo.class), 75 @XmlElement(name = "close", type = CTPath2DClose.class) 72 @XmlElement(name = "arcTo", type = CTPath2DArcTo.class), 73 @XmlElement(name = "close", type = CTPath2DClose.class), 74 @XmlElement(name = "moveTo", type = CTPath2DMoveTo.class), 75 @XmlElement(name = "cubicBezTo", type = CTPath2DCubicBezierTo.class) 76 76 }) 77 77 protected List<Object> closeOrMoveToOrLnTo; … … 105 105 * <p> 106 106 * Objects of the following type(s) are allowed in the list 107 * {@link CTPath2DMoveTo }108 * {@link CTPath2DArcTo }109 107 * {@link CTPath2DLineTo } 110 108 * {@link CTPath2DQuadBezierTo } 109 * {@link CTPath2DArcTo } 110 * {@link CTPath2DClose } 111 * {@link CTPath2DMoveTo } 111 112 * {@link CTPath2DCubicBezierTo } 112 * {@link CTPath2DClose }113 113 * 114 114 *
Note: See TracChangeset
for help on using the changeset viewer.
