@EventType(value="resize") public class ResizeEvent extends Event
| Constructor and Description |
|---|
ResizeEvent() |
ResizeEvent(BaseComponent target,
Object data) |
| Modifier and Type | Method and Description |
|---|---|
double |
getBottom()
Returns the new bottom position in pixels.
|
double |
getHeight()
Returns the new height in pixels.
|
double |
getTop()
Returns the new top position in pixels.
|
double |
getWidth()
Returns the new width in pixels.
|
getCurrentTarget, getData, getPage, getRelatedTarget, getTarget, getTargetId, getType, isStopped, stopPropagationpublic static final String TYPE
public ResizeEvent()
public ResizeEvent(BaseComponent target, Object data)
public double getHeight()
public double getWidth()
public double getTop()
public double getBottom()
Copyright © 2017 Regenstrief Center for Biomedical Informatics. All rights reserved.