JClass DesktopViews 6.3.0 API
Documentation

com.klg.jclass.chart3d.shape
Interface JCSymbolShape

All Superinterfaces:
Serializable
All Known Subinterfaces:
JCSymbolShape3d
All Known Implementing Classes:
BaseShape, Cone, Cube, Cylinder, Point, Sphere, Tetrahedron

public interface JCSymbolShape
extends Serializable

Interface for symbol shapes for JClass Chart 3D.


Method Summary
 void draw(Graphics gc, int xorg, int yorg)
          Draws the point at the specified coordinates.
 String getName()
          Returns a localized name for this shape.
 void resize(int sz)
          Method used for resizing shape before drawing.
 

Method Detail

getName

public String getName()
Returns a localized name for this shape.

Returns:
the name of this shape

resize

public void resize(int sz)
Method used for resizing shape before drawing.

Parameters:
sz - value to be assigned to size member variable

draw

public void draw(Graphics gc,
                 int xorg,
                 int yorg)
Draws the point at the specified coordinates.

Parameters:
gc - graphics context to use for drawing
xorg - x origin point
yorg - y origin point

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