|
PenProfile 2.x | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Transition | |
|---|---|
| com.livescribe.display | This package consists of classes and interfaces that allows applications to render on the pen display. |
| com.livescribe.ext.ui | Contains classes for conveniently creating menus, managing menu bookmarks, and doing other helpful UI-related things. |
| Uses of Transition in com.livescribe.display |
|---|
| Fields in com.livescribe.display declared as Transition | |
|---|---|
static Transition |
Transition.DEFAULT
Default transtion which swaps one screen on top of the other. |
static Transition |
Transition.LEFT_TO_RIGHT
Transition that goes from left to right. |
static Transition |
Transition.RIGHT_TO_LEFT
Transtion that goes from right to left. |
| Methods in com.livescribe.display that return Transition | |
|---|---|
Transition |
Display.getTransition()
Gets the current Transition object. |
| Methods in com.livescribe.display with parameters of type Transition | |
|---|---|
void |
Display.setTransition(Transition transition)
Sets a new Transition on the display. |
| Uses of Transition in com.livescribe.ext.ui |
|---|
| Methods in com.livescribe.ext.ui with parameters of type Transition | |
|---|---|
void |
Menu.show(Display display,
Transition t)
Shows the menu on the specified display using the specified transition. |
|
PenProfile 2.x | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||