当前位置: 代码迷 >> Web前端 >> 一些可能用得下的
  详细解决方案

一些可能用得下的

热度:97   发布时间:2012-10-07 17:28:51.0
一些可能用得上的

?

  1. ChartPanel:
    public ChartEntity getEntityForPoint(int viewX,  int viewY)
    Returns the chart entity at a given point.
    This method will return null if there is (a) no entity at the given point, or (b) no entity collection has been generated.
    Parameters:
    viewX - the x-coordinate.
    viewY - the y-coordinate.
    Returns:
    The chart entity (possibly null).
    ?
  相关解决方案