com.steema.teechart
Class ArrowPoint

java.lang.Object
  extended by com.steema.teechart.ArrowPoint

public class ArrowPoint
extends java.lang.Object

Title: ArrowPoint class

Description:

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

Company: Steema Software SL


Field Summary
 double cosA
           
 IGraphics3D g
           
 double sinA
           
 double x
           
 double y
           
 int z
           
 
Constructor Summary
ArrowPoint()
           
 
Method Summary
 java.awt.Point calc()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

x

public double x

y

public double y

z

public int z

sinA

public double sinA

cosA

public double cosA

g

public IGraphics3D g
Constructor Detail

ArrowPoint

public ArrowPoint()
Method Detail

calc

public java.awt.Point calc()
Returns: