org.fxmisc.richtext.UnderlinePath Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of richtextfx Show documentation
Show all versions of richtextfx Show documentation
FX-Text-Area for formatted text and other special effects.
package org.fxmisc.richtext;
import javafx.scene.shape.Path;
/**
* A path which describes an underline in the Scene graph.
*/
public class UnderlinePath extends Path {
}