Uses of Class
edu.umd.cs.piccolo.PCanvas

Packages that use PCanvas
edu.umd.cs.piccolo Piccolo is a general-purpose Java-based engine that supports 2D visualizations. 
edu.umd.cs.piccolo.examples   
edu.umd.cs.piccolo.examples.fisheye   
edu.umd.cs.piccolo.tutorial   
edu.umd.cs.piccolox Piccolo extras (piccolox) provides additional features not found in the core Piccolo library. 
edu.umd.cs.piccolox.event This package provides additional Piccolo event handlers. 
edu.umd.cs.piccolox.pswing This package contains PSwing nodes and related classes. 
edu.umd.cs.piccolox.swing This package supports using Piccolo with JFC/Swing. 
 

Uses of PCanvas in edu.umd.cs.piccolo
 

Fields in edu.umd.cs.piccolo declared as PCanvas
static PCanvas PCanvas.CURRENT_ZCANVAS
          Deprecated. since it falsely assumes that there is only one PCanvas per program
 

Uses of PCanvas in edu.umd.cs.piccolo.examples
 

Subclasses of PCanvas in edu.umd.cs.piccolo.examples
 class BirdsEyeViewExample.BirdsEyeView
          The Birds Eye View Class
 

Fields in edu.umd.cs.piccolo.examples declared as PCanvas
(package private)  PCanvas BirdsEyeViewExample.BirdsEyeView.viewedCanvas
          This is the canvas that is being viewed
 

Methods in edu.umd.cs.piccolo.examples with parameters of type PCanvas
 void BirdsEyeViewExample.BirdsEyeView.connect(PCanvas canvas, PLayer[] viewed_layers)
           
 

Constructors in edu.umd.cs.piccolo.examples with parameters of type PCanvas
ActivityExample(PCanvas aCanvas)
           
AngleNodeExample(PCanvas aCanvas)
           
BirdsEyeViewExample(PCanvas aCanvas)
           
CameraExample(PCanvas aCanvas)
           
CenterExample(PCanvas aCanvas)
           
ChartLabelExample(PCanvas aCanvas)
           
ClipExample(PCanvas aCanvas)
           
CompositeExample(PCanvas aCanvas)
           
DynamicExample(PCanvas aCanvas)
           
EventHandlerExample(PCanvas aCanvas)
           
FrameCanvasSizeBugExample(PCanvas canvas)
          Create a new frame canvas size bug example for the specified canvas.
GraphEditorExample(PCanvas aCanvas)
           
GridExample(PCanvas aCanvas)
           
GroupExample(PCanvas aCanvas)
           
HandleExample(PCanvas aCanvas)
           
HelloWorldExample(PCanvas aCanvas)
           
HierarchyZoomExample(PCanvas aCanvas)
           
HtmlViewExample(PCanvas aCanvas)
           
KeyEventFocusExample(PCanvas aCanvas)
           
LayoutExample(PCanvas aCanvas)
           
LensExample(PCanvas aCanvas)
           
NavigationExample(PCanvas aCanvas)
           
NodeCacheExample(PCanvas aCanvas)
           
NodeEventExample(PCanvas aCanvas)
           
NodeExample(PCanvas aCanvas)
           
NodeLinkExample(PCanvas aCanvas)
           
OffsetVsTranslateExample(PCanvas canvas)
          Create a new offset vs.
P3DRectExample(PCanvas aCanvas)
           
PanToExample(PCanvas aCanvas)
           
PathExample(PCanvas aCanvas)
           
PositionExample(PCanvas aCanvas)
           
PrintExample(PCanvas aCanvas)
           
PSwingExample(PCanvas aCanvas)
           
PulseExample(PCanvas aCanvas)
           
ScrollingExample(PCanvas aCanvas)
           
SelectionExample(PCanvas aCanvas)
           
ShadowExample(PCanvas canvas)
          Create a new shadow example with the specified canvas.
SquiggleExample(PCanvas aCanvas)
           
StickyExample(PCanvas aCanvas)
           
StickyHandleLayerExample(PCanvas aCanvas)
           
StrokeExample(PCanvas canvas)
          Create a new stroke example with the specified canvas.
TextExample(PCanvas aCanvas)
           
TextOffsetBoundsExample(PCanvas aCanvas)
           
ToImageExample(PCanvas canvas)
          Create a new toImage example for the specified canvas.
TooltipExample(PCanvas aCanvas)
           
TwoCanvasExample(PCanvas aCanvas)
           
WaitForActivitiesExample(PCanvas aCanvas)
           
 

Uses of PCanvas in edu.umd.cs.piccolo.examples.fisheye
 

Subclasses of PCanvas in edu.umd.cs.piccolo.examples.fisheye
 class TabularFisheye
           
 

Uses of PCanvas in edu.umd.cs.piccolo.tutorial
 

Fields in edu.umd.cs.piccolo.tutorial declared as PCanvas
protected  PCanvas UserInteraction.SquiggleHandler.canvas
           
 

Constructors in edu.umd.cs.piccolo.tutorial with parameters of type PCanvas
UserInteraction.SquiggleHandler(PCanvas aCanvas)
           
 

Uses of PCanvas in edu.umd.cs.piccolox
 

Methods in edu.umd.cs.piccolox that return PCanvas
 PCanvas PApplet.createCanvas()
          Provides an extension point for subclasses so that they can control what's on the canvas by default.
 PCanvas PFrame.getCanvas()
          Returns the canvas being displayed on this frame.
 PCanvas PApplet.getCanvas()
          Returns the canvas this PApplet is displaying.
 

Constructors in edu.umd.cs.piccolox with parameters of type PCanvas
PFrame(java.lang.String title, boolean fullScreenMode, PCanvas canvas)
          Creates a PFrame with the given title and with the default canvas.
PFrame(java.lang.String title, java.awt.GraphicsDevice device, boolean fullScreen, PCanvas canvas)
          Creates a PFrame with the given title and with the default canvas being displayed on the provided device.
 

Uses of PCanvas in edu.umd.cs.piccolox.event
 

Fields in edu.umd.cs.piccolox.event declared as PCanvas
protected  PCanvas PStyledTextEventHandler.canvas
          Canvas onto which this event handler is attached.
 

Constructors in edu.umd.cs.piccolox.event with parameters of type PCanvas
PStyledTextEventHandler(PCanvas canvas)
          Basic constructor for PStyledTextEventHandler.
PStyledTextEventHandler(PCanvas canvas, javax.swing.text.JTextComponent editor)
          Constructor for PStyledTextEventHandler that allows an editor to be specified.
 

Uses of PCanvas in edu.umd.cs.piccolox.pswing
 

Subclasses of PCanvas in edu.umd.cs.piccolox.pswing
 class PSwingCanvas
          The PSwingCanvas is a PCanvas that can display Swing components with the PSwing adapter.
 

Uses of PCanvas in edu.umd.cs.piccolox.swing
 

Subclasses of PCanvas in edu.umd.cs.piccolox.swing
 class PCacheCanvas
          An extension of PCanvas that automatically installs a PCacheCamera.
 

Fields in edu.umd.cs.piccolox.swing declared as PCanvas
protected  PCanvas PDefaultScrollDirector.view
          The canvas that this class directs.
 

Methods in edu.umd.cs.piccolox.swing with parameters of type PCanvas
 void PScrollDirector.install(PViewport viewport, PCanvas view)
          Installs the scroll director.
 void PDefaultScrollDirector.install(PViewport targetViewPort, PCanvas targetView)
          Installs the scroll director and adds the appropriate listeners.
 



Copyright © 1995-2011 Piccolo2D. All Rights Reserved.