org.strbio.util.graph
Interface Graphable3D

All Superinterfaces:
Graphable2D
All Known Implementing Classes:
PointColorPlot

public interface Graphable3D
extends Graphable2D

Something that can be graphed in the middle of a Graph3D component. It needs to know about the data it contains.

  Version 1.0, 4/21/99 - original version.
  

Version:
1.0, 4/21/99
Author:
JMC

Method Summary
 double maxZ()
          maximum z value that will be graphed.
 double minZ()
          minimum z value that will be graphed.
 
Methods inherited from interface org.strbio.util.graph.Graphable2D
getLegend, maxX, maxY, minX, minY, paintGraph
 

Method Detail

minZ

double minZ()
minimum z value that will be graphed.


maxZ

double maxZ()
maximum z value that will be graphed.