org.apache.poi.xdgf.usermodel.section.geometry
public class ArcTo extends java.lang.Object implements GeometryRow
Constructor and Description |
---|
ArcTo(com.microsoft.schemas.office.visio.x2012.main.RowType row) |
Modifier and Type | Method and Description |
---|---|
void |
addToPath(java.awt.geom.Path2D.Double path,
XDGFShape parent) |
java.lang.Double |
getA() |
boolean |
getDel() |
java.lang.Double |
getX() |
java.lang.Double |
getY() |
void |
setupMaster(GeometryRow row) |
public boolean getDel()
public java.lang.Double getX()
public java.lang.Double getY()
public java.lang.Double getA()
public void setupMaster(GeometryRow row)
setupMaster
in interface GeometryRow
public void addToPath(java.awt.geom.Path2D.Double path, XDGFShape parent)
addToPath
in interface GeometryRow
Copyright 2017 The Apache Software Foundation or its licensors, as applicable.