com.partnersoft.formats.dxf
Class DxfLWPolylineVertex
java.lang.Object
com.partnersoft.formats.dxf.DxfLWPolylineVertex
public class DxfLWPolylineVertex
- extends java.lang.Object
A single vertex in a LWPOLYLINE. These vertices contain not just the 2D
coordinate, but also variable line widths and bulge parameters.
Copyright 2006 Partner Software, Inc.
- Version:
- $Id: DxfLWPolylineVertex.java 1012 2007-11-24 18:30:02Z paul $
- Author:
- Paul Reavis
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DxfLWPolylineVertex
public DxfLWPolylineVertex()
DxfLWPolylineVertex
public DxfLWPolylineVertex(double x,
double y)
DxfLWPolylineVertex
public DxfLWPolylineVertex(double x,
double y,
double startWidth,
double endWidth,
double bulge)
getBulge
public double getBulge()
setBulge
public void setBulge(double bulge)
getEndWidth
public double getEndWidth()
setEndWidth
public void setEndWidth(double endWidth)
getStartWidth
public double getStartWidth()
setStartWidth
public void setStartWidth(double startWidth)
getX
public double getX()
setX
public void setX(double x)
getY
public double getY()
setY
public void setY(double y)