public abstract class AbstractPathShape extends Object implements IPathShape
Modifier and Type | Field and Description |
---|---|
protected Map<String,String> |
properties
The properties of this shape.
|
protected boolean |
relative
Whether this is a relative operator or not.
|
Constructor and Description |
---|
AbstractPathShape() |
Modifier and Type | Method and Description |
---|---|
protected Point |
createPoint(String coordX, String coordY) |
boolean |
isRelative()
Returns true when this shape is a relative operator.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
draw, getEndingPoint, setCoordinates
public boolean isRelative()
IPathShape
isRelative
in interface IPathShape
Copyright © 1998–2019 iText Group NV. All rights reserved.