public class MonthRenderer extends AbstractDataRenderer<Month>
DataRenderer
for Month
.Constructor and Description |
---|
MonthRenderer()
Creates a new instance of this class.
|
MonthRenderer(TextStyle textStyle)
Creates a new instance of this class.
|
Modifier and Type | Method and Description |
---|---|
String |
getText(Month month)
Gets a text representation of the item.
|
getGraphic, getStyleClass, getStyleClass, getTooltip
public MonthRenderer()
Month.getDisplayName(java.time.format.TextStyle, java.util.Locale)
and TextStyle.FULL
to get a text representation.public MonthRenderer(TextStyle textStyle)
Month.getDisplayName(java.time.format.TextStyle, java.util.Locale)
to get a text representation.textStyle
- the TextStyle
Copyright © 2012–2019 Drombler. All rights reserved.