- scalarProduct(float, 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.DXFHeader
-
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.
- 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.
- 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
-