Modifier and Type | Method and Description |
---|---|
DXFStyle |
DXFDocument.addStyle(DXFStyle style)
Utility method used by the associated DXFGraphics object.
|
Modifier and Type | Method and Description |
---|---|
DXFStyle |
DXFDocument.addStyle(DXFStyle style)
Utility method used by the associated DXFGraphics object.
|
boolean |
DXFStyle.equals(DXFStyle other)
Equals method for use in determining if a Style is already present.
|
Constructor and Description |
---|
DXFText(java.lang.String text,
RealPoint basePoint,
double rotationAngle,
double obliqueAngle,
DXFStyle style,
java.awt.Graphics2D graphics)
Create a text object at the specified position.
|
DXFText(java.lang.String text,
RealPoint basePoint,
double rotationAngle,
DXFStyle style,
java.awt.Graphics2D graphics)
Create a text object at the specified position.
|
DXFText(java.lang.String text,
RealPoint basePoint,
DXFStyle style,
java.awt.Graphics2D graphics)
Create a text object at the specified position.
|