Constructor and Description |
---|
LegendItem(String text) |
LegendItem(String text,
Node symbol) |
Modifier and Type | Method and Description |
---|---|
Node |
getSymbol() |
String |
getText() |
void |
setSymbol(Node value) |
void |
setText(String value) |
ObjectProperty<Node> |
symbolProperty() |
StringProperty |
textProperty() |
public LegendItem(String text)
public final String getText()
public final void setText(String value)
public final StringProperty textProperty()
public final Node getSymbol()
public final void setSymbol(Node value)
public final ObjectProperty<Node> symbolProperty()
Copyright © 2020. All rights reserved.