ilog.views.maps.graphic
Class IlvMapSelectionFactory.IlvMapEditable
java.lang.Object
ilog.views.IlvNamedProperty
ilog.views.maps.graphic.IlvMapSelectionFactory.IlvMapEditable
- All Implemented Interfaces:
- IlvPersistentObject, Serializable
- Enclosing class:
- IlvMapSelectionFactory
public static class IlvMapSelectionFactory.IlvMapEditable
- extends IlvNamedProperty
A named property telling that an IlvGraphic is editable.
Setting this property on an IlvGraphic means that this
object is editable.
- Since:
- JViews 7.5
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IlvMapSelectionFactory.IlvMapEditable
public IlvMapSelectionFactory.IlvMapEditable(IlvInputStream stream)
throws IlvReadFileException
- Reads a
IlvMapEditable property from an IlvInputStream
- Parameters:
stream - The stream to read from.
- Throws:
IlvReadFileException
copy
public IlvNamedProperty copy()
- Copies the named property.
Note that when a graphic object is copied (method
copy),
the named properties
associated with this object are also copied using this method. The
only way to avoid the copy is to return null in this method.
- Specified by:
copy in class IlvNamedProperty
- See Also:
IlvNamedProperty.copy()
isPersistent
public boolean isPersistent()
- Tells if the property must be saved to an IVL file.
If this method returns
true, the property
is saved; otherwise it is not saved.
- Specified by:
isPersistent in class IlvNamedProperty
- See Also:
IlvNamedProperty.isPersistent()
Copyright © 1996-2007 ILOG S.A. All rights reserved. Documentation homepage.