T
- the type of the matrix elementpublic abstract class MatrixElementFormat<T>
extends java.lang.Object
MatrixEditor
.Constructor and Description |
---|
MatrixElementFormat() |
public abstract java.lang.String format(T element)
element
- the element or null
for a null elementpublic abstract T parse(java.lang.String element)
element
- the text representation of the elementnull
if the element could not be parsed