ilog.cpl.graphic.views
Class IlpPolylineSAXInfo
java.lang.Object
ilog.cpl.graphic.views.IlpPolyPointsSAXInfo
ilog.cpl.graphic.views.IlpPolylineSAXInfo
- All Implemented Interfaces:
- IlpSAXSerializable
public class IlpPolylineSAXInfo
- extends IlpPolyPointsSAXInfo
XML Serialization class for IlpPolyline.
This class reads and writes an IlpPolyline in the following format:
[
FFF
FFF
]*
where FFF stands for a floating number (a float). The order is that of
the points in the polyline.
- Since:
- JTGO 3.0
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IlpPolylineSAXInfo
public IlpPolylineSAXInfo()
getSAXHandler
public IlpSAXAttributeValueHandler getSAXHandler()
- Returns a SAX handler capable of reading the attribute.
To avoid an instance of a SAX handler to be used simultaneously
by two concurrent threads, this method should either return a new
instance of a SAX handler each time it is called or take advantage of
the java.lang.ThreadLocal class to return a different instance for each thread.
- Specified by:
getSAXHandler in interface IlpSAXSerializable- Specified by:
getSAXHandler in class IlpPolyPointsSAXInfo
- Returns:
- A SAX event handler.
- Internal method or field: do not use!
Copyright © 1996-2007 ILOG S.A. All rights reserved. Documentation homepage. . All Rights Reserved.