tcMenuJavaAPI
Public Member Functions | List of all members
com.thecoderscorner.menu.domain.Rgb32MenuItem Class Reference
Inheritance diagram for com.thecoderscorner.menu.domain.Rgb32MenuItem:
com.thecoderscorner.menu.domain.MenuItem

Public Member Functions

 Rgb32MenuItem (String name, String varName, int id, int eepromAddress, String functionName, boolean includeAlphaChannel, boolean readOnly, boolean localOnly, boolean visible, boolean staticInRam)
 
boolean isIncludeAlphaChannel ()
 
boolean equals (Object o)
 
int hashCode ()
 
void accept (MenuItemVisitor visitor)
 
- Public Member Functions inherited from com.thecoderscorner.menu.domain.MenuItem
 MenuItem (String name, String variableName, int id, int eepromAddress, String functionName, boolean readOnly, boolean localOnly, boolean visible, boolean staticDataInRAM)
 
String getName ()
 
boolean isReadOnly ()
 
int getId ()
 
boolean isLocalOnly ()
 
int getEepromAddress ()
 
String getFunctionName ()
 
String getVariableName ()
 
boolean isVisible ()
 
boolean hasChildren ()
 
boolean isStaticDataInRAM ()
 
String toString ()
 

Additional Inherited Members

- Protected Attributes inherited from com.thecoderscorner.menu.domain.MenuItem
final String name
 
final String variableName
 
final int id
 
final int eepromAddress
 
final String functionName
 
final boolean readOnly
 
final boolean localOnly
 
final boolean visible
 
final boolean staticDataInRAM
 

Detailed Description

A menu item that represents a colour in the RGB domain with optional Alpha channel. It is represented using a PortableColor

See also
com.thecoderscorner.menu.domain.state.PortableColor

The documentation for this class was generated from the following file: