public abstract class AbstractPathShape extends Object implements IPathShape
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,String> |
properties
The properties of this shape.
|
| Constructor and Description |
|---|
AbstractPathShape() |
| Modifier and Type | Method and Description |
|---|---|
float |
getCoordinate(Map<String,String> attributes,
String key)
Get a coordinate based on a key value.
|
Map<String,String> |
getCoordinates() |
void |
setProperties(Map<String,String> properties)
Sets the map of attributes that this path instruction needs.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdraw, setCoordinatespublic float getCoordinate(Map<String,String> attributes, String key)
attributes - map containing the attributes of the shapekey - key of the coordinatepublic void setProperties(Map<String,String> properties)
IPathShapesetProperties in interface IPathShapeproperties - maps key names to values.public Map<String,String> getCoordinates()
getCoordinates in interface IPathShapeCopyright © 1998–2018 iText Group NV. All rights reserved.