A C D F G H R S T
All Classes All Packages
All Classes All Packages
All Classes All Packages
S
- scale(double, double) - Method in class com.jsevy.jsvg.SVGGraphics
-
Apply the specified scaling to the current graphics transformation.
- scaleValue(double) - Static method in class com.jsevy.jsvg.SVGDocument
-
Utility routine for use with addSetToEntity method when geometric values are supplied.
- scaleValueWithUnits(double) - Static method in class com.jsevy.jsvg.SVGDocument
-
Utility routine for use with addSetToEntity method when geometric values are supplied.
- setAttribute(String, Object, double, Object, boolean) - Method in class com.jsevy.jsvg.SVGDocument
-
For the last added SVG entity (the last object created by one the Graphics draw methods), set the value of the specified attribute to the value specified by toValue, beginning at the specified start time and for the specified duration.
- setBackground(Color) - Method in class com.jsevy.jsvg.SVGGraphics
-
Set the background color used in clear operations to the specified color
- setClip(int, int, int, int) - Method in class com.jsevy.jsvg.SVGGraphics
-
Does nothing, as clipping not supported
- setClip(Shape) - Method in class com.jsevy.jsvg.SVGGraphics
-
Does nothing, as clipping not supported
- setColor(Color) - Method in class com.jsevy.jsvg.SVGGraphics
-
Sets this graphics foreground color to the specified color.
- setComposite(Composite) - Method in class com.jsevy.jsvg.SVGGraphics
-
Do nothing - composite not supported.
- setDocumentBounds(Rectangle2D.Double) - Method in class com.jsevy.jsvg.SVGDocument
-
Set the document rectangle, which equates to the viewBox for the SVG drawing which is added as an attribute to the top-level svg element.
- setDocumentSize(double, double) - Method in class com.jsevy.jsvg.SVGDocument
-
Set the document width and height, which equates to the overall viewBox width and height for the SVG drawing added as an attribute to the top-level svg element.
- setFont(Font) - Method in class com.jsevy.jsvg.SVGGraphics
-
Sets this graphics context's font to the specified font.
- setPaint(Paint) - Method in class com.jsevy.jsvg.SVGGraphics
-
Use to set foreground color if instance of Color, otherwise do nothing.
- setPaintMode() - Method in class com.jsevy.jsvg.SVGGraphics
-
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.jsvg.SVGGraphics
-
Do nothing; rendering hints not supported.
- setRenderingHints(Map<?, ?>) - Method in class com.jsevy.jsvg.SVGGraphics
-
Do nothing; rendering hints not supported.
- setScaleFactor(double) - Method in class com.jsevy.jsvg.SVGDocument
-
Set the scale factor for dimensions in the Java drawing - how many Java units/pixels correspond to one unit in the SVG output.
- setStroke(Stroke) - Method in class com.jsevy.jsvg.SVGGraphics
-
Set stroke if instance of BasicStroke, otherwise throw UnsupportedOperationException.
- setTransform(AffineTransform) - Method in class com.jsevy.jsvg.SVGEntity
- setTransform(AffineTransform) - Method in class com.jsevy.jsvg.SVGGraphics
-
Set current graphics transformation to that supplied.
- setUnits(int) - Method in class com.jsevy.jsvg.SVGDocument
-
Set the units for interpreting the dimension values in the SVG file.
- setXORMode(Color) - Method in class com.jsevy.jsvg.SVGGraphics
-
Currently does nothing, as only PAINT_MODE is supported
- shear(double, double) - Method in class com.jsevy.jsvg.SVGGraphics
-
Apply the specified shearing to the current graphics transformation.
- SVGAnimate - Class in com.jsevy.jsvg
- SVGAnimate(String, String, String, String, String, String) - Constructor for class com.jsevy.jsvg.SVGAnimate
- SVGAnimate(String, String, String, String, String, String, String) - Constructor for class com.jsevy.jsvg.SVGAnimate
- SVGDocument - Class in com.jsevy.jsvg
-
Class representing a Scalable Vector Graphics document, which owns an svgGraphics on which drawing commands can be made.
- SVGDocument() - Constructor for class com.jsevy.jsvg.SVGDocument
-
Create a new SVGDocument
- SVGEntity - Class in com.jsevy.jsvg
-
A special case of DXFObjects used for graphical entities.
- SVGEntity(SVGStyle, AffineTransform) - Constructor for class com.jsevy.jsvg.SVGEntity
- SVGGraphics - Class in com.jsevy.jsvg
-
The SVGGraphics class is the main class of the SVGGraphics library.
- SVGGraphics(SVGDocument) - Constructor for class com.jsevy.jsvg.SVGGraphics
-
Constructs a new SVGGraphics object.
- svgNamespaceURI - Static variable in class com.jsevy.jsvg.SVGDocument
- SVGSet - Class in com.jsevy.jsvg
- SVGSet(String, String, String, String) - Constructor for class com.jsevy.jsvg.SVGSet
All Classes All Packages