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

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

public class InfiniteLine
extends java.lang.Object
implements GeometryRow

Contains the x- and y-coordinates of two points on an infinite line.


Constructor Summary
InfiniteLine(com.microsoft.schemas.office.visio.x2012.main.RowType row)
           
 
Method Summary
 void addToPath(java.awt.geom.Path2D.Double path, XDGFShape parent)
           
 java.lang.Double getA()
           
 java.lang.Double getB()
           
 boolean getDel()
           
 java.awt.geom.Path2D.Double getPath()
           
 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

InfiniteLine

public InfiniteLine(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()

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

getPath

public java.awt.geom.Path2D.Double getPath()


Copyright 2017 The Apache Software Foundation or its licensors, as applicable.