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

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

public class LineTo
extends java.lang.Object
implements GeometryRow


Constructor Summary
LineTo(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)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LineTo

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

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

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