Package | Description |
---|---|
hu.juranyi.zsolt.pubsearch.gui.control |
Extended and specialized JavaFX controls for PubSearch.
|
Modifier and Type | Method and Description |
---|---|
LabelEx |
LabelEx.bold()
Adds "bold-text" style class to the Label.
|
LabelEx |
LabelEx.effect(javafx.scene.effect.Effect e)
Calls setEffect() with the given parameter.
|
LabelEx |
LabelEx.italic()
Adds "italic-text" style class to the Label.
|
LabelEx |
LabelEx.shadow() |
LabelEx |
LabelEx.white()
Adds "white-text" style class to the Label.
|
LabelEx |
LabelEx.wrap()
Turns on text wrapping.
|