public class IfcTextStyleWithBoxCharacteristics extends IfcEntity
Constructor and Description |
---|
IfcTextStyleWithBoxCharacteristics() |
Modifier and Type | Method and Description |
---|---|
IfcPositiveLengthMeasure |
getBoxHeight() |
IfcPlaneAngleMeasure |
getBoxRotateAngle() |
IfcPlaneAngleMeasure |
getBoxSlantAngle() |
IfcPositiveLengthMeasure |
getBoxWidth() |
IfcSizeSelect |
getCharacterSpacing() |
void |
setBoxHeight(IfcPositiveLengthMeasure value) |
void |
setBoxRotateAngle(IfcPlaneAngleMeasure value) |
void |
setBoxSlantAngle(IfcPlaneAngleMeasure value) |
void |
setBoxWidth(IfcPositiveLengthMeasure value) |
void |
setCharacterSpacing(IfcSizeSelect value) |
equals, getEntityLabel, hashCode, op_Equality, op_Inequality
public final IfcPositiveLengthMeasure getBoxHeight()
public final void setBoxHeight(IfcPositiveLengthMeasure value)
public final IfcPositiveLengthMeasure getBoxWidth()
public final void setBoxWidth(IfcPositiveLengthMeasure value)
public final IfcPlaneAngleMeasure getBoxSlantAngle()
public final void setBoxSlantAngle(IfcPlaneAngleMeasure value)
public final IfcPlaneAngleMeasure getBoxRotateAngle()
public final void setBoxRotateAngle(IfcPlaneAngleMeasure value)
public final IfcSizeSelect getCharacterSpacing()
public final void setCharacterSpacing(IfcSizeSelect value)