public class Entity404_Drawing extends Entity
Modified by: Joseph A. Huwaldt
Constructor and Description |
---|
Entity404_Drawing(Part p,
DirEntry de)
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
check()
Checks to see if the entity should be drawn.
|
java.lang.String |
getTypeString()
Returns a short String describing this Entity object's type.
|
void |
read(java.io.RandomAccessFile in)
Read the Parameter Data from the String read in by the superclass.
|
java.lang.String |
toString()
Dump to String.
|
blankedStatus, canWrite, getDENum, getErrors, getHeader, getMatrix, getPDNum, getType, getView, hierStatus, read_additional, subordStatus, useStatus, write
public Entity404_Drawing(Part p, DirEntry de)
p
- part to which this entity is containedde
- Directory Entry for this entitypublic void check()
public void read(java.io.RandomAccessFile in) throws java.io.IOException
public java.lang.String getTypeString()
getTypeString
in class Entity