A B C D E F G H M N R S T V X Y Z
All Classes All Packages
All Classes All Packages
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.
- setBackground(Color) - Method in class com.jsevy.jdxf.DXFGraphics
-
Set the background color used in clear operations to the specified color
- 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
- 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.
- 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.
- 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.
- 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
All Classes All Packages