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 ColorPropertyDTOcreate(boolean allowTransparancy, double defaultAlphaValue) Replacement constructor.static ColorPropertyDTOfrom(ColorProperty property) doublebooleanvoidsetAllowTransparancy(boolean allowTransparancy) voidsetDefaultAlphaValue(double defaultAlphaValue) static ColorPropertyto(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
-