2008年12月20日土曜日

JavaFX Reflection (scene.effect)

Reflection 反射

  1. var reflection = Text {  
  2.     x: 10  
  3.     y: 42  
  4.     content: "Reflection"  
  5.     fill: Color.SEAGREEN  
  6.     font: Font{ size: 20 name: "Verdana"}   
  7.     effect:  Reflection {  
  8.         fraction: 0.9  
  9.         topOpacity: 0.9  
  10.         topOffset: 0.1  
  11.     }  
  12. };    

0 件のコメント:

コメントを投稿