[API Review] FX 8 3D API
Chien Yang
chien.yang at oracle.com
Wed Feb 6 11:30:18 PST 2013
Hi Richard,
Yes, this is my concern too. It is done so mainly to match JavaFX
API pattern and our Sample team preferred it (if I remembered
correctly). I would prefer to make it a getter method for now if it is
fine with you.
- Chien
On 2/6/2013 10:40 AM, Richard Bair wrote:
>> LOD helper property:
>> >
>> >/**
>> >* A read only property that stores the computed area of this
>> >* {@code Node} projected onto the physical screen in pixel unit.
>> >*/
>> >public final double getAreaInScreen()
>> >public final javafx.beans.property.ReadOnlyDoubleProperty areaInScreenProperty()
> Can this be efficiently implemented? We ripped out boundsInScene because it was impossible to get it fast enough. Why would this be any different?
More information about the openjfx-dev
mailing list