public class DXFCircle extends DXFEntity
block, color, colorRGB, doc, extrusion, flags, id, layerID, lineType, linetypeScaleFactor, lineWeight, modelSpace, thickness, transparency, visibile| Constructor and Description |
|---|
DXFCircle() |
| Modifier and Type | Method and Description |
|---|---|
Bounds |
getBounds() |
Point |
getCenterPoint() |
double |
getLength()
Returns the length of the entity or 0 if the entity has no length
|
Point |
getPointAt(double angle) |
double |
getRadius() |
java.lang.String |
getType() |
void |
setCenterPoint(Point p) |
void |
setRadius(double radius) |
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 double getRadius()
public void setRadius(double radius)
radius - The radius to set.public void setCenterPoint(Point p)
public Point getCenterPoint()
public double getLength()
DXFEntitypublic Point getPointAt(double angle)