public class DgnCellHeaderElement extends DgnDrawableEntityBase implements ICompositeDgnElement
Represents cell header element
| Constructor and Description |
|---|
DgnCellHeaderElement(byte[] rawData,
boolean is3DElementExpected)
Initializes a new instance of the
DgnCellHeaderElement class |
| Modifier and Type | Method and Description |
|---|---|
void |
addChild(DgnElementBase child)
Adds element as a child
|
List<IDrawingEntity> |
getChilds()
Gets childs of the composite element
|
int |
getClassBitmap()
Gets cell's class bit map
|
int[] |
getLevels()
Gets array of levels used in cell
|
Cad3DPoint |
getMaxPoint()
Gets the max point of object.
|
Cad3DPoint |
getMinPoint()
Gets the min point of object.
|
String |
getName()
Gets cell name
|
DgnPoint |
getOrigin()
Gets cell's origin point
|
DgnPoint |
getRangeBlockHi()
Gets cell's range block hi
|
DgnPoint |
getRangeBlockLow()
Gets cell's range block low
|
double |
getRotation()
Gets cell's rotation angle
|
double[] |
getTransFormationMatrix()
Gets cell's 2D/3D transformation matrix
|
double |
getXScale()
Gets cell's x scale
|
double |
getYScale()
Gets cell's y scale
|
getId, getMetadataequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetIdpublic DgnCellHeaderElement(byte[] rawData,
boolean is3DElementExpected)
Initializes a new instance of the DgnCellHeaderElement class
rawData - raw datais3DElementExpected - is 3Dpublic String getName()
Gets cell name
public int getClassBitmap()
Gets cell's class bit map
public int[] getLevels()
Gets array of levels used in cell
public DgnPoint getRangeBlockLow()
Gets cell's range block low
public DgnPoint getRangeBlockHi()
Gets cell's range block hi
public double[] getTransFormationMatrix()
Gets cell's 2D/3D transformation matrix
public DgnPoint getOrigin()
Gets cell's origin point
public double getXScale()
Gets cell's x scale
public double getYScale()
Gets cell's y scale
public double getRotation()
Gets cell's rotation angle
public List<IDrawingEntity> getChilds()
Gets childs of the composite element
getChilds in interface IDrawingEntitygetChilds in class DgnElementBasepublic void addChild(DgnElementBase child)
Adds element as a child
addChild in interface ICompositeDgnElementchild - element to add as a childpublic Cad3DPoint getMinPoint()
Gets the min point of object.
getMinPoint in class DgnDrawableEntityBasepublic Cad3DPoint getMaxPoint()
Gets the max point of object.
getMaxPoint in class DgnDrawableEntityBaseCopyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.