Skip navigation links
A B C D E G I M N Q R S T V X Y Z 

S

save() - Method in class com.jsevy.adxf.DXFCanvas
Saves the current graphics transformation matrix onto a private stack.
save(int) - Method in class com.jsevy.adxf.DXFCanvas
Based on saveFlags, can save the current matrix and clip onto a private stack.
saveLayer(RectF, Paint, int) - Method in class com.jsevy.adxf.DXFCanvas
This behaves the same as save(), and all arguments are ignored.
saveLayer(float, float, float, float, Paint, int) - Method in class com.jsevy.adxf.DXFCanvas
This behaves the same as save(), and all arguments are ignored.
saveLayerAlpha(RectF, int, int) - Method in class com.jsevy.adxf.DXFCanvas
This behaves the same as save(), and all arguments are ignored.
saveLayerAlpha(float, float, float, float, int, int) - Method in class com.jsevy.adxf.DXFCanvas
This behaves the same as save(), and all arguments are ignored.
scalarProduct(float, RealPoint) - Static method in class com.jsevy.adxf.RealPoint
 
scale(float, float) - Method in class com.jsevy.adxf.DXFCanvas
Preconcat the current matrix with the specified scale.
setBitmap(Bitmap) - Method in class com.jsevy.adxf.DXFCanvas
Not supported; throws UnsupportedOperationException
setDensity(int) - Method in class com.jsevy.adxf.DXFCanvas
Specifies the density for this Canvas' backing bitmap.
setDrawFilter(DrawFilter) - Method in class com.jsevy.adxf.DXFCanvas
Not supported; throws UnsupportedOperationException if called.
setMatrix(Matrix) - Method in class com.jsevy.adxf.DXFCanvas
Completely replace the current matrix with the specified matrix.
setScreenDensity(int) - Method in class com.jsevy.adxf.DXFCanvas
Not supported; ignored.
setViewport(int, int) - Method in class com.jsevy.adxf.DXFCanvas
Set the viewport dimensions if this canvas is GL based.
skew(float, float) - Method in class com.jsevy.adxf.DXFCanvas
Preconcat the current matrix with the specified skew.
SplineControlPoint - Class in com.jsevy.adxf
Utility class representing a spline control point, specifying both a 3-dimensional position and a weight.
SplineControlPoint(float, float, float, int) - Constructor for class com.jsevy.adxf.SplineControlPoint
 
SplineControlPoint(SplineControlPoint) - Constructor for class com.jsevy.adxf.SplineControlPoint
 
sum(RealPoint, RealPoint) - Static method in class com.jsevy.adxf.RealPoint
 
A B C D E G I M N Q R S T V X Y Z 
Skip navigation links