Class ColorProperty

java.lang.Object
com.levigo.jadice.annotation.profiles.PropertyProfile<Color>
com.levigo.jadice.annotation.profiles.ColorProperty

public class ColorProperty extends PropertyProfile<Color>
  • Constructor Details

    • ColorProperty

      public ColorProperty()
  • Method Details

    • setPropertyType

      public void setPropertyType(Class<?> propertyType)
      Overrides:
      setPropertyType in class PropertyProfile<Color>
      Parameters:
      propertyType - the propertyType to set
    • isAllowTransparency

      public boolean isAllowTransparency()
    • setAllowTransparency

      public void setAllowTransparency(boolean allowTransparency)
    • getDefaultAlphaValue

      public float getDefaultAlphaValue()
    • setDefaultAlphaValue

      public void setDefaultAlphaValue(float defaultAlphaValue)
    • toString

      public String toString()
      Overrides:
      toString in class Object