public class IlpPolygonSAXInfo extends IlpPolyPointsSAXInfo
XML serialization class for IlpPolygon
.
This class reads and writes an IlpPolygon
in the following format:
[<point> <x>FFF</x> <y>FFF</y> </point>]
Where FFF stands for a decimal number (a double
). The order is that
of the points in the polygon.
Modifier and Type | Class and Description |
---|---|
static class |
IlpPolygonSAXInfo.IlpSAXPolygonHandler |
IlpPolyPointsSAXInfo.IlpSAXPolyPointsHandler
EMPTY_ATTRS
Constructor and Description |
---|
IlpPolygonSAXInfo() |
Modifier and Type | Method and Description |
---|---|
IlpSAXAttributeValueHandler |
getSAXHandler()
Returns a SAX handler capable of reading the attribute.
|
output
public IlpSAXAttributeValueHandler getSAXHandler()
getSAXHandler
in interface IlpSAXSerializable
getSAXHandler
in class IlpPolyPointsSAXInfo
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.