Package com.luciad.format.dwg
Class TLcdDWGLineType
java.lang.Object
com.luciad.format.dwg.TLcdDWGLineType
This class represents the display information of the objects present in
DWG files.
-
Constructor Summary
ConstructorDescriptionTLcdDWGLineType
(String aName, String aDescription, boolean aIsReferencedXref, int aXrefIndex, boolean aIsDependentOnXref, float aLength, float[] aDashes) Used by the decoder. -
Method Summary
Modifier and TypeMethodDescriptionfloat[]
float
getName()
int
boolean
boolean
void
setDashes
(float[] aDashes) void
setDependentOnXref
(boolean aIsDependentOnXref) void
setDescription
(String aDescription) void
setLength
(float aLength) void
void
setReferencedXref
(boolean aIsReferencedXref) void
setXrefIndex
(int aXrefIndex)
-
Constructor Details
-
Method Details
-
setName
-
getName
-
setDescription
-
getDescription
-
setReferencedXref
public void setReferencedXref(boolean aIsReferencedXref) -
isReferencedXref
public boolean isReferencedXref() -
setXrefIndex
public void setXrefIndex(int aXrefIndex) -
getXrefIndex
public int getXrefIndex() -
setDependentOnXref
public void setDependentOnXref(boolean aIsDependentOnXref) -
isDependentOnXref
public boolean isDependentOnXref() -
setLength
public void setLength(float aLength) -
getLength
public float getLength() -
setDashes
public void setDashes(float[] aDashes) -
getDashes
public float[] getDashes()
-