|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.bbn.openmap.layer.link.GraphicUpdate
public class GraphicUpdate
A simple object used by the GestureLinkResponse to associate an action with a particular graphic, either with the graphic's ID for MODIFY-type actions, or with the graphic for UPDATE-type actions.
| Field Summary | |
|---|---|
int |
action
A masked integer describing the action for the graphic. |
OMGraphic |
graphic
The graphic, for updates. |
java.lang.String |
id
The graphic's ID. |
| Constructor Summary | |
|---|---|
GraphicUpdate(int graphicAction,
OMGraphic omg)
Constructor for update-type actions. |
|
GraphicUpdate(int graphicAction,
java.lang.String gid)
Constructor for modify-type actions. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public int action
public java.lang.String id
public OMGraphic graphic
| Constructor Detail |
|---|
public GraphicUpdate(int graphicAction,
java.lang.String gid)
public GraphicUpdate(int graphicAction,
OMGraphic omg)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||