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 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

      public static ColorPropertyDTO create(boolean allowTransparancy, double defaultAlphaValue)
      Replacement constructor. Creates a new native ColorPropertyDTO.
      Returns:
      The new instance.
    • from

      public static ColorPropertyDTO from(ColorProperty property)
    • to

      public static ColorProperty to(ColorPropertyDTO dto)