com.levigo.jadice.annotation.profiles
Class ColorProperty

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

public class ColorProperty
extends PropertyProfile<Color>


Field Summary
 
Fields inherited from class com.levigo.jadice.annotation.profiles.PropertyProfile
propertyType
 
Constructor Summary
ColorProperty()
           
 
Method Summary
 float getDefaultAlphaValue()
           
 Class<?> getPropertyType()
           
 boolean isAllowTransparency()
           
 void setAllowTransparency(boolean allowTransparency)
           
 void setDefaultAlphaValue(float defaultAlphaValue)
           
 void setPropertyType(Class<?> propertyType)
           
 String toString()
           
 
Methods inherited from class com.levigo.jadice.annotation.profiles.PropertyProfile
equals, getAnnotationProfile, getDefaultValue, getDefaultValueXML, getEditorFactories, getEditorFactory, getEditorFactory, getLabel, getLabel, getLabels, getPreferredValues, getPreferredValuesXML, getPropertyName, hashCode, isVirtual, setDefaultValue, setDefaultValueXML, setLabels, setPreferredValues, setPreferredValuesXML, setPropertyName, setVirtual, validate
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ColorProperty

public ColorProperty()
Method Detail

getPropertyType

public Class<?> getPropertyType()
Overrides:
getPropertyType in class PropertyProfile<Color>
Returns:
the propertyType

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


Copyright © 1995-2020 levigo holding gmbh. All Rights Reserved.