Class ResolutionDTO
java.lang.Object
com.google.gwt.core.client.JavaScriptObject
com.levigo.jadice.web.client.messaging.ResolutionDTO
public final class ResolutionDTO
extends com.google.gwt.core.client.JavaScriptObject
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ResolutionDTOstatic ResolutionDTOfrom(Resolution resolution) floatgetUnit()floatvoidsetHorizontal(float horizontal) voidvoidsetVertical(float vertical) static Resolutionto(ResolutionDTO dto) Methods inherited from class com.google.gwt.core.client.JavaScriptObject
cast, createArray, createArray, createFunction, createObject, equals, hashCode, toSource, toString
-
Constructor Details
-
ResolutionDTO
protected ResolutionDTO()
-
-
Method Details
-
getVertical
public float getVertical() -
setVertical
public void setVertical(float vertical) -
getHorizontal
public float getHorizontal() -
setHorizontal
public void setHorizontal(float horizontal) -
getUnit
-
setUnit
-
to
-
create
-
from
-