de.lessvoid.nifty.controls
Class ScrollPanelChangedEvent
java.lang.Object
de.lessvoid.nifty.controls.ScrollPanelChangedEvent
- All Implemented Interfaces:
- NiftyEvent<Void>
public class ScrollPanelChangedEvent
- extends Object
- implements NiftyEvent<Void>
Nifty generates this event when a ScrollPanel position has changed.
- Author:
- void
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ScrollPanelChangedEvent
public ScrollPanelChangedEvent(ScrollPanel scrollPanel,
float newX,
float newY)
getScrollPanel
public ScrollPanel getScrollPanel()
getX
public float getX()
getY
public float getY()
Copyright © 2011. All Rights Reserved.