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.
- 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.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.
- 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
- 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.
All Classes All Packages