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
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
public String getText(Month month)
month
- the item to renderCopyright © 2012-2013 Drombler. All Rights Reserved.