A B C D E F G H I L M N R S T V X Y Z 
All Classes All Packages

S

scalarProduct(double, RealPoint) - Static method in class com.jsevy.jdxf.RealPoint
 
scale(double, double) - Method in class com.jsevy.jdxf.DXFGraphics
Apply the specified scaling to the current graphics transformation.
setAttribute(int, String) - Method in class com.jsevy.jdxf.DXFXrecord
Associate the String with the supplied group code in this Xrecord, replacing any that may already be there.
setBackground(Color) - Method in class com.jsevy.jdxf.DXFGraphics
Set the background color used in clear operations to the specified color
setCenter(double, double) - Method in class com.jsevy.jdxf.DXFViewport
 
setClip(int, int, int, int) - Method in class com.jsevy.jdxf.DXFGraphics
Does nothing, as clipping not supported
setClip(Shape) - Method in class com.jsevy.jdxf.DXFGraphics
Does nothing, as clipping not supported
setColor(Color) - Method in class com.jsevy.jdxf.DXFGraphics
Sets this graphics foreground color to the specified color.
setComposite(Composite) - Method in class com.jsevy.jdxf.DXFGraphics
Do nothing - composite not supported.
setFont(Font) - Method in class com.jsevy.jdxf.DXFGraphics
Sets this graphics context's font to the specified font.
setHandleLimit(int) - Method in class com.jsevy.jdxf.DXFHeaderSegmentAutoCAD
Set handleLimit; used after entities defined to trim from initial (large) value
setLayer(String) - Method in class com.jsevy.jdxf.DXFDocument
Set the current layer, creating a new layer if one with the supplied name doesn't already exist.
setName(String) - Method in class com.jsevy.jdxf.DXFLinetype
 
setPaint(Paint) - Method in class com.jsevy.jdxf.DXFGraphics
Use to set foreground color if instance of Color, otherwise do nothing.
setPaintMode() - Method in class com.jsevy.jdxf.DXFGraphics
Sets the paint mode of this graphics context to overwrite the destination with this graphics context's current color.
setPenByLayer(boolean) - Method in class com.jsevy.jdxf.DXFDocument
When setPenByLayer(true) is called, all subsequent entities will have their color, line width and linetype set to ByLayer, so that they will use the values of their assigned layer rather than the current values set for the DXFGraphics object.
setPrecisionDigits(int) - Method in class com.jsevy.jdxf.DXFDocument
Set the number of digits of precision to output into the DXF file for measurement quantities (locations, angles, etc.) All calculations are done internally as double-precision quantities; however this allows the specification of how many decimal digits should be output in the DXF file.
setPrecisionDigits(int) - Static method in class com.jsevy.jdxf.DXFEntity
Set the number of digits when a quantity is truncated with a call to setPrecision()
setRenderingHint(RenderingHints.Key, Object) - Method in class com.jsevy.jdxf.DXFGraphics
Do nothing; rendering hints not supported.
setRenderingHints(Map<?, ?>) - Method in class com.jsevy.jdxf.DXFGraphics
Do nothing; rendering hints not supported.
setScale(double) - Method in class com.jsevy.jdxf.DXFViewport
 
setStroke(Stroke) - Method in class com.jsevy.jdxf.DXFGraphics
Set stroke if instance of BasicStroke, otherwise throw UnsupportedOperationException.
setTransform(AffineTransform) - Method in class com.jsevy.jdxf.DXFGraphics
Set current graphics transformation to that supplied.
setUnits(int) - Method in class com.jsevy.jdxf.DXFDocument
Set the units for interpreting the dimension values in the DXF file.
setViewportCenter(double, double) - Method in class com.jsevy.jdxf.DXFDocument
Set the center of the default viewport display window when viewed in a CAD program.
setViewportScale(double) - Method in class com.jsevy.jdxf.DXFDocument
Set the scale for the active viewport; this will determine the default height and width of the display window when viewed in a CAD program.
setXORMode(Color) - Method in class com.jsevy.jdxf.DXFGraphics
Currently does nothing, as only PAINT_MODE is supported
shear(double, double) - Method in class com.jsevy.jdxf.DXFGraphics
Apply the specified shearing to the current graphics transformation.
SplineControlPoint - Class in com.jsevy.jdxf
Utility class representing a spline control point, specifying both a 3-dimensional position and a weight.
SplineControlPoint(double, double, double, int) - Constructor for class com.jsevy.jdxf.SplineControlPoint
 
SplineControlPoint(SplineControlPoint) - Constructor for class com.jsevy.jdxf.SplineControlPoint
 
sum(RealPoint, RealPoint) - Static method in class com.jsevy.jdxf.RealPoint
 
A B C D E F G H I L M N R S T V X Y Z 
All Classes All Packages