Serialized Form


Package edu.stanford.hci.r3.actions.types

Class edu.stanford.hci.r3.actions.types.DisplayGraphicsAction.LocalDisplay extends javax.swing.JFrame implements Serializable

Serialized Fields

commands

java.util.List<E> commands

mainPanel

javax.swing.JPanel mainPanel

Package edu.stanford.hci.r3.browse

Class edu.stanford.hci.r3.browse.InkBrowser extends javax.swing.JFrame implements Serializable

Serialized Fields

timeline

TimelineCanvas timeline

content

ContentCanvas content

Package edu.stanford.hci.r3.components

Class edu.stanford.hci.r3.components.InkPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

currentInk

Ink currentInk

inkScale

double inkScale
Zoom in (> 1.0) or out (< 1.0) to the ink canvas.


inkWell

java.util.List<E> inkWell
A collection of ink objects that have been added to this JPanel. Feel free to access it, if you are a subclass. Make sure to call repaint though!


invertInkColors

boolean invertInkColors

renderer

InkRenderer renderer

Package edu.stanford.hci.r3.config

Class edu.stanford.hci.r3.config.Configuration extends java.util.Properties implements Serializable


Package edu.stanford.hci.r3.events.replay

Class edu.stanford.hci.r3.events.replay.EventBrowserView extends javax.swing.JFrame implements Serializable

Serialized Fields

browser

EventBrowser browser
The model.


commandsPanel

javax.swing.JPanel commandsPanel

display

Display display

eventSliderPanel

javax.swing.JPanel eventSliderPanel

eventVizView

javax.swing.JPanel eventVizView

playButton

javax.swing.JButton playButton

rangeModel

javax.swing.BoundedRangeModel rangeModel

rangeSlider

JRangeSlider rangeSlider

infoArea

javax.swing.JTextArea infoArea

bottomPanel

javax.swing.JPanel bottomPanel

importButton

javax.swing.JButton importButton

clearButton

javax.swing.JButton clearButton

playFastButton

javax.swing.JButton playFastButton

Class edu.stanford.hci.r3.events.replay.EventSlider extends JRangeSlider implements Serializable

Serialized Fields

centerStroke

java.awt.BasicStroke centerStroke

Package edu.stanford.hci.r3.pen

Class edu.stanford.hci.r3.pen.PenSample extends java.lang.Object implements Serializable

Serialized Fields

force

int force
measure of force from pen tip


penUp

boolean penUp
whether pen is up


timestamp

long timestamp
timestamp of server when received


x

double x
x location of the point, in physical Anoto coordinates TODO: Make these private later...


y

double y
y location of the point, in physical Anoto coordinates


Package edu.stanford.hci.r3.pen.handwriting

Class edu.stanford.hci.r3.pen.handwriting.HandwritingCaptureDebugger extends javax.swing.JFrame implements Serializable

Serialized Fields

alternativesButton

javax.swing.JButton alternativesButton

app

CaptureApplication app

buttonPanel

javax.swing.JPanel buttonPanel

calibrateButton

javax.swing.JButton calibrateButton

clearButton

javax.swing.JButton clearButton

mainPanel

InkPanel mainPanel
JPanel that renders Ink.


outputPanel

javax.swing.JPanel outputPanel

saveButton

javax.swing.JButton saveButton

statusBarPanel

javax.swing.JPanel statusBarPanel

statusMessageLabel

javax.swing.JLabel statusMessageLabel

textOutput

javax.swing.JTextArea textOutput

Package edu.stanford.hci.r3.tools.debug

Class edu.stanford.hci.r3.tools.debug.DebugFrame extends javax.swing.JFrame implements Serializable

Serialized Fields

canvas

DebugPCanvas canvas

Package edu.stanford.hci.r3.tools.design.acrobat

Class edu.stanford.hci.r3.tools.design.acrobat.FileTransferHandler extends javax.swing.TransferHandler implements Serializable


Package edu.stanford.hci.r3.tools.design.gui

Class edu.stanford.hci.r3.tools.design.gui.DocumentPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

paddingHorizontal

int paddingHorizontal
extra space to the left AND right of the document (pixels)


paddingVertical

int paddingVertical
above AND below the document (screen pixels)


parentFrame

javax.swing.JFrame parentFrame

parentScrollPane

javax.swing.JScrollPane parentScrollPane

pixelsReferenceUnit

Pixels pixelsReferenceUnit

sheet

