Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[nebula-dev] New topic in forum Nebula, called IntensityGraph, when the axis are updated?, by Cedric L'homme

Title: Eclipse Community Forums
Subject: IntensityGraph, when the axis are updated? Author: Cedric L'homme Date: Wed, 11 December 2013 03:25
Hello,

I need to access to the pixel location of a value to trace some helping lines when the application appears but if I use the following code
intensityGraph.getYAxis().getValuePosition(anyValue, false);

In @PostConstruct, the value is not good, I tried repaint(), pack(), updateTick(), etc. nothing works.
In @Focus, the first call is also not good but the following call are (whose are too late).

Is there a way to force internal calculus or something like that to use getvaluePosition in @PostConstruct?

Thanks.
[ Reply ][ Quote ][ View Topic/Message ][ Unsubscribe from this forum ]

Back to the top