Package ilcd

Class Draw

extends Object

The Draw class allows the adjustment of the brightness, contrast, hue, or saturation of a specific area or the whole display. Furthermore, different shapes like rectangle, ellipse, or circle are available which can be filled with another color and can be also adjusted in different ways. The Draw class contains also the possibility to write a text message or a single line to the screen. The color information of a specific display area can be read and afterwards drawn to a different display position.

Note

_INSERT_CONSTRUCTOR_ENTRY_HERE_

Public Methods

Methods inherited from java.lang.Object

_INSERT_INHERITED_METHOD_ENTRY_HERE_

Public Fields

  • static final byte ADJUST_BRIGHTNESS
  • static final byte ADJUST_CONTRAST
  • static final byte ADJUST_HUE
  • static final byte ADJUST_INVERT
  • static final byte ADJUST_SATURATION
  • static final byte CIRCLE_ALPHA_BLENDING_FOR_SHADOW_ONLY
  • static final byte CIRCLE_DRAW_WITHOUT_FRAME
  • static final byte CIRCLE_DROP_SHADOW
  • static final byte CIRCLE_FILLED_WITH_BACKGROUND_COLOR
  • static final byte CIRCLE_FILLED_WITH_CURRENT_FILL_PATTERN
  • static final byte CIRCLE_USE_FOREGROUND_COLOR_FOR_FILLING
  • static final byte ELLIPSE_ALPHA_BLENDING_FOR_SHADOW_ONLY
  • static final byte ELLIPSE_DRAW_WITHOUT_FRAME
  • static final byte ELLIPSE_DROP_SHADOW
  • static final byte ELLIPSE_FILLED_WITH_BACKGROUND_COLOR
  • static final byte ELLIPSE_FILLED_WITH_CURRENT_FILL_PATTERN
  • static final byte ELLIPSE_USE_FOREGROUND_COLOR_FOR_FILLING
  • static final byte RECTANGLE_ALPHA_BLENDING_FOR_SHADOW_ONLY
  • static final byte RECTANGLE_DRAW_WITHOUT_FRAME
  • static final byte RECTANGLE_DROP_SHADOW
  • static final byte RECTANGLE_FILLED_WITH_BACKGROUND_COLOR
  • static final byte RECTANGLE_FILLED_WITH_CURRENT_FILL_PATTERN
  • static final byte RECTANGLE_ROUNDED_CORNERS
  • static final byte RECTANGLE_SOUROUNDED_WITH_BACKGROUND_COLOR
  • static final byte RECTANGLE_USE_FOREGROUND_COLOR_FOR_FILLING

_INSERT_FIELDS_ENTRY_HERE_