jfxtras.labs.scene.control.Magnifier.css Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jfxtras-labs Show documentation
Show all versions of jfxtras-labs Show documentation
Experimental components for JavaFX 2
The newest version!
/******************************************************************************
* Magnifier Control
* @author : SaiPradeepDandem
*
******************************************************************************/
.magnifier{
-fx-skin: "jfxtras.labs.internal.scene.control.skin.MagnifierSkin";
}
.magnifier-frame{
-fx-fill: radial-gradient(focus-angle 0deg , focus-distance 0% , center 50% 50% , radius 50% , #f0f8ff 93% , #696969 94% , #FaFaFa 97% , #808080);
}
.magnifier-vLine, .magnifier-hLine{
-fx-stroke : red;
-fx-opacity : .5;
}