Steema Issues Database

Note: This database is for bugs and wishes only. For technical support help, if you are a customer please visit our online forums;
otherwise you can use StackOverflow.
Before using this bug-tracker we recommend a look at this document, Steema Bug Fixing Policy.



Bug 1389 - com.steema.teechart.tools.CursorTool.NearestPoint must be public
Summary: com.steema.teechart.tools.CursorTool.NearestPoint must be public
Status: RESOLVED FIXED
Alias: None
Product: Java TeeChart
Classification: Unclassified
Component: Android (show other bugs)
Version: 3.2015.0108
Hardware: Tablet Android
: --- normal
Target Milestone: ---
Assignee: Steema Issue Manager
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-12-09 13:06 EST by Dennis Fridlyand
Modified: 2015-12-18 07:25 EST (History)
1 user (show)

See Also:
Chart Series: ---
Delphi / C++ Builder RAD IDE Version:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dennis Fridlyand 2015-12-09 13:06:07 EST
I'm trying to create a subclass of com.steema.teechart.tools.CursorTool

There're public methods in this class which returns type NearestPoint. But NearestPoint class is declared as private inner class in CursorTool, so overriding methods that have NearestPoint in their signature is impossible...
Comment 1 yeray alonso 2015-12-18 06:59:54 EST
You are right.
I've modified it so the next maintenance release will include this change.
Comment 2 yeray alonso 2015-12-18 07:25:30 EST
I've made public also the method getNearestPoint(Point p) in NearestPoint.java