git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193881
13f79535-47bb-0310-9956-
ffa450edef68
public /* protected*/ Maker(String name) {
super(name);
}
-
- protected Property convertProperty(Property p, PropertyList propertyList,
- FObj fo) {
- if (p instanceof CondLengthProperty)
- return p;
- Length val = p.getLength();
- if (val != null)
- return new CondLengthProperty(new CondLength(val));
- return convertPropertyDatatype(p, propertyList, fo);
- }
}
public CondLengthProperty(CondLength length) {