public static class IlvMapSelectionFactory.IlvMapEditable extends IlvNamedProperty
IlvGraphic
is editable.
Setting this property on an IlvGraphic
means that this
object is editable.Constructor and Description |
---|
IlvMapEditable(IlvInputStream stream)
Reads a
IlvMapEditable property from an IlvInputStream |
Modifier and Type | Method and Description |
---|---|
IlvNamedProperty |
copy()
Copies the named property.
|
boolean |
isPersistent()
Tells if the property must be saved to an IVL file.
|
getName, write
public IlvMapEditable(IlvInputStream stream) throws IlvReadFileException
IlvMapEditable
property from an IlvInputStream
stream
- The stream to read from.IlvReadFileException
public IlvNamedProperty copy()
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.copy
in class IlvNamedProperty
IlvNamedProperty.copy()
public boolean isPersistent()
true
, the property
is saved; otherwise it is not saved.isPersistent
in class IlvNamedProperty
IlvNamedProperty.isPersistent()
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.