public static class RenderInformation.Size extends Object
Size()
Size(int width, int height)
boolean
equals(Object obj)
int
getHeight()
getWidth()
hashCode()
void
setHeight(int height)
setWidth(int width)
String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public Size()
public Size(int width, int height)
public boolean equals(Object obj)
equals
Object
public int hashCode()
hashCode
public int getWidth()
public void setWidth(int width)
public int getHeight()
public void setHeight(int height)
public String toString()
toString
Copyright © 2019 Vaadin Ltd. All rights reserved.