public class AffineFunctionParser extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
AFFINE |
static String |
INTERCEPT |
static String |
SLOPE |
| Constructor and Description |
|---|
AffineFunctionParser() |
| Modifier and Type | Method and Description |
|---|---|
AffineFunction<?> |
fromXML(XMCDA xmcda,
StartElement startElement,
XMLEventReader eventReader) |
void |
toXML(AffineFunction<?> function,
XMLStreamWriter writer) |
public static final String AFFINE
public static final String SLOPE
public static final String INTERCEPT
public AffineFunction<?> fromXML(XMCDA xmcda, StartElement startElement, XMLEventReader eventReader) throws XMLStreamException
XMLStreamExceptionpublic void toXML(AffineFunction<?> function, XMLStreamWriter writer) throws XMLStreamException
XMLStreamExceptionCopyright © 2013–2021 Sébastien Bigaret, Patrick Meyer. All rights reserved.