PenProfile 2.x

com.livescribe.display
Class BrowseList.Insets

java.lang.Object
  extended by 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

Field Summary
 int bottom
           
static BrowseList.Insets DEFAULT
          Insets that is used for the default rendering of the item.
 int left
           
static BrowseList.Insets NO_DECORATION
          Insets that does not have any decoration.
 int right
           
 int top
           
 
Constructor Summary
BrowseList.Insets(int left, int right, int top, int bottom)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

BrowseList.Insets

public BrowseList.Insets(int left,
                         int right,
                         int top,
                         int bottom)

PenProfile 2.x

Copyright © 2010 Livescribe Inc. All Rights Reserved.
Confidential and subject to NDA.