Sheet sheet

Package edu.stanford.hci.r3.tools.design.swing

Class edu.stanford.hci.r3.tools.design.swing.RegionComponent extends javax.swing.JComponent implements Serializable

serialVersionUID: -8845814285246446932L

Serialized Fields

region

Region region

inks

java.util.List<E> inks

Class edu.stanford.hci.r3.tools.design.swing.SheetFrame extends javax.swing.JFrame implements Serializable

serialVersionUID: 8854448449113342296L


Package edu.stanford.hci.r3.util.components

Class edu.stanford.hci.r3.util.components.BufferedImagePanel extends javax.swing.JPanel implements Serializable

Serialized Fields

image

java.awt.image.BufferedImage image

size

java.awt.Dimension size

x

int x

y

int y

Class edu.stanford.hci.r3.util.components.EndlessProgressDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

text

java.lang.String text

Class edu.stanford.hci.r3.util.components.FullScreenJFrame extends javax.swing.JFrame implements Serializable

Serialized Fields

screenDevice

java.awt.GraphicsDevice screenDevice

Class edu.stanford.hci.r3.util.components.JRangeSlider extends javax.swing.JComponent implements Serializable

Serialized Fields

arrowColor

java.awt.Color arrowColor

changeEvent

javax.swing.event.ChangeEvent changeEvent

changeListener

javax.swing.event.ChangeListener changeListener

direction

int direction

empty

boolean empty

increment

int increment

listeners

java.util.ArrayList<E> listeners

minExtent

int minExtent

model

javax.swing.BoundedRangeModel model

mouse

int mouse

orientation

int orientation

pick

int pick

pickOffsetHigh

int pickOffsetHigh

pickOffsetLow

int pickOffsetLow

thumbColor

java.awt.Color thumbColor

use3DHighlights

boolean use3DHighlights
By default, do not paint Win2K highlights.

Class edu.stanford.hci.r3.util.components.SuperJTextField extends javax.swing.JTextField implements Serializable

Serialized Fields

autocompleteJustHappened

boolean autocompleteJustHappened

focusOnEdit

boolean focusOnEdit

hintColor

java.awt.Color hintColor

inputHint

java.lang.String inputHint

inputHintFont

java.awt.Font inputHintFont

inputHintShowing

boolean inputHintShowing

lastKeyCode

int lastKeyCode

lastKeyShiftDown

boolean lastKeyShiftDown

possibleCompletions

java.util.LinkedList<E> possibleCompletions

textColor

java.awt.Color textColor

textFont

java.awt.Font textFont

Package edu.stanford.hci.r3.util.components.ribbons

Class edu.stanford.hci.r3.util.components.ribbons.RibbonCategoryLabel extends javax.swing.JPanel implements Serializable

Serialized Fields

isSelected

boolean isSelected

labelText

javax.swing.JLabel labelText

layout

java.awt.CardLayout layout

name

java.lang.String name

parentToolbar

RibbonToolbar parentToolbar

toolPanel

javax.swing.JPanel toolPanel

Class edu.stanford.hci.r3.util.components.ribbons.RibbonPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

displayName

java.lang.String displayName

toolPanel

javax.swing.JPanel toolPanel

Class edu.stanford.hci.r3.util.components.ribbons.RibbonPanelHeader extends javax.swing.JPanel implements Serializable

Serialized Fields

name

java.lang.String name

Class edu.stanford.hci.r3.util.components.ribbons.RibbonToolbar extends javax.swing.JPanel implements Serializable

Serialized Fields

cardLayout

java.awt.CardLayout cardLayout

categories

javax.swing.JPanel categories
Put the categories here...


categoriesToPanels

java.util.HashMap<K,V> categoriesToPanels
Enables us to index the JPanel by the category name.


categoryTabList

java.util.List<E> categoryTabList

tools

java.util.List<E> tools
These tools can appear or disappear based on context.


toolsPanel

javax.swing.JPanel toolsPanel
Put the ribbon tool panels here...


Package edu.stanford.hci.r3.util.layout

Class edu.stanford.hci.r3.util.layout.RiverLayout extends java.awt.FlowLayout implements Serializable

Serialized Fields

constraints

java.util.Map<K,V> constraints

extraInsets

java.awt.Insets extraInsets

hgap

int hgap

totalInsets

java.awt.Insets totalInsets

valign

java.lang.String valign

vgap

int vgap


Copyright 2006 Stanford University