A C D F G H R S T 
All Classes All Packages

G

getBackground() - Method in class com.jsevy.jsvg.SVGGraphics
Return the current background color.
getClip() - Method in class com.jsevy.jsvg.SVGGraphics
Returns null, as clipping not supported
getClipBounds() - Method in class com.jsevy.jsvg.SVGGraphics
Returns null, as clipping not supported.
getClipBounds(Rectangle) - Method in class com.jsevy.jsvg.SVGGraphics
Returns r, as clipping not supported.
getClipRect() - Method in class com.jsevy.jsvg.SVGGraphics
Deprecated.
getColor() - Method in class com.jsevy.jsvg.SVGGraphics
Gets this graphic's foreground color.
getComposite() - Method in class com.jsevy.jsvg.SVGGraphics
Returns null; Composite not supported.
getDeviceConfiguration() - Method in class com.jsevy.jsvg.SVGGraphics
Returns null; GraphicsConfiguration not supported.
getFont() - Method in class com.jsevy.jsvg.SVGGraphics
Gets the current font.
getFontMetrics() - Method in class com.jsevy.jsvg.SVGGraphics
Gets the font metrics of the current font.
getFontMetrics(Font) - Method in class com.jsevy.jsvg.SVGGraphics
Gets the font metrics for the specified font.
getFontRenderContext() - Method in class com.jsevy.jsvg.SVGGraphics
Returns null; Font render context needed for Font sizing; use from current graphics environment.
getGraphics() - Method in class com.jsevy.jsvg.SVGDocument
Get the SVGGraphics associated with this document for use with standard Graphics drawing operations to generate an svg text representation.
getPaint() - Method in class com.jsevy.jsvg.SVGGraphics
Just return the current foreground color object.
getRenderingHint(RenderingHints.Key) - Method in class com.jsevy.jsvg.SVGGraphics
Return null; rendering hints not supported.
getRenderingHints() - Method in class com.jsevy.jsvg.SVGGraphics
Return null; rendering hints not supported.
getStroke() - Method in class com.jsevy.jsvg.SVGGraphics
Return our current pen stroke.
getTransform() - Method in class com.jsevy.jsvg.SVGGraphics
Return a copy of the current graphics transformation being applied to drawing and text operations.
A C D F G H R S T 
All Classes All Packages