Uses of Class
edu.umd.cs.piccolo.util.PPaintContext

Packages that use PPaintContext
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.nodes This package contains nodes that may be useful for Piccolo applications. 
edu.umd.cs.piccolo.tutorial   
edu.umd.cs.piccolo.util This package defines several utility classes that are likely to be useful for Piccolo applications. 
edu.umd.cs.piccolox.nodes This package contains additional nodes that may be useful for Piccolo applications. 
edu.umd.cs.piccolox.pswing This package contains PSwing nodes and related classes. 
edu.umd.cs.piccolox.swt This package provides a SWT implementation of the core Piccolo library. 
 

Uses of PPaintContext in edu.umd.cs.piccolo
 

Methods in edu.umd.cs.piccolo with parameters of type PPaintContext
 void PNode.fullPaint(PPaintContext paintContext)
          Paint this node and all of its descendants.
 void PCamera.fullPaint(PPaintContext paintContext)
          Paint this node and all of its descendants.
protected  void PNode.paint(PPaintContext paintContext)
          Paint this node behind any of its children nodes.
protected  void PCamera.paint(PPaintContext paintContext)
          Paint this camera and then paint this camera's view through its view transform.
protected  void PNode.paintAfterChildren(PPaintContext paintContext)
          Subclasses that wish to do additional painting after their children are painted should override this method and do that painting here.
protected  void PCamera.paintCameraView(PPaintContext paintContext)
          Paint all the layers in the list of layers viewed by this camera.
protected  void PCamera.paintDebugInfo(PPaintContext paintContext)
          Renders debug info onto the newly painted scene.
 

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

Methods in edu.umd.cs.piccolo.examples with parameters of type PPaintContext
 void DecoratorGroup.paint(PPaintContext ppc)
          Change the default paint to fill an expanded bounding box based on its children's bounds
protected  void AngleNodeExample.AngleNode.paint(PPaintContext paintContext)
           
 

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

Methods in edu.umd.cs.piccolo.examples.fisheye with parameters of type PPaintContext
protected  void DayNode.paint(PPaintContext paintContext)
           
 

Uses of PPaintContext in edu.umd.cs.piccolo.nodes
 

Methods in edu.umd.cs.piccolo.nodes with parameters of type PPaintContext
protected  void PImage.paint(PPaintContext paintContext)
          Renders the wrapped Image, stretching it appropriately if the bounds of this PImage doesn't match the bounds of the image.
protected  void PHtmlView.paint(PPaintContext paintContext)
          Paint this node behind any of its children nodes.
protected  void PPath.paint(PPaintContext paintContext)
          Paints the path in the provided paintContext.
protected  void PText.paint(PPaintContext paintContext)
          Paint this node behind any of its children nodes.
protected  void PText.paintGreek(PPaintContext paintContext)
          Paint greek with the specified paint context.
protected  void PText.paintText(PPaintContext paintContext)
          Paint text with the specified paint context.
 

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

Methods in edu.umd.cs.piccolo.tutorial with parameters of type PPaintContext
protected  void InterfaceFrame.ToggleShape.paint(PPaintContext paintContext)
           
 

Uses of PPaintContext in edu.umd.cs.piccolo.util
 

Fields in edu.umd.cs.piccolo.util declared as PPaintContext
static PPaintContext PPaintContext.CURRENT_PAINT_CONTEXT
          Deprecated. will disappear as soon as possible Global for accessing the current paint context while painting.
 

Uses of PPaintContext in edu.umd.cs.piccolox.nodes
 

Methods in edu.umd.cs.piccolox.nodes with parameters of type PPaintContext
 void PCacheCamera.fullPaint(PPaintContext paintContext)
          Overrides the camera's full paint method to do the fast rendering when possible.
 void PNodeCache.fullPaint(PPaintContext paintContext)
          Repaints this node, using the cached result if possible.
 void PStyledText.fullPaint(PPaintContext paintContext)
          Paint this node and all of its descendants.
protected  void PLine.paint(PPaintContext paintContext)
          Paints the PLine in the provided context if it has both a stroke and a stroke paint assigned.
protected  void P3DRect.paint(PPaintContext paintContext)
          Paints this rectangle with shaded edges.
protected  void PClip.paint(PPaintContext paintContext)
          Paint's this node as a solid rectangle if paint is provided, clipping appropriately.
protected  void PStyledText.paint(PPaintContext paintContext)
          Paint this node behind any of its children nodes.
protected  void PClip.paintAfterChildren(PPaintContext paintContext)
          Paints a border around this node if it has a stroke and stroke paint provided.
 

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

Methods in edu.umd.cs.piccolox.pswing with parameters of type PPaintContext
 void PSwing.paint(PPaintContext renderContext)
          Determines if the Swing component should be rendered normally or as a filled rectangle.
protected  boolean PSwing.shouldRenderGreek(PPaintContext paintContext)
          Return true if this Swing node should render as greek given the specified paint context.
 

Uses of PPaintContext in edu.umd.cs.piccolox.swt
 

Methods in edu.umd.cs.piccolox.swt with parameters of type PPaintContext
protected  void PSWTPath.paint(PPaintContext paintContext)
          Paints the path on the context provided.
protected  void PSWTImage.paint(PPaintContext paintContext)
          Paint this node behind any of its children nodes.
 void PSWTText.paint(PPaintContext ppc)
          Renders the text object.
 void PSWTText.paintAsGreek(PPaintContext ppc)
          Paints this object as greek.
 void PSWTText.paintAsText(PPaintContext ppc)
          Paints this object normally (show it's text).
 



Copyright © 1995-2011 Piccolo2D. All Rights Reserved.