This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 138497 - palette: Add Interpolator constants (LINEAR, DISCRETE...)
Summary: palette: Add Interpolator constants (LINEAR, DISCRETE...)
Status: VERIFIED FIXED
Alias: None
Product: javafx
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Michal Skvor
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-06-27 15:46 UTC by Alexandr Scherbatiy
Modified: 2008-12-18 11:51 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexandr Scherbatiy 2008-06-27 15:46:09 UTC
Add Interpolator constants
(http://openjfx.java.sun.com/current-build/doc/api/index.html)

---------------------------------------
var radius = 0.0;

Timeline {
    keyFrames:  KeyFrame {     
        time: 5s,
        values: radius => 100 tween Interpolator.LINEAR
    } 
} 
---------------------------------------
Comment 1 Michal Skvor 2008-07-14 09:51:11 UTC
Added the interpolator for value.
Comment 2 Alexandr Scherbatiy 2008-07-14 11:57:52 UTC
The request is to add the following constants to the palette:

Interpolator.DISCRETE
Interpolator.LINEAR
Interpolator.EASEIN
Interpolator.EASEOUT
Interpolator.EASEBOTH


Comment 3 Michal Skvor 2008-11-20 08:52:41 UTC
Implemented.
Comment 4 Alexandr Scherbatiy 2008-12-18 11:51:53 UTC
verified in JavaFX_NB_Plugin_Franca_NB_65_fixes