com.steema.teechart.drawing
Class InternalPyramidTrunc

java.lang.Object
  extended by com.steema.teechart.drawing.InternalPyramidTrunc

public class InternalPyramidTrunc
extends java.lang.Object

Title: InternalPyramidTrunc class

Description:

Copyright (c) 2005-2006 by Steema Software SL. All Rights Reserved.

Company: Steema Software SL


Field Summary
protected  int endZ
           
protected  IGraphics3D g
           
protected  int midX
           
protected  int midZ
           
protected  Rectangle r
           
protected  int startZ
           
protected  int truncX
           
protected  int truncZ
           
 
Constructor Summary
InternalPyramidTrunc()
           
 
Method Summary
 void draw(IGraphics3D gr)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

r

protected Rectangle r

midX

protected int midX

midZ

protected int midZ

truncX

protected int truncX

truncZ

protected int truncZ

startZ

protected int startZ

endZ

protected int endZ

g

protected IGraphics3D g
Constructor Detail

InternalPyramidTrunc

public InternalPyramidTrunc()
Method Detail

draw

public void draw(IGraphics3D gr)