MouseOver Animations in JFXBuilder/JavaFX

Posted in JFXBuilder by jeff @ Jun 21, 2007

This week we’ve been playing with a user friendly way to easily configure graphical and animated actions for common input events, like MouseOver and MousePressed.

JFXBuilder already has a shape custom tailored for this called a “SwitchShape”. The basic idea is to select a group of shapes that we want to react to a mouse event, select the menu item “Group in SwitchShape”, then simply configure the look of the different “versions” (MouseOver, MousePressed, etc.).

Group in SwitchShape

The added dimension to this that SwitchShape adds is that each “version” has its own animator and timeline, so it’s easy to configure both a new look and an animated response (like scale up, or fade-in, or pulsing).

On the JavaFX side, we simply created a new SwitchShape.fx class that manages an array of SwitchShapeVersion(.fx) objects. Each version has a name, a content array and an animation script. Then SwitchShape can simply implement the onMouseEntered, onMousePressed, etc., methods to trigger the appropriate named version.

    attribute SwitchShape.onMouseEntered = operation(e:CanvasMouseEvent) {
        setVersion("Mouse Over");    };

This foundation with SwitchShape in JFXBuilder and JavaFX should provide a solution for creating a wide range of input event actions without having to resort to hand-coding. Additionally, there should be some exiting possibilities for this feature in conjunction with sound and with some of ReportMill’s standard reporting features (using datasets and data substitution).

Here is a simple example of this in action:

7 Comments

  1. […] solution we came up with is similar to our SwichShape (introduced in our [ MouseOver Animation ] blog a few weeks ago). For Morph shape we added a new menu item called “Group in Morph […]

    Pingback by JFXBuilder Blog » Shape Morphing in JavaFX/JFXBuilder — July 12, 2007 @ 5:46 pm

  2. < blockquote >< a href=”http://pillspot.org/”>PillSpot.org. Canadian Health&Care.Special Internet Prices.No prescription online pharmacy.Best quality drugs. Online Pharmacy. Buy drugs online< /a >…

    Buy:Cialis Professional.Zithromax.Viagra Super Active+.VPXL.Cialis Super Active+.Super Active ED Pack.Viagra Professional.Propecia.Cialis Soft Tabs.Viagra.Soma.Viagra Super Force.Tramadol.Levitra.Viagra Soft Tabs.Cialis.Maxaman….

    Trackback by TREVOR — July 6, 2010 @ 3:07 pm

  3. quote http://google.com : Love this keyword…

    google…

    Trackback by PATARZZAZBCAB123123AACaCABCB — August 29, 2010 @ 2:47 am

  4. chair http://rfoampezntco.AUTOSECTIONS.INFO/tag/chair+beds+Bed+foam/ : foam…

    beds…

    Trackback by Bed — August 29, 2010 @ 6:32 am

  5. Fixtures http://mhowu4mm5wb.AUTOPARTSVILLE.INFO/tag/Fixtures+traffic+Lights/ : Fixtures…

    traffic…

    Trackback by Fixtures — August 29, 2010 @ 5:21 pm

  6. cooking http://hcookingqw1ikq.copious-systems.com/tag/Internal+temperature+cooking/ : cooking…

    temperature…

    Trackback by cooking — August 29, 2010 @ 5:58 pm

  7. design http://cinteriorlfuj.ANTIQUEFURNINISHING.INFO/tag/inside+interior+design/ : design…

    inside…

    Trackback by interior — August 29, 2010 @ 10:41 pm

RSS feed for comments on this post. TrackBack URI

Sorry, the comment form is closed at this time.