public class DXFBlock
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
TYPE |
| Constructor and Description |
|---|
DXFBlock() |
| Modifier and Type | Method and Description |
|---|---|
void |
addDXFEntity(DXFEntity entity) |
Bounds |
getBounds() |
java.lang.String |
getDescription() |
DXFDocument |
getDXFDocument() |
java.util.Iterator |
getDXFEntitiesIterator() |
DXFEntity |
getDXFEntityByID(java.lang.String id)
Gets the
|
java.lang.String |
getLayerID() |
double |
getLength() |
java.lang.String |
getName() |
Point |
getReferencePoint() |
void |
setDescription(java.lang.String description) |
void |
setDXFDocument(DXFDocument doc) |
void |
setLayerID(java.lang.String layerID) |
void |
setName(java.lang.String name) |
void |
setReferencePoint(Point p) |
public Bounds getBounds()
public java.lang.String getDescription()
public void setDescription(java.lang.String description)
description - The description to set.public Point getReferencePoint()
public void setReferencePoint(Point p)
p - The p to set.public void addDXFEntity(DXFEntity entity)
public java.util.Iterator getDXFEntitiesIterator()
public java.lang.String getLayerID()
public void setLayerID(java.lang.String layerID)
layerID - The layerID to set.public java.lang.String getName()
public void setName(java.lang.String name)
name - The name to set.public void setDXFDocument(DXFDocument doc)
doc - The doc to set.public DXFDocument getDXFDocument()
public double getLength()
public DXFEntity getDXFEntityByID(java.lang.String id)
id - of thewith the specified ID.,
DXFEntity,
with the specified ID or null if there is no,
with the specified ID