ReportMill 10 API

com.reportmill.shape.graph
Interface RMGraphView

All Known Subinterfaces:
RMGraphView.BarView
All Known Implementing Classes:
RMGraphViewBar, RMGraphViewBar3D, RMGraphViewLine

public interface RMGraphView

An interface for graph area shapes.


Nested Class Summary
static interface RMGraphView.BarView
          An interface for a shape that renders a bar graph from bar graph pieces.
static interface RMGraphView.PieView
          An interface for a shape that renders a bar graph from bar graph pieces.
 
Method Summary
 java.lang.String getPart(java.awt.geom.Point2D aPoint)
          This method returns the graph part hit by given point.
 

Method Detail

getPart

java.lang.String getPart(java.awt.geom.Point2D aPoint)
This method returns the graph part hit by given point.


ReportMill 10 API