public class DXFTolerance extends DXFEntity
| Modifier and Type | Field and Description |
|---|---|
protected Point |
insertionPoint |
protected java.lang.String |
styleNameID |
protected java.lang.String |
text |
protected Vector |
xaxisDirection |
block, color, colorRGB, doc, extrusion, flags, id, layerID, lineType, linetypeScaleFactor, lineWeight, modelSpace, thickness, transparency, visibile| Constructor and Description |
|---|
DXFTolerance() |
| Modifier and Type | Method and Description |
|---|---|
Bounds |
getBounds() |
Point |
getInsertionPoint() |
double |
getLength()
Returns the length of the entity or 0 if the entity has no length
|
java.lang.String |
getStyleID() |
java.lang.String |
getText() |
java.lang.String |
getType() |
Vector |
getXaxisDirection() |
void |
setInsertionPoint(Point insertionPoint) |
void |
setStyleID(java.lang.String styleNameID) |
void |
setText(java.lang.String text) |
void |
setXaxisDirection(Vector xaxisDirection) |
getColor, 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, setVisibileprotected Point insertionPoint
protected java.lang.String styleNameID
protected java.lang.String text
protected Vector xaxisDirection
public Point getInsertionPoint()
public void setInsertionPoint(Point insertionPoint)
insertionPoint - The insertionPoint to set.public java.lang.String getStyleID()
public void setStyleID(java.lang.String styleNameID)
styleNameID - The styleID to set.public java.lang.String getText()
public void setText(java.lang.String text)
text - The text to set.public Vector getXaxisDirection()
public void setXaxisDirection(Vector xaxisDirection)
xaxisDirection - The xaxisDirection to set.