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 ResolutionDTO
static ResolutionDTO
from
(Resolution resolution) float
getUnit()
float
void
setHorizontal
(float horizontal) void
void
setVertical
(float vertical) static Resolution
to
(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
-