JClass DesktopViews 6.3.0 API
Documentation

com.klg.jclass.chart3d.shape3d
Class Cylinder

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

public class Cylinder
extends Rectangle
implements JCSymbolShape3d

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.klg.jclass.chart3d.shape.BaseShape
size, x, y
 
Constructor Summary
Cylinder()
           
 
Method Summary
 String getName()
          Return a localized name for this shape
 Shape3D getSymbolShape()
           
 
Methods inherited from class com.klg.jclass.chart3d.shape.Rectangle
draw
 
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
 
Methods inherited from interface com.klg.jclass.chart3d.shape.JCSymbolShape
draw, resize
 

Constructor Detail

Cylinder

public Cylinder()
Method Detail

getName

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

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

getSymbolShape

public Shape3D getSymbolShape()
Specified by:
getSymbolShape in interface JCSymbolShape3d

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