public class DXFVertex extends DXFPoint
block, color, colorRGB, doc, extrusion, flags, id, layerID, lineType, linetypeScaleFactor, lineWeight, modelSpace, thickness, transparency, visibile| Modifier and Type | Method and Description |
|---|---|
Bounds |
getBounds() |
double |
getBulge() |
double |
getEndWidth() |
int |
getPolyFaceMeshVertex0() |
int |
getPolyFaceMeshVertex1() |
int |
getPolyFaceMeshVertex2() |
int |
getPolyFaceMeshVertex3() |
double |
getStartWidth() |
java.lang.String |
getType() |
boolean |
is2DSplineApproximationVertex() |
boolean |
is2DSplineControlVertex() |
boolean |
isConstantWidth() |
boolean |
isCurveFitVertex() |
boolean |
isFaceRecord() |
boolean |
isMeshApproximationVertex() |
boolean |
isPolyFaceEdge0Visible() |
boolean |
isPolyFaceEdge1Visible() |
boolean |
isPolyFaceEdge2Visible() |
boolean |
isPolyFaceEdge3Visible() |
boolean |
isPolyFaceMeshVertex() |
boolean |
isTagentUsed() |
void |
setBulge(double bulge) |
void |
setEndWidth(double endWidth) |
void |
setPolyFaceMeshVertex0(int polyFaceMeshVertex0) |
void |
setPolyFaceMeshVertex1(int polyFaceMeshVertex1) |
void |
setPolyFaceMeshVertex2(int polyFaceMeshVertex2) |
void |
setPolyFaceMeshVertex3(int polyFaceMeshVertex3) |
void |
setStartWidth(double startWidth) |
void |
toSAX(org.xml.sax.ContentHandler handler,
java.util.Map svgContext,
DXFEntity entity,
TransformContext transformContext) |
getLength, getPoint, getX, getY, getZ, setPoint, setX, setY, setZgetColor, getColorRGB, getDXFDocument, getExtrusion, getFlags, getID, getLayerName, getLineType, getLinetypeScaleFactor, getLineWeight, getThickness, getTransparency, isBlockEntity, isModelSpace, isOmitLineType, isVisibile, setBlockEntity, setColor, setColorRGB, setDXFDocument, setExtrusion, setExtrusionX, setExtrusionY, setExtrusionZ, setFlags, setID, setLayerName, setLineType, setLinetypeScaleFactor, setLineWeight, setModelSpace, setThickness, setTransparency, setVisibilepublic DXFVertex()
public DXFVertex(Point p)
public double getEndWidth()
public void setEndWidth(double endWidth)
endWidth - The endWidth to set.public double getStartWidth()
public void setStartWidth(double startWidth)
startWidth - The startWidth to set.public void toSAX(org.xml.sax.ContentHandler handler,
java.util.Map svgContext,
DXFEntity entity,
TransformContext transformContext)
throws org.xml.sax.SAXException
org.xml.sax.SAXExceptionpublic double getBulge()
public void setBulge(double bulge)
bulge - The bulge to set.public boolean isConstantWidth()
public boolean isCurveFitVertex()
public boolean isTagentUsed()
public boolean is2DSplineControlVertex()
public boolean is2DSplineApproximationVertex()
public boolean isPolyFaceMeshVertex()
public boolean isFaceRecord()
public boolean isMeshApproximationVertex()
public int getPolyFaceMeshVertex0()
public void setPolyFaceMeshVertex0(int polyFaceMeshVertex0)
polyFaceMeshVertex0 - The polyFaceMeshVertex0 to set.public int getPolyFaceMeshVertex1()
public void setPolyFaceMeshVertex1(int polyFaceMeshVertex1)
polyFaceMeshVertex1 - The polyFaceMeshVertex1 to set.public int getPolyFaceMeshVertex2()
public void setPolyFaceMeshVertex2(int polyFaceMeshVertex2)
polyFaceMeshVertex2 - The polyFaceMeshVertex2 to set.public int getPolyFaceMeshVertex3()
public void setPolyFaceMeshVertex3(int polyFaceMeshVertex3)
polyFaceMeshVertex3 - The polyFaceMeshVertex3 to set.public boolean isPolyFaceEdge0Visible()
public boolean isPolyFaceEdge1Visible()
public boolean isPolyFaceEdge2Visible()
public boolean isPolyFaceEdge3Visible()