Package | Description |
---|---|
edu.umd.cs.piccolo.examples | |
edu.umd.cs.piccolox.swing |
This package supports using Piccolo with JFC/Swing.
|
Modifier and Type | Class and Description |
---|---|
class |
PrintExample.DocumentScrollDirector
A modified scroll director that performs document based scroling rather
than window based scrolling (ie.
|
class |
ScrollingExample.DocumentScrollDirector
A modified scroll director that performs document based scroling rather
than window based scrolling (ie.
|
Modifier and Type | Class and Description |
---|---|
class |
PDefaultScrollDirector
The default scroll director implementation.
|
Modifier and Type | Field and Description |
---|---|
(package private) PScrollDirector |
PViewport.scrollDirector
Controls what happens when scrolling occurs.
|
Modifier and Type | Method and Description |
---|---|
protected PScrollDirector |
PViewport.createScrollDirector()
Subclasses can override this to install a different scroll director in
the constructor.
|
PScrollDirector |
PViewport.getScrollDirector()
Returns the scroll director on this viewport.
|
Modifier and Type | Method and Description |
---|---|
void |
PViewport.setScrollDirector(PScrollDirector scrollDirector)
Set the scroll director on this viewport.
|
Copyright © 1995-2012 Piccolo2D. All Rights Reserved.