Class ViewPositionChangeEvent
- java.lang.Object
-
- org.zkoss.zk.ui.event.Event
-
- com.hybris.cockpitng.components.visjs.network.event.ViewPositionChangeEvent
-
- All Implemented Interfaces:
java.io.Serializable
public class ViewPositionChangeEvent extends org.zkoss.zk.ui.event.EventRepresents an event when the view position (canvas center) has changed.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringNAME
-
Constructor Summary
Constructors Constructor Description ViewPositionChangeEvent(org.zkoss.zk.ui.Component target, Point param)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PointgetViewPosition()
-
-
-
Field Detail
-
NAME
public static final java.lang.String NAME
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ViewPositionChangeEvent
public ViewPositionChangeEvent(org.zkoss.zk.ui.Component target, Point param)
-
-
Method Detail
-
getViewPosition
public Point getViewPosition()
- Returns:
- new view position (canvas center point)
-
-