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