public class DXFInsert extends DXFEntity
block, color, colorRGB, doc, extrusion, flags, id, layerID, lineType, linetypeScaleFactor, lineWeight, modelSpace, thickness, transparency, visibile| Constructor and Description |
|---|
DXFInsert() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getBlockID() |
Bounds |
getBounds() |
int |
getColumns() |
double |
getColumnSpacing() |
double |
getLength()
Returns the length of the entity or 0 if the entity has no length
|
Point |
getPoint() |
double |
getRotate() |
int |
getRows() |
double |
getRowSpacing() |
double |
getScaleX() |
double |
getScaleY() |
double |
getScaleZ() |
java.lang.String |
getType() |
void |
setBlockID(java.lang.String blockID) |
void |
setColumns(int columns) |
void |
setColumnSpacing(double column_spacing) |
void |
setPoint(Point p) |
void |
setRotate(double rotate) |
void |
setRows(int rows) |
void |
setRowSpacing(double row_spacing) |
void |
setScaleX(double scale_x) |
void |
setScaleY(double scale_y) |
void |
setScaleZ(double scale_z) |
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, setVisibilepublic java.lang.String getBlockID()
public void setBlockID(java.lang.String blockID)
blockID - The blockID to set.public double getColumnSpacing()
public void setColumnSpacing(double column_spacing)
column_spacing - The column_spacing to set.public int getColumns()
public void setColumns(int columns)
columns - The columns to set.public Point getPoint()
public void setPoint(Point p)
p - The p to set.public double getRotate()
public void setRotate(double rotate)
rotate - The rotate to set.public double getRowSpacing()
public void setRowSpacing(double row_spacing)
row_spacing - The row_spacing to set.public int getRows()
public void setRows(int rows)
rows - The rows to set.public double getScaleX()
public void setScaleX(double scale_x)
scale_x - The scale_x to set.public double getScaleY()
public void setScaleY(double scale_y)
scale_y - The scale_y to set.public double getScaleZ()
public void setScaleZ(double scale_z)
scale_z - The scale_z to set.