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.nodes This package contains nodes that may be useful for Piccolo applications. 
edu.umd.cs.piccolo.util This package defines several utility classes that are likely to be useful for Piccolo applications. 
 

Uses of PPaintContext in edu.umd.cs.piccolo
 

Methods in edu.umd.cs.piccolo with parameters of type PPaintContext
 void PCamera.fullPaint(PPaintContext paintContext)
          Paint this node and all of its descendants.
 void PNode.fullPaint(PPaintContext paintContext)
          Paint this node and all of its descendants.
protected  void PCamera.paint(PPaintContext paintContext)
          Paint this camera and then paint this camera's view through its view transform.
protected  void PNode.paint(PPaintContext paintContext)
          Paint this node behind any of its children nodes.
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.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 PText.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 PHtmlView.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.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.
 



Copyright © 1995-2010 Piccolo2D. All Rights Reserved.