|
||||||||||
| 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.theme.IlvMapStyleControllerProperty
public class IlvMapStyleControllerProperty
IlvMapStyleControllerProperty represents a
IlvNamedProperty for storing an
IlvMapStyleController.
| Field Summary | |
|---|---|
static String |
NAME
The name of the property. |
| Constructor Summary | |
|---|---|
IlvMapStyleControllerProperty(IlvInputStream stream)
Reads an IlvMapStyleProperty object from an
IlvInputStream. |
|
IlvMapStyleControllerProperty(IlvMapStyleController model)
Creates an IlvMapStyleProperty instance from an
IlvMapStyleController object. |
|
IlvMapStyleControllerProperty(IlvMapStyleControllerProperty source)
Creates a IlvMapStyleProperty by copying an existing one. |
|
| Method Summary | |
|---|---|
IlvNamedProperty |
copy()
Returns a copy of this property. |
IlvMapStyleController |
getMapStyleController()
Retrieves the value of this property. |
static IlvMapStyleController |
GetMapStyleController(IlvManager manager)
Retrieves the value of an IlvMapStyleProperty instance
attached to an IlvManager object. |
boolean |
isPersistent()
Tests if this property is persistent. |
void |
write(IlvOutputStream stream)
Write this property to 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 IlvMapStyleControllerProperty(IlvMapStyleController model)
IlvMapStyleProperty instance from an
IlvMapStyleController object.
model - The value of this property.public IlvMapStyleControllerProperty(IlvMapStyleControllerProperty source)
IlvMapStyleProperty by copying an existing one.
source - The property to copy.
public IlvMapStyleControllerProperty(IlvInputStream stream)
throws IlvReadFileException
IlvMapStyleProperty object from an
IlvInputStream.
stream - The stream to read from.
IlvReadFileException - if there is a problem reading from
stream.| Method Detail |
|---|
public IlvNamedProperty copy()
copy in class IlvNamedPropertypublic boolean isPersistent()
isPersistent in class IlvNamedPropertytrue is returned.
public void write(IlvOutputStream stream)
throws IOException
IlvMapOutputStream.
write in interface IlvPersistentObjectwrite in class IlvNamedPropertystream - The stream to write to.
IOException - if there is a problem writing to stream.public IlvMapStyleController getMapStyleController()
public static IlvMapStyleController GetMapStyleController(IlvManager manager)
IlvMapStyleProperty instance
attached to an IlvManager object. If no property has been
set, a new one is created and attached to the manager.
manager - The IlvManager to retrieve the property from.
IlvMapStyleController.
|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||