|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectilog.views.IlvNamedProperty
ilog.views.maps.beans.IlvMapAnnotationProperty
public class IlvMapAnnotationProperty
A property used to store and retrieve annotations information.
| Field Summary | |
|---|---|
static String |
NAME
The name of the property. |
| Constructor Summary | |
|---|---|
IlvMapAnnotationProperty(IlvInputStream stream)
Reads an IlvMapAnnotationProperty from an IlvInputStream. |
|
IlvMapAnnotationProperty(IlvMapAnnotationModel model)
Creates an IlvMapAnnotationProperty from an IlvMapAnnotationModel. |
|
IlvMapAnnotationProperty(IlvMapAnnotationProperty source)
Creates an IlvMapAnnotationProperty by copying an existing one. |
|
| Method Summary | |
|---|---|
IlvNamedProperty |
copy()
Returns a copy of this property. |
IlvMapAnnotationModel |
getMapAnnotationModel()
Retrieves the value of this property. |
static IlvMapAnnotationModel |
GetMapAnnotationModel(IlvManager manager)
Retrieves the value of an IlvMapAnnotationProperty attached to
an IlvManager. |
boolean |
isPersistent()
Indicates if this property is persistent. |
void |
write(IlvOutputStream stream)
Write this property into an IlvMapOutputStream. |
| Methods inherited from class ilog.views.IlvNamedProperty |
|---|
getName |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String NAME
| Constructor Detail |
|---|
public IlvMapAnnotationProperty(IlvMapAnnotationModel model)
IlvMapAnnotationProperty from an IlvMapAnnotationModel.
model - The value of this property.public IlvMapAnnotationProperty(IlvMapAnnotationProperty source)
IlvMapAnnotationProperty by copying an existing one.
source - The property to copy.
public IlvMapAnnotationProperty(IlvInputStream stream)
throws IlvReadFileException
IlvMapAnnotationProperty from an IlvInputStream.
stream - The stream to be read from.
IlvReadFileException| Method Detail |
|---|
public IlvNamedProperty copy()
copy in class IlvNamedPropertypublic boolean isPersistent()
isPersistent in class IlvNamedPropertytrue since this property is persistent.
public void write(IlvOutputStream stream)
throws IOException
IlvMapOutputStream.
write in interface IlvPersistentObjectwrite in class IlvNamedPropertystream - The stream to write to.
IOExceptionpublic IlvMapAnnotationModel getMapAnnotationModel()
IlvMapAnnotationModel.public static IlvMapAnnotationModel GetMapAnnotationModel(IlvManager manager)
IlvMapAnnotationProperty attached to
an IlvManager. If no property has been set for this manager,
a new one is created and attached to the given manager.
manager - The IlvManager from which to retrieve the property.
IlvMapAnnotationModel or null.
|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||