org.apache.poi.xdgf.usermodel.section.geometry
Class RelQuadBezTo
java.lang.Object
org.apache.poi.xdgf.usermodel.section.geometry.RelQuadBezTo
- All Implemented Interfaces:
- GeometryRow
public class RelQuadBezTo
- extends java.lang.Object
- implements GeometryRow
Contains the x- and y-coordinates of the endpoint of a quadratic Bezier curve
relative to the shape's width and height and the x- and y-coordinates of the
control point of the curve relative shape's width and height.
Constructor Summary |
RelQuadBezTo(com.microsoft.schemas.office.visio.x2012.main.RowType row)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RelQuadBezTo
public RelQuadBezTo(com.microsoft.schemas.office.visio.x2012.main.RowType row)
getDel
public boolean getDel()
getX
public java.lang.Double getX()
getY
public java.lang.Double getY()
getA
public java.lang.Double getA()
getB
public java.lang.Double getB()
setupMaster
public void setupMaster(GeometryRow row)
- Specified by:
setupMaster
in interface GeometryRow
addToPath
public void addToPath(java.awt.geom.Path2D.Double path,
XDGFShape parent)
- Specified by:
addToPath
in interface GeometryRow
Copyright 2017 The Apache Software Foundation or
its licensors, as applicable.