org.eclipse.fx.ui.controls.image.fonticonview.cssext Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of org.eclipse.fx.ui.controls Show documentation
Show all versions of org.eclipse.fx.ui.controls Show documentation
Custom JavaFX controls like a styled text component, ...
import javafx.font
import javafx.paint
import javafx.scene.control.Control
package org.eclipse.fx.ui.controls.image {
/**
* The FontIconView allows the use of Icon Fonts
*/
FontIconView extends Control {
-fx-font ;
/**
*
*/
-fx-icon @STRING default: null;
-fx-icon-fill default: black;
}
}