FreeHEP API
Version current

org.freehep.j3d.plot
Interface Unbinned3DData


public interface Unbinned3DData

A data source for unbinned 3D data which is used by the 3D scatter plot. Any class which implements this interface can be used to provide Data for a lego or surface plot.

Version:
$Id: Unbinned3DData.java,v 1.1 2001/05/19 00:11:57 tonyj Exp $
Author:
Joy Kyriakopulos (joyk@fnal.gov)
Source Code:
Unbinned3DData.java

Method Summary
 javax.vecmath.Color3b colorAt(int index)
          Get the Color of the specified point
 int getNPoints()
          The number of points in the scatter plot
 javax.vecmath.Point3f pointAt(int index)
          The x,y,z coordinate of the specified point
 float xMax()
          Axis maximum on the X Axis
 float xMin()
          Axis minimum on the X Axis
 float yMax()
          Axis maximum on the Y Axis
 float yMin()
          Axis minimum on the Y Axis
 float zMax()
          Maximum data value on the Z Axis
 float zMin()
          Minimum data value on the Z Axis
 

Method Detail

xMin

public float xMin()
Axis minimum on the X Axis


xMax

public float xMax()
Axis maximum on the X Axis


yMin

public float yMin()
Axis minimum on the Y Axis


yMax

public float yMax()
Axis maximum on the Y Axis


zMin

public float zMin()
Minimum data value on the Z Axis


zMax

public float zMax()
Maximum data value on the Z Axis


getNPoints

public int getNPoints()
The number of points in the scatter plot


pointAt

public javax.vecmath.Point3f pointAt(int index)
The x,y,z coordinate of the specified point


colorAt

public javax.vecmath.Color3b colorAt(int index)
Get the Color of the specified point


FreeHEP API
Version current

Copyright © 2000-2004 FreeHEP, All Rights Reserved.