Uses of Class
com.jsevy.jdxf.DXFStyle
-
-
Uses of DXFStyle in com.jsevy.jdxf
Methods in com.jsevy.jdxf that return DXFStyle Modifier and Type Method Description DXFStyle
DXFDocument. addStyle(DXFStyle style)
Utility method used by the associated DXFGraphics object.Methods in com.jsevy.jdxf with parameters of type DXFStyle Modifier and Type Method 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.Constructors in com.jsevy.jdxf with parameters of type DXFStyle Constructor 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.
-