JClass DesktopViews 6.3.0 API
Documentation

com.klg.jclass.chart3d.shape
Class Circle

java.lang.Object
  |
  +--com.klg.jclass.chart3d.shape.BaseShape
        |
        +--com.klg.jclass.chart3d.shape.Circle
All Implemented Interfaces:
JCSymbolShape, Serializable

public class Circle
extends BaseShape
implements Serializable

The Circle class is an extension of the BaseShape class that draws a circle for a point. Used internally for com.klg.jclass.chart3d.JCSymbolStyle.CIRCLE.

See Also:
BaseShape, JCSymbolShape, JCSymbolStyle, Serialized Form

Field Summary
 
Fields inherited from class com.klg.jclass.chart3d.shape.BaseShape
size, x, y
 
Constructor Summary
Circle()
          Default constructor (required)
 
Method Summary
 void draw(Graphics gc, int xorg, int yorg)
          Draws the Circle symbol at the specified coordinates using the specified size
 String getName()
          Return a localized name for this shape
 
Methods inherited from class com.klg.jclass.chart3d.shape.BaseShape
resize
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Circle

public Circle()
Default constructor (required)

Method Detail

getName

public String getName()
Return a localized name for this shape

Specified by:
getName in interface JCSymbolShape
Specified by:
getName in class BaseShape
Returns:
The name of this shape

draw

public void draw(Graphics gc,
                 int xorg,
                 int yorg)
Draws the Circle symbol at the specified coordinates using the specified size

Specified by:
draw in interface JCSymbolShape
Overrides:
draw in class BaseShape
Parameters:
gc - graphics context to use for drawing
xorg - x origin point
yorg - y origin point

Copyright © 2004 Quest Software Inc..
All rights reserved.