public class DGNElemText extends DGNElemCore
| Modifier and Type | Field and Description |
|---|---|
int |
font_id |
double |
height_mult |
double |
height_raw |
int |
justification |
double |
length_mult |
DGNPoint |
origin |
double |
rotation |
String |
string |
attr_bytes, attr_data, color, complex, deleted, dgnreader, element_id, graphic_group, level, offset, properties, raw_bytes, raw_data, size, style, stype, type, weight| Constructor and Description |
|---|
DGNElemText(DGNReader dgnreader) |
| Modifier and Type | Method and Description |
|---|---|
double |
getHeight() |
DGNPoint |
getPoint() |
double |
getRawHeight() |
double |
getRotation() |
String |
getText() |
getColor, getData, getDataAsHexadecimal, getDimensions, getElevation, getEntityName, getGroup, getID, getLevel, getLevelAsString, getShapeFillColor, getStyle, getSType, getType, getWeight, is3D, isComplex, isComplexShapeHeader, isCurve, isDeleted, isEllipse, isHole, isShapepublic int font_id
public int justification
public double length_mult
public double height_mult
public double height_raw
public double rotation
public DGNPoint origin
public String string
public DGNElemText(DGNReader dgnreader)