Package com.thecoderscorner.menu.domain
Class Rgb32MenuItem
java.lang.Object
com.thecoderscorner.menu.domain.MenuItem
com.thecoderscorner.menu.domain.Rgb32MenuItem
A menu item that represents a colour in the RGB domain with optional Alpha channel. It is represented using a
PortableColor
- See Also:
-
Field Summary
Fields inherited from class com.thecoderscorner.menu.domain.MenuItem
eepromAddress, functionName, id, localOnly, name, readOnly, variableName, visible -
Constructor Summary
ConstructorsConstructorDescriptionRgb32MenuItem(String name, String varName, int id, int eepromAddress, String functionName, boolean includeAlphaChannel, boolean readOnly, boolean localOnly, boolean visible) -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(MenuItemVisitor visitor) booleaninthashCode()booleanMethods inherited from class com.thecoderscorner.menu.domain.MenuItem
getEepromAddress, getFunctionName, getId, getName, getVariableName, hasChildren, isLocalOnly, isReadOnly, isVisible, toString