public class GeometryText extends Geometry
The text geometry object class.
Determines the style and content of the text object.| Modifier and Type | Field and Description |
|---|---|
double[] |
rotations
The rotation of the text.
|
java.lang.String[] |
texts
The content of the text object.
|
TextStyle |
textStyle
The text style of the text object.
|
| Constructor and Description |
|---|
GeometryText()
The Constructor.
|
GeometryText(GeometryText geometryText)
Copy constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj)
${services_components_commontypes_Geometry_method_equals_Title}
|
int |
hashCode()
${services_components_commontypes_Geometry_method_hashCode_Title}
|
equals, fromPoint2D, fromPoint2Ds, fromPoint2Ds, fromRect2D, getBounds, getCenter, isGeometryCAD, isPointInPolygon, setCenterpublic TextStyle textStyle
public java.lang.String[] texts
public double[] rotations
public GeometryText()
The Constructor.
public GeometryText(GeometryText geometryText)
Copy constructor.
geometryText -public boolean equals(java.lang.Object obj)
Geometry${services_components_commontypes_Geometry_method_equals_Title}
${services_components_commontypes_Geometry_method_equals_Description}
public int hashCode()
Geometry${services_components_commontypes_Geometry_method_hashCode_Title}
${services_components_commontypes_Geometry_method_hashCode_Description}