Uses of Class
jcckit.graphic.Oval

Packages that use Oval
jcckit.graphic Classes for representing a plot or a chart in device independent coordinates. 
jcckit.renderer Renderer classes. 
 

Uses of Oval in jcckit.graphic
 

Methods in jcckit.graphic with parameters of type Oval
 void OvalRenderer.render(Oval oval)
          Renders the specified oval.
 

Uses of Oval in jcckit.renderer
 

Methods in jcckit.renderer with parameters of type Oval
 void GraphicsRenderer.render(Oval oval)
          Paints the specified oval into the current Graphics context.
 void SVGRenderer.render(Oval oval)
          Renders an oval.
 void Graphics2DRenderer.render(Oval oval)
          Paints the specified oval into the current Graphics context.