org.fxmisc.richtext.BackgroundPath 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
Rich-text area for JavaFX
package org.fxmisc.richtext;
import javafx.scene.shape.Path;
/**
* A path which describes a background shape in the Scene graph.
*/
public class BackgroundPath extends Path {
}