<?xml version="1.0" encoding="utf-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: JavaFX Coverflow Part 2</title>
	<atom:link href="http://www.redmountainsw.com/wordpress/archives/javafx-coverflow-part-2/feed" rel="self" type="application/rss+xml" />
	<link>http://www.redmountainsw.com/wordpress/archives/javafx-coverflow-part-2</link>
	<description>pulling the rug</description>
	<pubDate>Thu, 08 Jan 2009 20:51:42 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.5</generator>
		<item>
		<title>By: Recent Links Tagged With "coverflow" - JabberTags</title>
		<link>http://www.redmountainsw.com/wordpress/archives/javafx-coverflow-part-2#comment-7761</link>
		<dc:creator>Recent Links Tagged With "coverflow" - JabberTags</dc:creator>
		<pubDate>Fri, 03 Oct 2008 10:49:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.redmountainsw.com/wordpress/?p=443#comment-7761</guid>
		<description>[...]   Feature Request: Coverflow for Contacts on the iPhone Saved by sykmyn on Wed 01-10-2008   JavaFX Coverflow Part 2 Saved by lewiscb on Wed 01-10-2008   Lukas: Local.ch Coverflow Clone goes open source Saved by [...]</description>
		<content:encoded><![CDATA[<p>[...]   Feature Request: Coverflow for Contacts on the iPhone Saved by sykmyn on Wed 01-10-2008   JavaFX Coverflow Part 2 Saved by lewiscb on Wed 01-10-2008   Lukas: Local.ch Coverflow Clone goes open source Saved by [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wyz</title>
		<link>http://www.redmountainsw.com/wordpress/archives/javafx-coverflow-part-2#comment-7643</link>
		<dc:creator>wyz</dc:creator>
		<pubDate>Mon, 08 Sep 2008 09:05:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.redmountainsw.com/wordpress/?p=443#comment-7643</guid>
		<description>Hi, thanks for your example. I was planing to do the same thing. Actually it is possible to chain effects in Java FX, since there is one attribute named input of Effect, for example, you can use

PerspectiveTransform
{
input: Reflection { topOffset:0.0 topOpacity:0.30}
llx: bind translateX+0.0    lly: bind translateY+height*2 - positiveOrZero(-angle)
lrx: bind translateX+width  lry: bind translateY+height*2 - positiveOrZero(angle)
ulx: bind translateX+0.0    uly: bind translateY          + positiveOrZero(-angle)
urx: bind translateX+width  ury: bind translateY          + positiveOrZero(angle)
}

instead.</description>
		<content:encoded><![CDATA[<p>Hi, thanks for your example. I was planing to do the same thing. Actually it is possible to chain effects in Java FX, since there is one attribute named input of Effect, for example, you can use</p>
<p>PerspectiveTransform<br />
{<br />
input: Reflection { topOffset:0.0 topOpacity:0.30}<br />
llx: bind translateX+0.0    lly: bind translateY+height*2 - positiveOrZero(-angle)<br />
lrx: bind translateX+width  lry: bind translateY+height*2 - positiveOrZero(angle)<br />
ulx: bind translateX+0.0    uly: bind translateY          + positiveOrZero(-angle)<br />
urx: bind translateX+width  ury: bind translateY          + positiveOrZero(angle)<br />
}</p>
<p>instead.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
