info.magnolia.ui.mediaeditor.field.image
Class ViewImageField.ImageResizeEvent

java.lang.Object
  extended by java.util.EventObject
      extended by com.vaadin.event.ConnectorEvent
          extended by com.vaadin.ui.Component.Event
              extended by info.magnolia.ui.mediaeditor.field.image.ViewImageField.ImageResizeEvent
All Implemented Interfaces:
Serializable
Enclosing class:
ViewImageField

public static class ViewImageField.ImageResizeEvent
extends com.vaadin.ui.Component.Event

ImageResizeEvent.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
ViewImageField.ImageResizeEvent(com.vaadin.ui.Component source, int newWidth, int newHeight)
           
 
Method Summary
 int getHeight()
           
 int getWidth()
           
 
Methods inherited from class com.vaadin.ui.Component.Event
getComponent
 
Methods inherited from class com.vaadin.event.ConnectorEvent
getConnector
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ViewImageField.ImageResizeEvent

public ViewImageField.ImageResizeEvent(com.vaadin.ui.Component source,
                                       int newWidth,
                                       int newHeight)
Method Detail

getWidth

public int getWidth()

getHeight

public int getHeight()


Copyright © 2013 Magnolia International Ltd.. All Rights Reserved.