public abstract class XValuePresentation
extends java.lang.Object
strings
,
numbers
, keywords
and for other values
) or override this class if you need something specialModifier and Type | Class and Description |
---|---|
static interface |
XValuePresentation.XValueTextRenderer |
Modifier and Type | Field and Description |
---|---|
protected static java.lang.String |
DEFAULT_SEPARATOR |
Constructor and Description |
---|
XValuePresentation() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getSeparator() |
java.lang.String |
getType() |
boolean |
isShowName() |
abstract void |
renderValue(XValuePresentation.XValueTextRenderer renderer)
Renders value text by delegating to
renderer methods |
protected static final java.lang.String DEFAULT_SEPARATOR
public abstract void renderValue(XValuePresentation.XValueTextRenderer renderer)
renderer
methodsrenderer
- XValuePresentation.XValueTextRenderer
instance which provides methods topublic java.lang.String getSeparator()
public boolean isShowName()
public java.lang.String getType()