com.livescribe.display
Class BrowseList.Insets
java.lang.Object
com.livescribe.display.BrowseList.Insets
- Enclosing class:
- BrowseList
protected static class BrowseList.Insets
- extends Object
Insets defines the decoration region for a menu item and
the title for the BrowseList.
- Since:
- 0.6
NO_DECORATION
public static final BrowseList.Insets NO_DECORATION
- Insets that does not have any decoration. All the attributes are set to
zero and the content is rendered without any decoration.
DEFAULT
public static final BrowseList.Insets DEFAULT
- Insets that is used for the default rendering of the item. The
attributes left,right,top,bottom are set to (0,3,2,2)
left
public final int left
right
public final int right
top
public final int top
bottom
public final int bottom
BrowseList.Insets
public BrowseList.Insets(int left,
int right,
int top,
int bottom)
Copyright © 2010 Livescribe Inc. All Rights Reserved.
Confidential and subject to NDA.