com.partnersoft.formats.dxf
Class DxfLWPolylineVertex

java.lang.Object
  extended by 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

Constructor Summary
DxfLWPolylineVertex()
           
DxfLWPolylineVertex(double x, double y)
           
DxfLWPolylineVertex(double x, double y, double startWidth, double endWidth, double bulge)
           
 
Method Summary
 double getBulge()
           
 double getEndWidth()
           
 double getStartWidth()
           
 double getX()
           
 double getY()
           
 void setBulge(double bulge)
           
 void setEndWidth(double endWidth)
           
 void setStartWidth(double startWidth)
           
 void setX(double x)
           
 void setY(double y)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DxfLWPolylineVertex

public DxfLWPolylineVertex()

DxfLWPolylineVertex

public DxfLWPolylineVertex(double x,
                           double y)

DxfLWPolylineVertex

public DxfLWPolylineVertex(double x,
                           double y,
                           double startWidth,
                           double endWidth,
                           double bulge)
Method Detail

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)