public class DxfLWPolylineVertex
extends java.lang.Object
Copyright 2006 Partner Software, Inc.
| Constructor and Description |
|---|
DxfLWPolylineVertex() |
DxfLWPolylineVertex(double x,
double y) |
DxfLWPolylineVertex(double x,
double y,
double startWidth,
double endWidth,
double bulge) |
| Modifier and Type | Method and Description |
|---|---|
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) |
public DxfLWPolylineVertex()
public DxfLWPolylineVertex(double x,
double y)
public DxfLWPolylineVertex(double x,
double y,
double startWidth,
double endWidth,
double bulge)
public double getBulge()
public void setBulge(double bulge)
public double getEndWidth()
public void setEndWidth(double endWidth)
public double getStartWidth()
public void setStartWidth(double startWidth)
public double getX()
public void setX(double x)
public double getY()
public void setY(double y)