public interface

IHighlightConfig15

implements IHighlightConfiguration
com.htc.painting.penmenu.highlight.IHighlightConfig15

Summary

Constants
String OPTION_COLOR
String OPTION_SUPPORTED_COLORS
[Expand]
Inherited Constants
From interface com.htc.painting.penmenu.highlight.IHighlightConfiguration
Public Methods
abstract int getColor()
abstract int[] getSupportedColors()
abstract void setColor(int color, String modifierKey)
abstract void setSupportedColors(int[] colors, String modifierKey)
[Expand]
Inherited Methods
From interface com.htc.painting.penmenu.highlight.IHighlightConfiguration

Constants

public static final String OPTION_COLOR

Since: API Level 4.0

Constant Value: "color_option"

public static final String OPTION_SUPPORTED_COLORS

Since: API Level 4.0

Constant Value: "supported_color_option"

Public Methods

public abstract int getColor ()

Since: API Level 4.0

public abstract int[] getSupportedColors ()

Since: API Level 4.0

public abstract void setColor (int color, String modifierKey)

Since: API Level 4.0

public abstract void setSupportedColors (int[] colors, String modifierKey)

Since: API Level 4.0