Class ColorPropertyDTO
java.lang.Object
com.google.gwt.core.client.JavaScriptObject
com.levigo.jadice.web.client.messaging.ColorPropertyDTO
public final class ColorPropertyDTO
extends com.google.gwt.core.client.JavaScriptObject
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ColorPropertyDTO
create
(boolean allowTransparancy, double defaultAlphaValue) Replacement constructor.static ColorPropertyDTO
from
(ColorProperty property) double
boolean
void
setAllowTransparancy
(boolean allowTransparancy) void
setDefaultAlphaValue
(double defaultAlphaValue) static ColorProperty
to
(ColorPropertyDTO dto) Methods inherited from class com.google.gwt.core.client.JavaScriptObject
cast, createArray, createArray, createFunction, createObject, equals, hashCode, toSource, toString
-
Constructor Details
-
ColorPropertyDTO
protected ColorPropertyDTO()
-
-
Method Details
-
isAllowTransparancy
public boolean isAllowTransparancy() -
setAllowTransparancy
public void setAllowTransparancy(boolean allowTransparancy) -
getDefaultAlphaValue
public double getDefaultAlphaValue() -
setDefaultAlphaValue
public void setDefaultAlphaValue(double defaultAlphaValue) -
create
Replacement constructor. Creates a new nativeColorPropertyDTO
.- Returns:
- The new instance.
-
from
-
to
-