Uses of Class
jcckit.graphic.Oval
-
Packages that use Oval Package Description jcckit.graphic jcckit.renderer -
-
Uses of Oval in jcckit.graphic
Methods in jcckit.graphic with parameters of type Oval Modifier and Type Method Description void
OvalRenderer. render(Oval oval)
Renders the specified oval. -
Uses of Oval in jcckit.renderer
Methods in jcckit.renderer with parameters of type Oval Modifier and Type Method Description void
Graphics2DRenderer. render(Oval oval)
Paints the specified oval into the current Graphics context.
-