public class DxfSeqEnd extends DxfEntity
SEQEND is used to indicate the end of a list of entities accompanying a parent entity. Specifically, it is used to indicate the end of VERTEX entities following a POLYLINE, or ATTRIB entities following an INSERT.
Copyright 2001-2006 Partner Software, Inc.
| Constructor and Description |
|---|
DxfSeqEnd() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getType()
The type name of this structure.
|
java.lang.String |
toString() |
getApplicationDefinedStructures, getColor, getColorName, getGroups, getHandle, getLayer, getLinetype, getLinetypeScale, getLineWeight, getMaterial, getOwnerHandle, getPlotStyle, getProxyEntityGraphics, getRgbColor, getShadowMode, getTransparency, isInvisible, isPaperSpace, setApplicationDefinedStructures, setColor, setColorName, setGroups, setHandle, setInvisible, setLayer, setLinetype, setLinetypeScale, setLineWeight, setMaterial, setOwnerHandle, setPaperSpace, setPlotStyle, setProxyEntityGraphics, setRgbColor, setShadowMode, setTransparencypublic java.lang.String getType()
DxfStructure
\/**
* Type name of this structure. Always returns "POINT".
* \@return "POINT"
*\/
public String getType() {
return "POINT";
}
getType in interface DxfStructuregetType in class DxfEntitypublic java.lang.String toString()
toString in class java.lang.Object