shape « ToolTip « JFreeChart Q&A





1. Steped Chart with cewolf - no shapes and no tooltips?    jfree.org

Hello; I create a chart with cewolf (to embed in jsp), an overlaidchart with a step plot. the lines are drawn without shapes. i tried to force shapes in the postprocessor: Code: Select all private final void preventLineOverlap(final XYPlot plot) { if (LOGGER.isDebugEnabled()) { ...

2. Tooltips for invisible shapes?    jfree.org

3. Can't see tooltip of Line2D shape annotation    jfree.org

Each ChartEntity is associated with an area defined in Java2D space. InStandardEntityCollection.getEntity(double, double), the first chart entity whose area encloses the given coordinates is returned. Whether an area encloses the given point is determined by the path iterator of the area. I just had a brief look at the source code of Area, and I believe that an Area constructed for ...