Package ilcd
Class Control
extends Object
This class provides methods for
- get and set cursor position
- handle screen orientation
- define and control viewports
- provide access to information about graphics, text extend, display size etc.
Alignment and scaling are available for graphics and text messages.
The extent methods provide the possibility to get the size of a text message.
To change the view of a specific area on the screen (e.g. rotate a graphic) the viewport related methods are available. It’s also possible to change the complete screen orientation by 90°.
Note
- It's not possible to instantiate this class. The methods in this class are static.
_INSERT_CONSTRUCTOR_ENTRY_HERE_
Public Methods
Methods inherited from java.lang.Object
_INSERT_INHERITED_METHOD_ENTRY_HERE_
Public Fields
- static final byte BACKLIGHT_BLINK
- static final byte BACKLIGHT_FADE_OUT
- static final byte BACKLIGHT_OFF
- static final byte BACKLIGHT_ON
- static final byte DISPLAY_OFF
- static final byte DISPLAY_ON_DELAYED
- static final byte DISPLAY_ON_IMMEDIATELY
- static final byte GRAPHIC_BOTTOM_JUSTIFY_
- static final byte GRAPHIC_CENTER_HORIZONTALLY
- static final byte GRAPHIC_CENTER_VERTICALLY
- static final byte GRAPHIC_RIGHT_JUSTIFY_
- static final byte GRAPHIC_TURN_ALIGNMENT_ON
- static final byte ORIENTATION_LANDSCAPE
- static final byte ORIENTATION_LANDSCAPE_UPSIDE_DOWN
- static final byte ORIENTATION_PORTRAIT
- static final byte ORIENTATION_PORTRAIT_UPSIDE_DOWN
- static final byte TEXT_ADD_HORIZONTAL_SPACE_OF_BORDER
- static final byte TEXT_ADD_VERTICAL_SPACE_OF_BORDER
- static final byte TEXT_BOTTOM_JUSTIFY
- static final byte TEXT_CENTER_HORIZONTALLY
- static final byte TEXT_CENTER_VERTICALLY
- static final byte TEXT_DO_NOT_WORD_WRAP
- static final byte TEXT_RIGHT_JUSTIFY
- static final byte TEXT_TURN_ALIGNMENT_ON
_INSERT_FIELDS_ENTRY_HERE_
Copyright © demmel products gmbh. All rights reserved.