org.apache.poi.xdgf.usermodel.section.geometry
Class RelLineTo

java.lang.Object
  extended by org.apache.poi.xdgf.usermodel.section.geometry.RelLineTo
All Implemented Interfaces:
GeometryRow

public class RelLineTo
extends java.lang.Object
implements GeometryRow

Contains x-and y-coordinates of the ending vertex of a straight line segment relative to a shape's width and height.


Constructor Summary
RelLineTo(com.microsoft.schemas.office.visio.x2012.main.RowType row)
           
 
Method Summary
 void addToPath(java.awt.geom.Path2D.Double path, XDGFShape parent)
           
 boolean getDel()
           
 java.lang.Double getX()
           
 java.lang.Double getY()
           
 void setupMaster(GeometryRow row)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RelLineTo

public RelLineTo(com.microsoft.schemas.office.visio.x2012.main.RowType row)
Method Detail

getDel

public boolean getDel()

getX

public java.lang.Double getX()

getY

public java.lang.Double getY()

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